kingwang666
kingwang666
建议将跨进程 跨APP通信分成两个扩展库形式,基本库的功能就是进程内的通信即可 如 implementation 'com.jeremyliao:live-event-bus-multi-progress:1.6.1' implementation 'com.jeremyliao:live-event-bus-multi-app:1.6.1' 这样 作为可选项
Drag view alpha not changing when swipeDirection is END_TO_START. ``` final float startAlphaDistance = originalCapturedViewLeft + child.getWidth() * alphaStartSwipeDistance; final float endAlphaDistance = originalCapturedViewLeft + child.getWidth() * alphaEndSwipeDistance; if (left...
Fix #1333 This bug is caused by two reasons 1. Recieving a ACTION_CANCEL event from the CoordinatorLayout when the SwipeDismissBehavior calls requestDisallowInterceptTouchEvent in onViewCaptured. 2. ACTION_DOWN consumed by other view,...
增加了右拉刷新,左拉加载更多。增加了对ViewPager的支持。并且增加了对应的demo