All Versions
10
Latest Version
Avg Release Cycle
15 days
Latest Release
3206 days ago

Changelog History

  • v2.0.0 Changes

    July 17, 2015

    Rewritten 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
    1. 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
    2. Other things, i don't remember