Skip to content

SwipeToLoadLayout v1.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Aspsine Aspsine released this 24 Apr 14:20
· 11 commits to master since this release

API CHANGE:

SwipeTrigger

  • void onSwipe(int y, boolean isComplete) -> void onMove(int y, boolean isComplete, boolean automatic)
  • void complete() -> void onComplete()

SwipeToLoadLayout

  • add setDragRatio(float dragRatio)
  • add setSwipingToRefreshToDefaultScrollingDuration(int duration)
  • add setSwipingToLoadMoreToDefaultScrollingDuration(int duration)

BUG FIX

  • Fix header&footer stucks issue
  • Fix swiping to refresh || swiping to load more || release to refresh ||release to load more scrolling can't be interrupted by finger down.