All Versions
4
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.6.1 Changes
- โ Add git version tags
- ๐ Fix #77: OnClickListener in list item crashes DragSortController.
- ๐ Fix #81: Enabling FastScroller causes crash.
-
v0.6.0 Changes
- โ Remove modes are now
fling_remove
andclick_remove
.
- โ Remove modes are now
-
v0.5.0 Changes
- Multiple-choice and single-choice selections handled.
-
v0.4.0 Changes
- ๐ Implement remove and drop animations.
- โก๏ธ Update on(Intercept)TouchEvent to make sure DSLV ignores ๐ touch events during remove/drop animations.
- โ Add
removeItem(int)
method to DragSortListView, which allows item removal outside drag-sorting and animates the removal process. - โ Add click-to-remove convenience to DragSortController.
- ๐ Fix #51: NullPointerException when a null ListAdapter is passed to
setAdapter(ListAdapter)
.