Android Prefs Versions Save

Android preferences for WINNERS!

v1.4.0

5 years ago

Added AndroidX support

v1.3.0

5 years ago

New getXyzLiveData methods to observe preference changes.

v1.2.2

6 years ago

Fix a missing import bug.

v1.2.1

6 years ago
  • Added setXyz in addition to putXyz methods, to improve Kotlin interop.
  • New XyzConstants file generated with key names and default values.

v1.1.1

7 years ago

v1.1.1 (2017-01-08)

Bug fix.

  • Fixed a crash when using kapt

1.1.0

7 years ago

Minor enhancements.

  • Fix for issue #5
  • Fix for issue #11
  • For boolean fields you can now use isXxx (in addition to getXxx).