Skip to content

Releases: juechenshiai/SwipeRecyclerView

V0.2.0

25 Oct 03:25
Compare
Choose a tag to compare

增加支持自定义菜单
修复菜单不存在或者菜单宽度为0时依然触发滑动事件

V0.1.0

17 Oct 08:40
Compare
Choose a tag to compare

调整BaseSwipeAdapter,使用方式类似于RecyclerView.Adapter,更加灵活
保留原先的BaseSwipeAdapter为BaseOldSwipeAdapter
如果使用旧版Adapter需要对代码进行微调(请参考旧版文档)

V0.0.4

15 Oct 03:13
Compare
Choose a tag to compare

item滑到左右两端时返回开启或关闭状态
修复展开时返回的状态概率性错误

V0.0.3

17 Oct 08:56
Compare
Choose a tag to compare

修复部分BUG