Skip to content

Releases: gregkorossy/Android-Support-Preference-V7-Fix

v28.0.0.0

24 Sep 16:12
Compare
Choose a tag to compare

New version: 28.0.0.0 (based on v28.0.0)

  • No support preferences related changes in the support library.
  • Fixed issues #174 and #175

v28.0.0.0-alpha3

18 Jul 00:37
Compare
Choose a tag to compare

New version: 28.0.0.0-alpha3 (based on v28.0.0-alpha3)

  • No support preferences related changes in the support library.
  • PreferenceFragmentCompatDividers is now deprecated. Use PreferenceFragmentCompat instead.
  • Added preference-v7-material module which provides Theme.MaterialComponents related themes.
  • Bug fixes #166, #169, #173

v27.1.1.1

11 May 20:55
Compare
Choose a tag to compare

New version: 27.1.1.1 (based on v27.1.1)

  • No support preferences related changes in the support library.
  • Bug fixes (#153, #149, #155, #152).

v27.1.1.0

10 Apr 20:19
Compare
Choose a tag to compare

New version: 27.1.1.0 (based on v27.1.1)

  • No support preferences related changes in the support library.
  • Some bug fixes (see #147 for more info).

v27.1.0.0

28 Feb 12:31
Compare
Choose a tag to compare

New version: 27.1.0.0 (based on v27.1.0)

  • According to bug fixes section of the changelog of revision 27.1.0: Preferences library uses attributes that will not work on old versions of Android has been fixed.
  • Some bug fixes: #126, #127, #142

v27.0.1.0

13 Nov 19:37
Compare
Choose a tag to compare

New version: 27.0.1.0 (based on v27.0.1)

  • No support preferences related changes.

v27.0.0.0

28 Oct 05:33
Compare
Choose a tag to compare

New version: 27.0.0.0 (based on v27.0.0)

  • PreferenceCategory's text color can be set from code (setColor(...) or setColorResource(...)) and XML (app:pref_categoryColor attribute)
  • Added PreferenceActivityResultListener that can be used for handling click events by starting an Activity for result and receiving the results
  • Enabled scrollbars on the preference list

v26.1.0.3

24 Oct 18:37
Compare
Choose a tag to compare

New version: 26.1.0.3 (based on v26.1.0)

  • The attribute names use the pref_ prefix in order to avoid name collision with other libraries
  • The custom preferences call their change listeners
  • Custom preferences extending DialogPreference can be added using PreferenceFragmentCompat.addDialogPreference(...)
  • Material Designed dividers automatically get applied if using PreferenceFragmentCompatDividers

v26.1.0.2

24 Sep 01:36
Compare
Choose a tag to compare

2017-09-24

New version: 26.1.0.2 (based on v26.1.0)

  • Quick fix: the app won't crash if the preference XML couldn't be inflated (but it will still display as an empty screen)

v26.1.0.1

24 Sep 01:03
Compare
Choose a tag to compare

New version: 26.1.0.1 (based on v26.1.0)

  • Bug fix: crash on API 26 when using dividers and preferences with widgets together
  • Bug fix: ColorPickerPreference's column number defaults to auto (0) instead of 3
  • PreferenceCategory's title view gets hidden (including its dimensions) when the title is empty (the dividers will be drawn as if the title was not hidden)
  • Added 2 new flags to the custom dividers: DIVIDER_NO_BEFORE_FIRST and DIVIDER_NO_AFTER_LAST