Skip to content

SwipeActionAdapter v2.0.0

Compare
Choose a tag to compare
@wdullaer wdullaer released this 14 Nov 14:51
· 9 commits to master since this release

API Change!

This new version will require you to modify your existing code:

  • SwipeDirections has been renamed to SwipeDirectionand is now an enum type
  • hasActions 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'
}