Skip to content

Releases: woxblom/DragListView

Added can not drag below last item feature

02 Jun 09:42
Compare
Choose a tag to compare

Added new method to DragListListener

08 Apr 15:39
Compare
Choose a tag to compare

Also added a DragListListenerAdapter

Fixed problem with setCanNotDragAboveTopItem api

05 Apr 17:46
Compare
Choose a tag to compare
Also made some public methods package protected

v1.2.2

28 Mar 21:49
Compare
Choose a tag to compare
Upgraded gradle and lib versions and fixed wrap_content bug

v1.2.1

10 Mar 19:33
Compare
Choose a tag to compare
Fixed stack overflow issue

Added support for api level 11

01 Feb 21:26
Compare
Choose a tag to compare
v1.2.0

Added support for api level 11

Merged pull request and updated some libs

19 Nov 18:56
Compare
Choose a tag to compare
v1.1.9

Updated gradle and version

Updated to recyclerview 23.1.0 and more

29 Oct 13:21
Compare
Choose a tag to compare
  • Changed to notifyItemMoved because of performance problems in 23.1.0
  • Added support for horizontal gridlayout in DragListView

Added new api on DragListView

02 Oct 09:13
Compare
Choose a tag to compare

public boolean isDragging()
public void setScrollingEnabled(boolean scrollingEnabled)

Added new api on DragListView

30 Aug 21:17
Compare
Choose a tag to compare
  • setCanNotDragAboveTopItem(boolean) has been added