Skip to content

Releases: YvesCheung/TouchEventBus

1.5.3

06 May 10:17
Compare
Choose a tag to compare
  1. 使用onTouchEvent onInterceptTouchEvent 代替 dispatchTouchEvent,修复嵌套滑动后触发了点击的问题 #6
  2. 兼容NestedScrolling的type属性。
  3. 使用Scroller代替ValueAnimator来完成fling操作。

1.5.2

05 Jul 07:34
Compare
Choose a tag to compare

修复TouchEventBus会影响原系统分发的问题

1.5.1

06 Jun 08:38
Compare
Choose a tag to compare

方法 dispatchTouchEvent 返回是否拦截

1.5.0

28 May 09:10
Compare
Choose a tag to compare

1.支持底部有其他View
2.可以通过contentDescription来指定哪个是头部/导航栏/内容区

1.4.5

24 May 14:38
Compare
Choose a tag to compare

1.修复使用stickyOffset时底部会有看不见的部分
2.支持在StickyNestedLayout底部还有其他View的情况

1.4.4

03 May 12:21
Compare
Choose a tag to compare

添加一些支持吸顶有偏移值的API

1.4.3

27 Apr 11:46
Compare
Choose a tag to compare

fix nested scrolling bug

1.4.2

27 Apr 10:23
Compare
Choose a tag to compare
complete java doc

1.4.1

27 Apr 10:17
Compare
Choose a tag to compare
complete java doc

1.3

27 Apr 09:39
Compare
Choose a tag to compare
1.3

add a NestedScrolling sample