All Versions
8
Latest Version
1.6
Avg Release Cycle
39 days
Latest Release
3409 days ago

Changelog History

  • v1.6 Changes

    January 07, 2015

    ๐Ÿš€ 1. Release to maven central.

    1. Fix the problem of items > 10. #4
  • v1.5 Changes

    December 03, 2014
    1. Add fitSystemWindows(Rect insets) method to avoid undesired status bar overlay. Remove private method setViewPadding(). _(Thanks @RlagoMan)_
      2965c94 #13 ๐Ÿ›  2. Fixed activity not fitting into the dark placeholder.
      97d9b83 #18 #19 ๐Ÿšš 3. It should remove the other menu view while showing a menu.
      ada0245 #30
    2. Fix bug for setShadowVisible.
      27b6491
  • v1.4.2 Changes

    August 31, 2014

    ๐Ÿ›  Fix bug for Android 2.3. Relative issues: #11 , #15

  • v1.4.1 Changes

    May 30, 2014

    ๐Ÿ”„ Change Log

    • ๐Ÿ›  Fix the conflict with ListView.
    • ๐Ÿ›  Fix the conflict with OnItemClickListener.

    ๐Ÿ”– Version Migration

    โฌ†๏ธ Upgrading to v1.4.1 from v1.3, v1.2, v1.1, v1.0

    Duplicate the followed code in dispatchTouchEvent() of Activity, replace the old dispatchTouchEvent() code.

    @Overridepublic boolean dispatchTouchEvent(MotionEvent ev) { return resideMenu.dispatchTouchEvent(ev); }
    
  • v1.4

    May 29, 2014
  • v1.3 Changes

    May 26, 2014

    When menu is opened, click on the scaled main content should close

  • v1.2 Changes

    April 14, 2014

    ๐Ÿ‘Œ Support to open menu in right side.

  • v1.1

    April 06, 2014