PreferenceHolder Versions Save

SharedPreference usage made fun in Kotlin

1.52-beta.5

5 years ago

Make casting only in non-nullable

1.52-beta.4

6 years ago

1.52-beta.2

6 years ago

1.52-beta

6 years ago

1.51

6 years ago

Moved in Serializer from Class to Type

1.5

6 years ago

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

7 years ago

Clean is now applied to specific PreferenceHolder.

1.3

7 years ago

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.1

7 years ago

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

1.2

7 years ago

Support for collections