Releases: BoD/android-prefs
Releases · BoD/android-prefs
v1.3.0
New getXyzLiveData
methods to observe preference changes.
v1.2.2
Fix a missing import bug.
v1.2.1
- Added
setXyz
in addition to putXyz
methods, to improve Kotlin interop.
- New
XyzConstants
file generated with key names and default values.
v1.1.1
v1.1.1 (2017-01-08)
Bug fix.
- Fixed a crash when using
kapt
v1.1.0
Minor enhancements.
- Fix for issue #5
- Fix for issue #11
- For boolean fields you can now use isXxx (in addition to getXxx).