All Versions
10
Latest Version
Avg Release Cycle
15 days
Latest Release
3396 days ago
Changelog History
Changelog History
-
v2.0.0 Changes
July 17, 2015Rewritten some parts of the framework.
๐ New and better methods name.
๐ New classes for better abstraction level.
Now its easier to use and to understand, what you do.
โ Add small functions. -
v1.1.4 Changes
July 13, 2015- ๐ Fix a critical bug. Sometimes a section click doesn't get recognized.
- โ Added support for custom sections. See the all menu example :).
- ๐ Many more fixes and improvments. To long for this here. See github commits for more.
-
v1.1.3 Changes
May 27, 2015๐ For changes, see the latest commits.
-
v1.1.1 Changes
March 18, 2015- Split HeadItemOnClick Listener to HeadItemAvatarListener and HeadItem BackgroundListener
- ๐ Fix Bug: loadFragmentOnChanged = false does work now right.
- ๐ Renamed some listener
- ๐ New back pattern
- โ Added option for custom fragment title
- Statusbar is now semitransparent in lollipop
- ๐ Actionbar overlay mode support
- ๐ New example app. New style and a lot of new examples.
-
v1.1.0 Changes
March 11, 2015๐ Changelog:
- ๐ changed the afterInit() Method, has now Bundle savedInstanceState param.
- โ added getActionBarToggle() method, to get the toggle.
- drawerTouchLocked blocks now a section click too.
- โ added method, to show different menu icon (menu, back and none)
- โ added example that shows how to change the menu icon and work with them. (ActionBarButtons.java)
- menu has now the startIndex. so custom/none header can has a start section
- ๐ the HeadItem method with the startIndex is now deprecated, but works correct
- โ added option, to show the drawer below the toolbar, see new screenshot
- โ added example, how to set the drawer below the toolbar
- other small changes
- โก๏ธ updated examples
-
v1.0.9 Changes
March 10, 2015๐ Exclude nineoldandroid library, you mst add it now manually. See readme.
โ Added afterInit() method. See OwnActionBarFont.java for an example. -
v1.0.8.1 Changes
March 09, 2015- โ added ripple support
- comment out useless code
- ๐ example app has now min sdk 10 in the gradle build
- ๐ renamed some methods in the menu class, for better understanding
- extend some examples
- ๐ comes with nineoldandroids, need for ripple support if sdk < 16
-
v1.0.7 Changes
March 08, 2015- smooth drawer close on activity change
- ๐ on section change listener, see new example
- โ add and remove sections/menu-items dynamically
- public reloadMenu method
- โ add refresh menu flag, to newSection/newLabel/newDevisor methods
- more theming
- extend examples
- other things
๐ see the new examples, to test the new features
-
v1.0.6 Changes
March 07, 2015โ added option, to override the section and label text size and the section icon size.
๐ see dimens.xml in the example app or here:
#1 -
v1.0.5 Changes
March 03, 2015- Internal changes:
๐ฆ Renamed some classes and moved to a new package, for better understanding. Some small fixes and other changes. ๐ 2. Added option for a label in the menu. See second screenshot. ๐ 3. Added method for easier devisor integration. See all menu example - Other things, i don't remember
- Internal changes: