Releases: michael-rapp/AndroidPreferenceActivity
Releases · michael-rapp/AndroidPreferenceActivity
Version 5.0.1
A bugfix release, which fixes the following issues:
- The divider color of a
PreferenceFragment
is now correctly obtained from the theme.
Version 5.0.0
A major release, which aims at adapting the library according to the use of preferences in Android 8.0 and at fixing some fundamental issues. This required to re-implement large parts of the library:
NavigationPreference
s are now used as navigation items. This enables to use regular preferences and categories alongside with navigation items.- Many methods and theme attributes have been renamed. However, most of the functionality of the previous versions is still available.
- Fixed situations where the state of fragments was not completely restored after orientation changes or after resuming the activity.
- Fixed a possible crash when using Android 7's multi-window mode on tablets.
- It is now possible to use the fullscreen layout instead of the split screen layout on tablets.
- The appearance pf dividers has been changed. They are now only displayed above a
PreferenceCategory
. - Changed the activity's background color on phones.
- Changed the title text color of preferences and preference headers.
- Paddings and icon sizes are now equal for phones and tablet devices.
- Updated
targetSdkVersion
to API level 26 (Android 8.0). - Updated dependency "AndroidUtil" to version 1.18.0.
- Updated AppCompat v7 support library to version 26.1.0.
- Updated CardView v7 support library to version 26.1.0.
- Updating the dependencies required to increase the
minSdkVersion
to API level 14.
Version 4.2.11
A minor release, which introduces the following changes:
- Improved RTL support.
- Updated dependency "AndroidUtil" to version 1.15.2.
- Updated Appcompat v7 support library to version 25.3.1.
- Updated CardView v7 support library to version 25.3.1.
Version 4.2.10
A bugfix release, which fixes the following issues:
- Fixed possible errors when restoring default values in the example app (#20)
Version 4.2.9
A minor release, which introduces the following changes:
- Updated
targetSdkVersion
to API level 25 (Android 7.1) - Updated dependency "AndroidUtil" to version 1.12.3.
- Updated Appcompat v7 support library to version 25.1.0.
- Updated CardView v7 support library to version 25.1.0.
Version 4.2.8
A minor release, which introduces the following changes:
- The font Roboto Medium is now used on devices with API level 21 or greater.
Version 4.2.7
A bugfix release, which fixes the following issues:
- Merged pull request #18
Version 4.2.6
A bugfix release, which fixes the following issues:
- Fixed issue #17
Version 4.2.5
A bugfix release, which fixes the following issues:
Version 4.2.4
A bugfix release, which fixes the following issues:
- A possible
IllegalStateException
when resuming aPreferenceFragment
has been fixed.