Releases: woxblom/DragListView
Releases · woxblom/DragListView
Updated recyclerview version
v1.1.4 Updated recyclerview version
Fixed so any layout manager can be set on the recyclerview
v1.1.3 Fixed so any layout manager can be set on the recyclerview
Fixed problem with addItem and scrollbars
- You can now enabled and disable scrollbars on the recyclerview
- Fixed a bug were you could not call addItem on the last position in the list
- Added a new api to boardView: moveItem(long itemId, int toColumn, int toRow, boolean scrollToItem)
Fixed issue with parent stealing touch events after a drag has started
v1.1.1 Fixed issue with parent stealing touch events after a drag has started
Added functionality to enable/disable drag and drop
- Added new api to enable/disable drag. setDragEnabled(boolean enabled)
Disabled multitouch and exposed a new api
- scrollToColumn is now available
- disabled multitouch in list and board as that only causes issues
Changed how to use and extend the DragItemAdapter
You should no longer override removeItem, addItem, changeItemPosition
and getPositionForItemId(). This is now done by the super class.
Instead you need to set the item list by calling setItemList() with
a List type.
If you want you can still override the methods if needed.
Fixed problem when scrolling in list
- Vertical scrolling in the lists of the boardview now works better
Fixed bugs and added some convenience methods
- Added some methods to remove, add and move items
- Fixed bug when dragging an item to the end of a column
- Fixed crash
Fixed bugs and updated appcompat version
- Fixed onDragEnded returned from fromColumn and fromRow
- Fixed snap dragging card to column issue