Releases: michael-rapp/AndroidPreferenceActivity
Releases · michael-rapp/AndroidPreferenceActivity
Version 5.0.11
A minor release, which introduces the following changes:
- Updated
targetSdkVersionto API level 27 (Android 8.1). - Updated dependency "AndroidUtil" to version 1.19.0.
- The data structure
ListenerListis now used for managing event listeners.
Version 5.0.10
A bugfix release, which fixes the following issues.
- Fixed an issue, which caused the fragment of the last selected
NavigationPreferenceto be shown instead of the navigation, when returning to aPreferenceActivityfrom another activity.
Version 5.0.9
A minor release, which introduces the following changes:
- Added
performClick-method to theNavigationPreference.
Version 5.0.8
A bugfix release, which fixes the following issues:
- Fixed an issue, which caused the fragment of the first
NavigationPreferenceto be shown instead of the one, which is specified via the extraEXTRA_SHOW_FRAGMENT, if the extraEXTRA_HIDE_NAVIGATIONis specified as well.
Version 5.0.7
A re-release of the previous release 5.0.6 with working Maven artifacts.
Version 5.0.6
ATTENTION: THE MAVEN ARTIFACTS OF THIS RELEASE ARE BROKEN. THE LIBRARY DOES NOT PROPERLY WORK WHEN ADDING THIS RELEASE AS A MAVEN DEPENDENCY.
A bugfix release, which fixes the following issues:
- Fixed an issue, which caused the state of the navigation getting lost when returning to a
PreferenceActivityfrom another activity.
Version 5.0.5
A minor release, which introduces the following changes:
- Updated dependency "AndroidUtil" to version 1.18.3.
- Updated AppCompat v7 support library to version 27.0.2.
- Updated CardView v7 support library to version 27.0.2
Version 5.0.4
A minor release, which introduces the following changes:
- Updated dependency "AndroidUtil" to version 1.18.2.
- Updated AppCompat v7 support library to version 27.0.1.
- Updated CardView v7 support library to version 27.0.1
Version 5.0.3
A minor release, which introduces the following changes:
- Added
descendantFocusabilityattribute to the layouts of preferences. - Fixed Lint errors, which occur in Lint 3.0.
- Updated dependency "AndroidUtil" to version 1.18.1.
- Updated AppCompat v7 support library to version 27.0.0.
- Updated CardView v7 support library to version 27.0.0.
Version 5.0.2
A bugfix release, which fixes the following issues:
- Fixed an issue, which causes the attributes of a
PreferenceFragmentto be obtained from the wrong theme.