All Versions
8
Latest Version
Avg Release Cycle
39 days
Latest Release
3190 days ago
Changelog History
Changelog History
-
v1.6 Changes
January 07, 2015๐ 1. Release to maven central.
- Fix the problem of items > 10. #4
-
v1.5 Changes
December 03, 2014- 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 - Fix bug for setShadowVisible.
27b6491
- Add fitSystemWindows(Rect insets) method to avoid undesired status bar overlay. Remove private method setViewPadding(). _(Thanks @RlagoMan)_
-
v1.4.2 Changes
August 31, 2014 -
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
fromv1.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, 2014When 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