Skip to content

Release: Version 1.1.0

Latest
Compare
Choose a tag to compare
@bachhuberdesign bachhuberdesign released this 13 Jan 17:03
· 5 commits to master since this release
adeb4eb

Added Gson and Moshi serialization helpers
Preference getters with default values now return non-null
Removed getOrderedStringSet/putOrderedStringSet() in favor of Gson/Moshi serialization
Documentation updates and minor code cleanup
Removed setting SharedPreference mode in builder (non-private SharedPreferences deprecated in API 17, see: https://developer.android.com/reference/android/content/Context.html#MODE_WORLD_READABLE)

To install:

    implementation "io.milkcan:effortless-prefs:1.1.0"
    implementation "io.milkcan:effortless-prefs-gson:1.1.0"
    implementation "io.milkcan:effortless-prefs-moshi:1.1.0"