Releases: taltstidl/Swipeable-RecyclerView
Releases · taltstidl/Swipeable-RecyclerView
Release 0.2.0
- Improves RecyclerView scroll handling when swiping an item
- Improves performance a little by flattening the view hierarchy
- Fixes major bug with undo handling that caused crashes
- Fixes major bug with adapter position handling
- Renames
set...Id()
methods ofBuilder
toset...Resource()
to better match stock android calls - Adds
NO_SWIPE
option toSwipeBehaviour
Release 0.1.0 (Initial release)
- Adds new
SwipeItem
class that handles repositioning a wrapped list item via touch and shows a background layout with icon, text and action area. - Adds new
SwipeAdapter
class that wraps list items in theSwipeItem
widget to enable a swipe to dismiss pattern via callbacks. - Adds new
SwipeConfiguration
class withBuilder
to allow easy customization.