Releases: ferrannp/material-preferences
Releases · ferrannp/material-preferences
Release 0.1.4
Release 0.1.3
- Added
mp_preference_switch
layout to emulate a SwitchPreference
Release 0.1.2
- Fixed padding for PreferenceCategory in some devices like Samsung when targeting APIs that don't support right to left
Release 0.1.1
- Rename library resources to start with "mp_", see https://developer.android.com/tools/projects/index.html#considerations
Release 0.1.0
- 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
This pre-release is not in JCenter because is too buggy, contains issues #1, #2 and #3.
- PreferenceScreen, PreferenceCategory and CheckboxPreference: Material style for pre-Lollipop
- Preference listview with appropiate padding (see http://www.google.com/design/spec/patterns/settings.html) but fails with #1
- Toolbar to PreferenceFragment but fails with #1
- Each PreferenceFragment has its own title based on the property android:title of the provided xml file