DragSortListView v0.4.0 Release Notes

    • ๐Ÿšš 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).