You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Changes:_ Added SwipeOpenItemTouchHelper.closeOpenPosition(int) and SwipeOpenItemTouchHelper.closeAllOpenPositions (issue #15) along with tests to cover the new functionality.
_Changes: Added new SwipeOpenItemTouchHelper.setPreventZeroSizeViewSwipes(boolean) method to allow for preventing swipe-to-open actions in directions where the hidden swipe view has a size of 0 (issue #12) _Fixes: Merged #17 to address #14 (dalvik crash)