- Added androidx compatibility
- Updated dependencies to latest versions
- Updated sample project to be in Kotlin
- Added getXyzLiveData methods to observe the preferences
- Fixed a bug where some imports were missing in the generated code
- Added
setXyz
in addition toputXyz
methods, to improve Kotlin interop. - New
XyzConstants
file generated with key names and default values.
Bug fix.
- Fixed a crash when using
kapt
Minor enhancements.
- Fix for issue #5
- Fix for issue #11
- For boolean fields you can now use isXxx (in addition to getXxx).
Minor enhancements.
- Fix for issue #1
- Fix for issue #2
- Fix for issue #3
Initial release