Skip to content

Releases: noties/Scrollable

v1.3.0

10 Mar 17:53
Compare
Choose a tag to compare

Changes and important changes

  • Added overscroll functionality
  • Header can now be a scroll container
  • setOnScrollChangedListener -> addOnScrollChangedListener
  • closeUp changed ObjectAnimator to ValueAnimator
  • closeUp and manual animators are now cached and returned the same instance (like ViewPropertyAnimator is done)
  • setMaxScroll() automatically sets autoMaxScroll to false
  • added default friction == 0.565F
  • works when inside a SwipeRefreshLayout
  • improved on fling over functionality

v1.1.3

10 Mar 17:56
Compare
Choose a tag to compare
  • Another change to Scroller (API 23 compatible)
  • Improved ClosUpAlgo firing logic

v1.1.2

10 Mar 17:56
Compare
Choose a tag to compare
  • Bundled with own Scroller implementation to be independent of device's Scroller

v1.1.1

10 Mar 17:56
Compare
Choose a tag to compare
  • Using ScrollableLayout with Toolbar fix

v1.1.0

10 Mar 17:57
Compare
Choose a tag to compare
  • Improved interception of ghost touches when ScrollableLayout.getScrollY() > 0 && < max scroll y
  • Added Close-up logic (turned off by default)