Skip to content

Releases: SpecialCyCi/AndroidResideMenu

Support Gradle and Maven now!

07 Jan 09:43
Compare
Choose a tag to compare
  1. Release to maven central.
  2. Fix the problem of items > 10. #4

Fixed bugs.

03 Dec 16:45
Compare
Choose a tag to compare
  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
  4. Fix bug for setShadowVisible.
    27b6491

Make ResideMenu working on Android 2.3.

31 Aug 11:50
Compare
Choose a tag to compare

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

Fix the conflict with ListView.

30 May 09:17
Compare
Choose a tag to compare

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.

    @Override
    public boolean dispatchTouchEvent(MotionEvent ev) {
        return resideMenu.dispatchTouchEvent(ev);
    }

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

26 May 15:23
Compare
Choose a tag to compare

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

Support to open menu in right side.

14 Apr 11:30
Compare
Choose a tag to compare

Support to open menu in right side.

scale the activity with finger

06 Apr 12:07
Compare
Choose a tag to compare
v1.1

scale the activity with finger