Skip to content

Releases: MarcinMoskala/PreferenceHolder

1.52 beta 5

27 Aug 13:35
Compare
Choose a tag to compare
1.52 beta 5 Pre-release
Pre-release

Make casting only in non-nullable

Fix typo

09 Mar 13:46
Compare
Choose a tag to compare
Fix typo Pre-release
Pre-release
1.52-beta.4

Fix typo

Add flag to set caching

18 Jan 12:28
Compare
Choose a tag to compare
Pre-release
1.52-beta.2

Fix flag for catching set

Add flag to set caching

18 Jan 12:18
Compare
Choose a tag to compare
Pre-release
1.52-beta

Add flag for catching set

Fix generic types deserialization

07 Nov 17:12
Compare
Choose a tag to compare

Moved in Serializer from Class to Type

1.5

06 Sep 09:12
Compare
Choose a tag to compare
1.5

Extract Gson to separate module:

compile "com.marcinmoskala:PreferenceHolder-gson-serializer:$preference_holder_version"

Now serializer needs to be specified for types not supported by SharedPreference:

PreferenceHolder.serializer = GsonSerializer(Gson())

1.4

21 Apr 11:17
Compare
Choose a tag to compare
1.4

Clean is now applied to specific PreferenceHolder.

1.3

02 Apr 19:36
Compare
Choose a tag to compare
1.3

The release is introducing test mode, that makes the library to work just like fields with no SharedPreferences binding at all. This allows to easily introduce unit tests on UseCases or Presenters that are using PreferencesHolder.

1.3 Beta

24 Mar 14:23
Compare
Choose a tag to compare
1.3 Beta Pre-release
Pre-release

Version introduces testing mode, cleanup, switch with bindings to property with backup only.

1.2

19 Mar 20:11
Compare
Choose a tag to compare
1.2

Support for collections