Skip to content

Releases: aitsuki/SwipeMenuRecyclerView

2.1.5

07 Jun 15:31
Compare
Choose a tag to compare

Removed the effect of SwipeFlags on touches on menus.

2.1.4

07 Jun 15:08
Compare
Choose a tag to compare

Support RTL.

2.1.3

02 Jun 19:50
Compare
Choose a tag to compare

Fix designer's onInit method's rightmenu param is always null.

2.1.2

01 Jun 09:52
Compare
Choose a tag to compare
  • Upgrade gradle and kotlin version
  • Fix #21 :
    Prevent auto close when call openLeftMenu and openRightMenu manually.
    Fix after call openLeftMenu(false) and openRightmenu(false), the target menu has no display.
    Added demo to show how to use an alternate way to implement long press to open menu.

2.1.1

13 Mar 18:06
ac03316
Compare
Choose a tag to compare

Fix #17 优化Parallax Designer的行为

2.1.0

27 Nov 17:34
61d29ec
Compare
Choose a tag to compare

Fix #15 添加一个新的字段swipeFlags,可以更细化的控制菜单的可滑动方向,但是隐藏了原有的swipeEnable字段。如果在之前版本中使用swipeEnable字段来禁用菜单的滑动,迁移到当前版本需要修改下代码。

  • swipeEnable = true => swipeFlags = SwipeLayout.LEFT or SwipeLayout.RIGHT
  • swipeEnable = false => swipeFlags = 0

接下来可能需要添加START和END的flags以适配RTL

2.0.2

27 Oct 10:29
c3053c3
Compare
Choose a tag to compare

Fix #12 修复与ViewPage2一起使用时侧滑菜单失效的问题。

2.0.1

18 Oct 07:40
0e4eea7
Compare
Choose a tag to compare

Fix #9 修复SwipeLayout设置margin后右侧菜单无法正常开启的情况。

2.0.0

25 Sep 08:59
Compare
Choose a tag to compare

使用Kotlin完全重构,不兼容 1.x 版本。

对比 1.x 版本:

更完善的监听机制
优化了事件分发,不影响RecyclerView的多点触控功能
提供Desinger接口以便于自定义菜单样式

1.1.4

25 Apr 16:14
Compare
Choose a tag to compare

迁移到androidx,支持开启菜单的情况下打开其他菜单或滑动,并提供布局预览属性