Skip to content

3.5.0

Compare
Choose a tag to compare
@anggrayudi anggrayudi released this 01 Oct 10:19
· 55 commits to master since this release

Enhancements

  • Annotation processor will generate SharedPreferencesHelper, so you don't need to get SharedPreferences value like this: SharedPreferences.get<DataType>(key, defaultValue).
    Take advantage of using it with dependency injection such as Dagger 2 and Koin.
    Personally, I would recommend you to use Koin because of its simplicity.

Breaking Changes

  • PreferenceKeysConfig now becomes PreferencesConfig.
  • PreferencesConfig no longer supports stringResName since it is getting more complex to develop.