Version 2.1.0
A feature release, which introduces the following changes:
- It is now possible to pass parameters within a
Bundle
from one fragment of a wizard to an other. Therefore the method signatures of the interfaceWizardListener
have been changed. - Fragment transitions are now properly handled, when multiple instances of the same class are used as the preference headers' fragments.
- Added the layout
R.layout.preference_child
, which can be used as as preference's layout, if a left indent should be added. May be useful for creating hierarchical preference screens together with theandroid.dependency
attribute. - Added a
FrameLayout
to thePreferenceActivity
. It can be accessed by using the IDR.id.preference_activity_frame_layout
. Additionally,getFrameLayout
-methods have been added to allow referencing aPreferenceActivity
's, respectively aPreferenceFragment
's, frame layout. - The issue #9 has been solved. The library now relies on the AppCompat v7 revision 22 support library. Revision 21 is not supported anymore.