Releases: pthomain/SharedPreferenceStore
Releases · pthomain/SharedPreferenceStore
Fixing tests
Updating ProGuard config
1.2.9 Updating ProGuard config
Enabling ProGuard
1.2.8 Enabling ProGuard
Adding MultiDex
1.2.7 Adding MultiDex
Updating Boilerplate
* Updating mumbo dependency and using AndroidX Tink encryption implementation * Updating Boilerplate
Updating mumbo dependency and using AndroidX Tink encryption implementation
1.2.5 Updating mumbo dependency and using AndroidX Tink encryption implemen…
Updating Boilerplate dependency
Merge pull request #12 from pthomain/encapsulation Encapsulation
Memory cache setting
- Adding option to disable the memory cache for the plain-text store and the encrypted one independently
- Enforcing stricter encapsulation by making SharedPreferenceStore internal and using delegation in EncryptedSharedPreferenceStore instead of inheritance
Adding separate module for encryption
Removed encryption from the main library and created a separate library for it.
The encryption implementation can now be changed in the MumboEntryFactory builder.
A default implementation is provided by https://github.com/pthomain/mumbo.
Adding Optional interface to StoreEntry
1.2.1 Updating Boilerplate and ProGuard config