Skip to content

Releases: chthai64/SwipeRevealLayout

Version 1.4.0

11 Jul 19:36

Choose a tag to compare

  • Add viewBinderHelper.lockSwipe(String... id) and viewBinderHelper.unlockSwipe(String... id)
  • Reduce the default min distance to request disallow parent intercept to 1 dp.

Version 1.3.0

08 Jul 17:31

Choose a tag to compare

Added attribute app:minDistRequestDisallowParent.

Version 1.2.2

20 Jun 14:23

Choose a tag to compare

Fixed random incorrect height for bind view.

Version 1.2.1

30 May 14:15

Choose a tag to compare

Fixed incorrect height for secondary layout in RecyclerView.

Version 1.2.0

12 May 14:57

Choose a tag to compare

Able to programmatically open or close a layout in an adapter using viewBinderHelper.openLayout(String id) and viewBinderHelper.closeLayout(String id)

Version 1.1.0

03 May 16:38

Choose a tag to compare

  • Add isOpened() and isClosed().
  • Able to open only one row at a time. Use viewBinderHelper.setOpenOnlyOne(true).

First release.

29 Apr 21:05

Choose a tag to compare

The birth of SwipeRevealLayout