Releases: michael-rapp/AndroidPreferenceActivity
Releases · michael-rapp/AndroidPreferenceActivity
Version 4.2.3
A minor release, which introduces the following changes:
- The library does now provide a built-in dark and light theme.
- Slightly adjusted button sizes and paddings.
- Updated AppCompat v7 support library to version 23.4.0.
Version 4.2.2
A bugfix release, which fixes the following issues:
- Fixed the return value of the
unselectPreferenceHeader
-method of the classPreferenceActivity
.
Version 4.2.1
A minor release, which introduces the following changes:
- Added the
unselectPreferenceHeader
-method, which allows to programmatically return to the navigation on smartphones, to the classPreferenceActivity
.
Version 4.2.0
A feature release, which introduces the following changes:
- It is now possible to change the background color of the bread crumbs on tablets programmatically or via a theme attribute.
- It is now possible to hide bread crumbs (on tablets and smartphones) globally or per preference header using a setter method or via Intent extras.
Version 4.1.1
A minor release, which introduces the following changes:
- Changed the appearance of preference categories on pre-Lollipop devices.
- The divider after the last item of a
PreferenceActivity
's navigation is not shown anymore. - Updated the AppCompat v7 support library to version 23.3.0.
- Updated the CardView v7 support library to version 23.3.0.
Version 4.1.0
A feature release, which introduces the following changes:
- Fixed issue #14
- Removed the
setPreferenceScreenBackground
andgetPreferenceScreenBackground
-methods from the classPreferenceActivity
, because setting the background drawable of aCardView
leads to issues. However, it is still possible to set a background color using thesetPreferenceScreenBackgroundColor
-method. - Updated dependency "AndroidUtil" to version 1.4.5.
- Updated the AppCompat v7 support library to version 23.2.1.
- Updated the CardView v7 support library to version 23.2.1.
Version 4.0.7
A minor release, which introduces the following changes:
- The library is from now on distributed under the Apache License version 2.0.
- Updated dependency "AndroidUtil" to version 1.4.3.
- Minor changes of the example app.
Version 4.0.6
A minor release, which introduces the following changes:
- Added
showView
- andhideView
-methods, which allow to manually show or hide the animated view, to the classHideViewOnScrollAnimation
.
Version 4.0.5
A minor release, which introduces the following changes:
- Updated dependency "AndroidUtil" to version 1.3.0.
Version 4.0.4
A bugfix release, which fixes the following issues: