Skip to content

Releases: michael-rapp/AndroidPreferenceActivity

Version 5.0.1

25 Oct 20:39
Compare
Choose a tag to compare

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

24 Oct 22:15
Compare
Choose a tag to compare

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:

  • NavigationPreferences 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

27 Apr 22:37
Compare
Choose a tag to compare

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

16 Feb 22:26
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed possible errors when restoring default values in the example app (#20)

Version 4.2.9

26 Jan 04:18
Compare
Choose a tag to compare

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

13 Sep 01:46
Compare
Choose a tag to compare

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

12 Sep 00:49
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Merged pull request #18

Version 4.2.6

11 Sep 22:13
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed issue #17

Version 4.2.5

11 Sep 19:36
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed issue #15
  • Fixed issue #16
  • Updated targetSdkVersion to API level 24 (Android 7.0)
  • Updated dependency "AndroidUtil" to version 1.11.1.
  • Updated Appcompat v7 support library to version 24.2.0.
  • Updated CardView v7 support library to version 24.2.0.

Version 4.2.4

13 Aug 23:02
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • A possible IllegalStateException when resuming a PreferenceFragment has been fixed.