Releases: gregkorossy/Android-Support-Preference-V7-Fix
Releases · gregkorossy/Android-Support-Preference-V7-Fix
v28.0.0.0
v28.0.0.0-alpha3
New version: 28.0.0.0-alpha3 (based on v28.0.0-alpha3)
v27.1.1.1
v27.1.1.0
v27.1.0.0
v27.0.1.0
New version: 27.0.1.0 (based on v27.0.1)
- No support preferences related changes.
v27.0.0.0
New version: 27.0.0.0 (based on v27.0.0)
PreferenceCategory
's text color can be set from code (setColor(...)
orsetColorResource(...)
) and XML (app:pref_categoryColor
attribute)- Added
PreferenceActivityResultListener
that can be used for handling click events by starting anActivity
for result and receiving the results - Enabled scrollbars on the preference list
v26.1.0.3
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 usingPreferenceFragmentCompat.addDialogPreference(...)
- Material Designed dividers automatically get applied if using
PreferenceFragmentCompatDividers
v26.1.0.2
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
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
andDIVIDER_NO_AFTER_LAST