Skip to content

Releases: wdullaer/SwipeActionAdapter

SwipeActionAdapter v1.2.0

08 Dec 17:15
Compare
Choose a tag to compare

Changes

  • Support for tags on the contentView: setTag and getTag now behave as you'd expect when using it in a CursorAdapter
  • Added getAdapter(): you can now easily access the underlying adapter

This release should be backwards compatible.

SwipeActionAdapter v1.1.0

28 Sep 19:07
Compare
Choose a tag to compare

Changes

  • Moved the main callback after all animations have finished to fix some drawing issues.
  • There is now an additional callback which triggers right before the dismiss animations.

Disclaimer

There are some changes in the API, so you will have to do a small refactoring coming from 1.0.0
See README.md or the included example for more information

SwipeActionAdapter First Release

06 Jul 12:38
Compare
Choose a tag to compare

The first release of SwipeActionAdapter.
See README.md for more details