SwipeActionAdapter v2.0.0
API Change!
This new version will require you to modify your existing code:
SwipeDirections
has been renamed toSwipeDirection
and is now an enum typehasActions
takes an additional SwipeDirection parameter
Changes
- Fixes #37 #6 - You can now disable swipes in a direction in the
hasAction
callback - Fixes #38 #27 - The library should now support rows with different heights
- Fixes #33 - Fixed rendering issues with older versions of android
Get it by downloading the attached jar or modifying your build.gradle to
dependencies {
compile 'com.wdullaer:swipeactionadapter:2.0.0'
}