Skip to content

Releases: ernestoyaquello/DragDropSwipeRecyclerview

1.2.0

27 Aug 16:00
Compare
Choose a tag to compare
  • Upgraded dependencies to the latest versions.

1.1.1

15 Jan 00:06
Compare
Choose a tag to compare
  • Upgraded dependencies to the latest versions.

1.1.0

14 Jul 21:22
Compare
Choose a tag to compare
  • Upgraded dependencies to the latest versions, including a migration from androidx.recyclerview:recyclerview:1.1.0 to 1.2.1.

1.0.2

05 Feb 22:37
Compare
Choose a tag to compare
  • Changed dependencies' scopes back to what they were in previous versions.

1.0.1

05 Feb 21:44
f069ad9
Compare
Choose a tag to compare
  • Nothing new, just a replacement for a corrupted artifact uploaded to Maven Central by accident under 1.0.0 🤦‍♂️.

1.0.0

02 Feb 21:29
6ca1bfd
Compare
Choose a tag to compare
  • Added ability to use DiffUtil, fixing issues #42 and #50.
  • Upgraded dependencies.

0.6.0

30 Jan 23:56
Compare
Choose a tag to compare
  • Replaced list.orientation?.removeSwipeDirectionFlag(...) and list.orientation?.removeDragDirectionFlag(...) with list.disableSwipeDirection(...) and list.disableDragDirection(...) in order to solve the issue #38.
  • Upgraded dependencies.

0.5.1

27 Oct 11:01
9e3f236
Compare
Choose a tag to compare
  • Implemented the option of using long clicks for dragging.

0.5.0

07 Oct 15:18
Compare
Choose a tag to compare
  • Upgraded dependencies.
  • Added an extra check to avoid bug #28 (out-of-bounds exception).

0.4.1

18 May 14:00
Compare
Choose a tag to compare
  • Fixed issue of items not being draggable after switching from non-draggable to draggable without re-binding.
  • Upgraded dependencies.