Kotpref Versions Save

Kotpref - Android SharedPreferences delegation library for Kotlin

v2.7.0

5 years ago

Feature

  • From this version, Kotpref will be shipped with Java 8 bytecode #140
  • Migrate to AndroidX #127

Bug fix

  • StringSetPref isn't aware of changes made by PreferenceFragment #143

v2.6.0

5 years ago

Feature

  • Introduce injectable context #120

v2.5.0

6 years ago

Bug fix

  • Fix StringSet preference saving issue #96

Feature

  • Support generics type object for gson support #88 Thanks @sosite 😄

Note

  • From this version, I removed dependencies to kotlin and other third party library from pom. So, you should explicitly declare it.

v2.4.0

6 years ago

Feature

  • Update Kotlin to 1.2.21
  • Add LiveData support #81 #82. Thanks @s0nerik 😄
    • LiveData sample is here

v2.3.0

6 years ago

Feature

  • Update Kotlin to 1.2.10
  • Add function to change default preferences save method #75. Thanks @Ashok-Varma 😄

v2.2.0

6 years ago

Feature

  • Update Kotlin to 1.1.51
  • Expose a way to add a listener to preferences #48

v2.1.2

6 years ago

Feature

  • Update Kotlin to 1.1.3
  • Remove dependency to kotlin stdlib
    • please specify kotlin stdlib in your build.gradle

Bug fix

v2.1.1

7 years ago

Bug fix

  • NoClassDefFoundError occur when using StringSetPref in bulk edit

v2.1.0

7 years ago

Feature

  • Update kotlin to 1.1.1

Bug fix

  • Fix the bug that StringPrefSet iterator is not work properly in transaction

Improvement

  • Improve StringPrefSet performance

v2.0.0

7 years ago

Kotpref version 2 has destructive changes from version 1!!

  • Simplify interface name
  • Separate standard module and optional module
    • auto initializer
    • enum support
  • Add gson serialize support