@@ -18,12 +18,12 @@ If you would like to support me, you may donate some small amount via PayPal.
1818### 1. Add gradle dependency
1919First, ** remove** the unnecessary lines of preference-v7 and preference-v14 from your gradle file as the bugfix contains both of them:
2020``` gradle
21- compile 'com.android.support:preference-v7:27.0.0 '
22- compile 'com.android.support:preference-v14:27.0.0 '
21+ compile 'com.android.support:preference-v7:27.0.1 '
22+ compile 'com.android.support:preference-v14:27.0.1 '
2323```
2424And ** add** this single line to your gradle file:
2525``` gradle
26- compile 'com.takisoft.fix:preference-v7:27.0.0 .0'
26+ compile 'com.takisoft.fix:preference-v7:27.0.1 .0'
2727```
2828> Notice the versioning: the first three numbers are * always* the same as the latest official library while the last number is for own updates. I try to keep it up-to-date but if, for whatever reasons, I wouldn't notice the new support library versions, just issue a ticket.
2929
@@ -92,17 +92,17 @@ Now you can enjoy using the support preferences API without losing all your hair
9292There are additional preferences not part of the official support library, but decided to add them to some extra libraries. You can add all of them to your project using
9393
9494``` gradle
95- compile 'com.takisoft.fix:preference-v7-extras:27.0.0 .0'
95+ compile 'com.takisoft.fix:preference-v7-extras:27.0.1 .0'
9696```
9797
9898or one or more groups:
9999
100100Preference | Dependency | Preview
101101-|-|-
102- [ ` RingtonePreference ` ] ( https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#ringtonepreference ) | ` compile 'com.takisoft.fix:preference-v7-ringtone:27.0.0 .0' ` | ![ API 15] ( https://raw.githubusercontent.com/Gericop/Android-Support-Preference-V7-Fix/master/images/ringtone_api26.png )
103- [ ` DatePickerPreference ` ] ( https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#datepickerpreference ) | ` compile 'com.takisoft.fix:preference-v7-datetimepicker:27.0.0 .0' ` | ![ API 15] ( https://raw.githubusercontent.com/Gericop/Android-Support-Preference-V7-Fix/master/images/datepicker_api26.png )
104- [ ` TimePickerPreference ` ] ( https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#timepickerpreference ) | ` compile 'com.takisoft.fix:preference-v7-datetimepicker:27.0.0 .0' ` | ![ API 15] ( https://raw.githubusercontent.com/Gericop/Android-Support-Preference-V7-Fix/master/images/timepicker_api26.png )
105- [ ` ColorPickerPreference ` ] ( https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#colorpickerpreference ) | ` compile 'com.takisoft.fix:preference-v7-colorpicker:27.0.0 .0' ` | ![ API 15] ( https://raw.githubusercontent.com/Gericop/Android-Support-Preference-V7-Fix/master/images/colorpicker_api26_fixed.png )
102+ [ ` RingtonePreference ` ] ( https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#ringtonepreference ) | ` compile 'com.takisoft.fix:preference-v7-ringtone:27.0.1 .0' ` | ![ API 15] ( https://raw.githubusercontent.com/Gericop/Android-Support-Preference-V7-Fix/master/images/ringtone_api26.png )
103+ [ ` DatePickerPreference ` ] ( https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#datepickerpreference ) | ` compile 'com.takisoft.fix:preference-v7-datetimepicker:27.0.1 .0' ` | ![ API 15] ( https://raw.githubusercontent.com/Gericop/Android-Support-Preference-V7-Fix/master/images/datepicker_api26.png )
104+ [ ` TimePickerPreference ` ] ( https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#timepickerpreference ) | ` compile 'com.takisoft.fix:preference-v7-datetimepicker:27.0.1 .0' ` | ![ API 15] ( https://raw.githubusercontent.com/Gericop/Android-Support-Preference-V7-Fix/master/images/timepicker_api26.png )
105+ [ ` ColorPickerPreference ` ] ( https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#colorpickerpreference ) | ` compile 'com.takisoft.fix:preference-v7-colorpicker:27.0.1 .0' ` | ![ API 15] ( https://raw.githubusercontent.com/Gericop/Android-Support-Preference-V7-Fix/master/images/colorpicker_api26_fixed.png )
106106
107107---
108108
@@ -148,7 +148,7 @@ The original implementation uses `?attr/textAppearanceSmall` as the message styl
148148---
149149
150150## Version
151- The current stable version is ** 27.0.0 .0** .
151+ The current stable version is ** 27.0.1 .0** .
152152
153153## Notes #
154154This demo / bugfix is set to work on API level 14+.
@@ -167,6 +167,12 @@ API 15 | API 21 | API 26
167167
168168### Changelog
169169
170+ ** 2017-11-13**
171+
172+ New version: 27.0.1.0 (based on v27.0.1)
173+
174+ - No support preferences related changes.
175+
170176** 2017-10-27**
171177
172178New version: 27.0.0.0 (based on v27.0.0)
0 commit comments