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