Releases: pluscubed/recycler-fast-scroll
Releases · pluscubed/recycler-fast-scroll
0.3.2
- Fix NPE if adapter wasn't attached (#20) - thanks @d4rken!
- Update dependencies, target API 24
0.3.1
- Fix fast scroller showing when RecyclerView cannot scroll
- Fix not updating when data set changes (#14)
- Update dependencies
0.3.0
- Support for showing below an
AppBarLayout
(from the design support library). Use attachAppBarLayout()
- Make
show()
method public
setRecyclerView()
has been renamed attachRecyclerView()
0.2.1
- Customization for hide delay and disabling hiding altogether
0.2.0
- Customization for handle normal/pressed color, bar color, and touch target width using attributes and methods. See Customization & Methods in the README.
- Stop RecyclerView scroll inertia when handle is touched
- Updated sample with customization demos (using
ColorChooserDialog
from Material Dialogs)