All Versions
7
Latest Version
Avg Release Cycle
12 days
Latest Release
2838 days ago

Changelog History

  • v1.4.0 Changes

    July 11, 2016
    • โž• Add viewBinderHelper.lockSwipe(String... id) and viewBinderHelper.unlockSwipe(String... id)
    • โฌ‡๏ธ Reduce the default min distance to request disallow parent intercept to 1 dp.
  • v1.3.0 Changes

    July 08, 2016

    โž• Added attribute app:minDistRequestDisallowParent.

  • v1.2.2 Changes

    June 20, 2016

    ๐Ÿ›  Fixed random incorrect height for bind view.

  • v1.2.1 Changes

    May 30, 2016

    ๐Ÿ›  Fixed incorrect height for secondary layout in RecyclerView.

  • v1.2.0 Changes

    May 12, 2016

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

  • v1.1.0 Changes

    May 03, 2016
    • โž• Add isOpened() and isClosed().
    • Able to open only one row at a time. Use viewBinderHelper.setOpenOnlyOne(true).
  • v1.0.0 Changes

    April 29, 2016

    The birth of SwipeRevealLayout