PreferenceInjector v2.2.0 Release Notes

Release Date: 2015-03-01 // about 9 years ago
  • ➕ Added

    • Optional "listen" flag for @InjectPreference annotation as shorthand for also adding @OnPreferenceChange annotation to the same element
    • OnPreferenceChange annotations on methods can now contain multiple keys (if the method has zero parameters)

    🔄 Changed

    • ⚡️ Method calls now always occur after field updates for any given preference key (for both initialization and updates)
    • Annotated methods can now contain zero parameters, to disregard the preference value.