-
-
Notifications
You must be signed in to change notification settings - Fork 281
Comparing changes
Open a pull request
base repository: reactiveui/Akavache
base: 11.0.1
head repository: reactiveui/Akavache
compare: 11.1.1
- 10 commits
- 39 files changed
- 3 contributors
Commits on Aug 24, 2025
-
Update README with SQLite and linker guidance (#1054)
Improves documentation for resolving SQLite errors on mobile by providing XML-based package reference examples. Adds instructions for preserving assemblies to prevent linker issues, and updates code samples to reflect correct type names.
Configuration menu - View commit details
-
Copy full SHA for 126af99 - Browse repository at this point
Copy the full SHA 126af99View commit details
Commits on Aug 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5c3a33c - Browse repository at this point
Copy the full SHA 5c3a33cView commit details
Commits on Aug 27, 2025
-
Resolve Legacy read with a shim (#1058)
* Update Namespace CacheEntry * Recover Legacy adapter for V10 Add tests * Remove SQLitePCL.Batteries
Configuration menu - View commit details
-
Copy full SHA for 8d18f24 - Browse repository at this point
Copy the full SHA 8d18f24View commit details -
Fix SettingsCachePath to use writable location (#1059)
SettingsCachePath is now computed under a writable directory using Environment.SpecialFolder.LocalApplicationData, resolving issues with write attempts to the iOS bundle. The cache path includes the application folder name for better isolation. Co-authored-by: Glenn <5834289+glennawatson@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 44669ad - Browse repository at this point
Copy the full SHA 44669adView commit details
Commits on Aug 29, 2025
-
chore(deps): update dependency microsoft.windows.sdk.buildtools to 10…
….0.26100.4948 (#1062) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8785467 - Browse repository at this point
Copy the full SHA 8785467View commit details
Commits on Aug 30, 2025
-
Refactor cache directory handling to use isolated storage (#1060)
* Refactor cache directory handling to use isolated storage Introduces GetIsolatedCacheDirectory to centralize cache path resolution using isolated storage, improving cross-platform compatibility and preventing write attempts to non-writable locations (e.g., iOS bundles). Updates Sqlite3 and core builder logic to use this method, removes legacy cache directory code, and adjusts settings store initialization. Also updates AkavacheV11Reader to use SystemTextJson serializer and adds project reference. * Update GetIsolatedCacheDirectory * Refactor isolated cache directory selection logic Improves cache directory selection by using a switch on cacheName to determine the appropriate IsolatedStorageFile store. Updates XML documentation to clarify which store is used for each cache type.
Configuration menu - View commit details
-
Copy full SHA for 61f668b - Browse repository at this point
Copy the full SHA 61f668bView commit details -
Refactor SQLite provider initialization (#1063)
* Refactor SQLite provider initialization and remove CacheEntry Centralizes SQLite provider initialization in `AkavacheBuilderExtensions` and enforces initialization order. this ensures `Batteries_V2.Init();` is called and `raw.SetProvider` is set only once avoiding the confusion between the two. * Add WithSqliteProvider to Akavache usage examples Updated README to include .WithSqliteProvider() in all Akavache configuration code samples. This clarifies the required initialization step for SQLite backend usage in v11.0.2 + and helps avoid confusion between Sqlite and EncryptedSqlite providers.
Configuration menu - View commit details
-
Copy full SHA for f52e700 - Browse repository at this point
Copy the full SHA f52e700View commit details
Commits on Sep 2, 2025
-
chore(deps): update dependency system.reactive to 6.0.2 (#1065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f11bcb - Browse repository at this point
Copy the full SHA 4f11bcbView commit details -
Add Sqlite provider configurations and use IAppBulder (#1064)
* Add Sqlite provider configuration and update tests Introduces explicit calls to WithSqliteProvider and WithEncryptedSqliteProvider in test and sample setups for Akavache, improving clarity and reliability of database initialization. Updates package versions for Splat.Builder and System.Reactive, refactors builder extension methods to use IAppBuilder, and enhances test robustness by handling TimeoutException in download tests. Adds a tests.runsettings file to limit test runner CPU usage. * Update Splat
Configuration menu - View commit details
-
Copy full SHA for a4cee86 - Browse repository at this point
Copy the full SHA a4cee86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9093cba - Browse repository at this point
Copy the full SHA 9093cbaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 11.0.1...11.1.1