All Versions
4
Latest Version
Avg Release Cycle
-
Latest Release
-

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 and click_remove.
  • 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).