Releases: wdullaer/SwipeActionAdapter
Releases · wdullaer/SwipeActionAdapter
SwipeActionAdapter v1.2.0
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
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
The first release of SwipeActionAdapter.
See README.md for more details