Skip to content

Releases: ferrannp/material-preferences

Release 0.1.4

05 Oct 01:09
Compare
Choose a tag to compare
  • Use xml solution to add a shadow below the toolbar on pre-Lollipop devices
  • Target sdk version 23

Release 0.1.3

30 May 01:54
Compare
Choose a tag to compare
  • Added mp_preference_switch layout to emulate a SwitchPreference

Release 0.1.2

19 May 17:08
Compare
Choose a tag to compare
  1. Fixed padding for PreferenceCategory in some devices like Samsung when targeting APIs that don't support right to left

Release 0.1.1

19 May 17:02
Compare
Choose a tag to compare

Release 0.1.0

19 May 16:59
Compare
Choose a tag to compare
  • Fixes #1, #2 and #3
  • Ready for production
  • All PreferenceFragment (nested PreferenceScreen) have its own toolbar and handle a configuration change correctly (restoring state)
  • Adding a PreferenceScreen with an intent (to open a new activity) will work as normal
  • All PreferenceScreen detected and styled correctly (inside PreferenceCategory too)

Pre-release 0.0.1

19 May 16:49
Compare
Choose a tag to compare
Pre-release 0.0.1 Pre-release
Pre-release

This pre-release is not in JCenter because is too buggy, contains issues #1, #2 and #3.

  1. PreferenceScreen, PreferenceCategory and CheckboxPreference: Material style for pre-Lollipop
  2. Preference listview with appropiate padding (see http://www.google.com/design/spec/patterns/settings.html) but fails with #1
  3. Toolbar to PreferenceFragment but fails with #1
  4. Each PreferenceFragment has its own title based on the property android:title of the provided xml file