Skip to content

Releases: taltstidl/Swipeable-RecyclerView

Release 0.2.0

21 May 16:30
Compare
Choose a tag to compare
  • 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 of Builder to set...Resource() to better match stock android calls
  • Adds NO_SWIPE option to SwipeBehaviour

Release 0.1.0 (Initial release)

06 May 15:56
Compare
Choose a tag to compare
  • 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 the SwipeItem widget to enable a swipe to dismiss pattern via callbacks.
  • Adds new SwipeConfiguration class with Builder to allow easy customization.