Skip to content

Releases: woxblom/DragListView

Updated recyclerview version

23 Jun 21:07
Compare
Choose a tag to compare
v1.1.4

Updated recyclerview version

Fixed so any layout manager can be set on the recyclerview

04 Jun 20:35
Compare
Choose a tag to compare
v1.1.3

Fixed so any layout manager can be set on the recyclerview

Fixed problem with addItem and scrollbars

11 May 22:33
Compare
Choose a tag to compare
  • 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

10 May 21:48
Compare
Choose a tag to compare
v1.1.1

Fixed issue with parent stealing touch events after a drag has started

Added functionality to enable/disable drag and drop

10 May 18:09
Compare
Choose a tag to compare
  • Added new api to enable/disable drag. setDragEnabled(boolean enabled)

Disabled multitouch and exposed a new api

10 May 13:44
Compare
Choose a tag to compare
  • scrollToColumn is now available
  • disabled multitouch in list and board as that only causes issues

Changed how to use and extend the DragItemAdapter

10 May 21:19
Compare
Choose a tag to compare

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

07 May 21:57
Compare
Choose a tag to compare
  • Vertical scrolling in the lists of the boardview now works better

Fixed bugs and added some convenience methods

06 May 22:17
Compare
Choose a tag to compare
  • 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

05 May 20:05
Compare
Choose a tag to compare
  • Fixed onDragEnded returned from fromColumn and fromRow
  • Fixed snap dragging card to column issue