Skip to content

Releases: pthomain/SharedPreferenceStore

Fixing tests

Choose a tag to compare

@pthomain pthomain released this 19 Sep 08:17
1.3.0

Fixing tests

Updating ProGuard config

Choose a tag to compare

@pthomain pthomain released this 18 Sep 17:32
1.2.9

Updating ProGuard config

Enabling ProGuard

Choose a tag to compare

@pthomain pthomain released this 18 Sep 15:54
1.2.8

Enabling ProGuard

Adding MultiDex

Choose a tag to compare

@pthomain pthomain released this 18 Sep 15:46
1.2.7

Adding MultiDex

Updating Boilerplate

Choose a tag to compare

@pthomain pthomain released this 18 Sep 15:37
3e1762f
* Updating mumbo dependency and using AndroidX Tink encryption implementation

* Updating Boilerplate

Updating mumbo dependency and using AndroidX Tink encryption implementation

Choose a tag to compare

@pthomain pthomain released this 12 May 10:26
aa27140
1.2.5

Updating mumbo dependency and using AndroidX Tink encryption implemen…

Updating Boilerplate dependency

Choose a tag to compare

@pthomain pthomain released this 31 Mar 11:34
659ed5e
Merge pull request #12 from pthomain/encapsulation

Encapsulation

Memory cache setting

Choose a tag to compare

@pthomain pthomain released this 24 Mar 21:29
e738c67
  • 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

Choose a tag to compare

@pthomain pthomain released this 24 Mar 11:18
9cf72c6

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

Choose a tag to compare

@pthomain pthomain released this 24 Nov 15:10
1.2.1

Updating Boilerplate and ProGuard config