Skip to content

Releases: michael-rapp/AndroidPreferenceActivity

Version 5.0.11

26 Jan 13:29
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated targetSdkVersion to API level 27 (Android 8.1).
  • Updated dependency "AndroidUtil" to version 1.19.0.
  • The data structure ListenerList is now used for managing event listeners.

Version 5.0.10

21 Jan 22:56
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues.

  • Fixed an issue, which caused the fragment of the last selected NavigationPreference to be shown instead of the navigation, when returning to a PreferenceActivity from another activity.

Version 5.0.9

20 Jan 01:05
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Added performClick-method to the NavigationPreference.

Version 5.0.8

10 Jan 00:32
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed an issue, which caused the fragment of the first NavigationPreference to be shown instead of the one, which is specified via the extra EXTRA_SHOW_FRAGMENT, if the extra EXTRA_HIDE_NAVIGATION is specified as well.

Version 5.0.7

07 Jan 23:07
Compare
Choose a tag to compare

A re-release of the previous release 5.0.6 with working Maven artifacts.

Version 5.0.6

07 Jan 21:41
Compare
Choose a tag to compare

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 PreferenceActivity from another activity.

Version 5.0.5

30 Dec 14:22
Compare
Choose a tag to compare

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

26 Nov 00:21
Compare
Choose a tag to compare

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

31 Oct 18:29
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Added descendantFocusability attribute 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

25 Oct 21:33
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed an issue, which causes the attributes of a PreferenceFragment to be obtained from the wrong theme.