Skip to content

Releases: michael-rapp/AndroidPreferenceActivity

Version 4.2.3

26 May 16:09
Compare
Choose a tag to compare

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

15 Apr 14:59
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed the return value of the unselectPreferenceHeader-method of the class PreferenceActivity.

Version 4.2.1

15 Apr 13:49
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Added the unselectPreferenceHeader-method, which allows to programmatically return to the navigation on smartphones, to the class PreferenceActivity.

Version 4.2.0

15 Apr 11:46
Compare
Choose a tag to compare

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

14 Apr 22:32
Compare
Choose a tag to compare

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

17 Mar 16:42
Compare
Choose a tag to compare

A feature release, which introduces the following changes:

  • Fixed issue #14
  • Removed the setPreferenceScreenBackground and getPreferenceScreenBackground-methods from the class PreferenceActivity, because setting the background drawable of a CardView leads to issues. However, it is still possible to set a background color using the setPreferenceScreenBackgroundColor-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

24 Feb 02:43
Compare
Choose a tag to compare

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

31 Jan 00:12
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Added showView- and hideView-methods, which allow to manually show or hide the animated view, to the class HideViewOnScrollAnimation.

Version 4.0.5

03 Jan 20:57
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated dependency "AndroidUtil" to version 1.3.0.

Version 4.0.4

23 Dec 23:25
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues: