Skip to content

Releases: Aspsine/SwipeToLoadLayout

SwipeToLoadLayout v1.0.4

03 Jan 17:13
Compare
Choose a tag to compare

SwipeToLoadLayout v1.0.3

24 Apr 14:20
Compare
Choose a tag to compare
Pre-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.

SwipeToLoadLayout v1.0.2

29 Dec 18:44
Compare
Choose a tag to compare

1.Fixed header&footer stuck issue #24
2.Update gradle and support lib
3.Change lib dependency appcompat v7 -> support v4.

SwipeToLoadLayout v1.0.1

19 Dec 04:00
Compare
Choose a tag to compare
  1. fix #28
  2. fix status type typo(int -> byte)

SwipeToLoadLayout v1.0.0

10 Nov 03:03
Compare
Choose a tag to compare

First release.