Skip to content

Releases: pthomain/SharedPreferenceStore

Fixing tests

19 Sep 08:17
Compare
Choose a tag to compare
1.3.0

Fixing tests

Updating ProGuard config

18 Sep 17:32
Compare
Choose a tag to compare
1.2.9

Updating ProGuard config

Enabling ProGuard

18 Sep 15:54
Compare
Choose a tag to compare
1.2.8

Enabling ProGuard

Adding MultiDex

18 Sep 15:46
Compare
Choose a tag to compare
1.2.7

Adding MultiDex

Updating Boilerplate

18 Sep 15:37
3e1762f
Compare
Choose a tag to compare
* Updating mumbo dependency and using AndroidX Tink encryption implementation

* Updating Boilerplate

Updating mumbo dependency and using AndroidX Tink encryption implementation

12 May 10:26
aa27140
Compare
Choose a tag to compare
1.2.5

Updating mumbo dependency and using AndroidX Tink encryption implemen…

Updating Boilerplate dependency

31 Mar 11:34
659ed5e
Compare
Choose a tag to compare
Merge pull request #12 from pthomain/encapsulation

Encapsulation

Memory cache setting

24 Mar 21:29
e738c67
Compare
Choose a tag to compare
  • 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

24 Mar 11:18
9cf72c6
Compare
Choose a tag to compare

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

24 Nov 15:10
Compare
Choose a tag to compare
1.2.1

Updating Boilerplate and ProGuard config