All Versions
7
Latest Version
Avg Release Cycle
12 days
Latest Release
2983 days ago
Changelog History
Changelog History
-
v1.4.0 Changes
July 11, 2016- โ Add
viewBinderHelper.lockSwipe(String... id)
andviewBinderHelper.unlockSwipe(String... id)
- โฌ๏ธ Reduce the default min distance to request disallow parent intercept to 1 dp.
- โ Add
-
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, 2016Able to programmatically open or close a layout in an adapter using
viewBinderHelper.openLayout(String id)
andviewBinderHelper.closeLayout(String id)
-
v1.1.0 Changes
May 03, 2016- โ Add
isOpened()
andisClosed()
. - Able to open only one row at a time. Use
viewBinderHelper.setOpenOnlyOne(true)
.
- โ Add
-
v1.0.0 Changes
April 29, 2016The birth of SwipeRevealLayout