Skip to content

Releases: pluscubed/recycler-fast-scroll

0.3.2

01 Jul 08:40
Compare
Choose a tag to compare
  • Fix NPE if adapter wasn't attached (#20) - thanks @d4rken!
  • Update dependencies, target API 24

0.3.1

16 Apr 00:36
Compare
Choose a tag to compare
  • Fix fast scroller showing when RecyclerView cannot scroll
  • Fix not updating when data set changes (#14)
  • Update dependencies

0.3.0

31 Dec 05:22
Compare
Choose a tag to compare
  • 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

08 Nov 01:35
Compare
Choose a tag to compare
  • Customization for hide delay and disabling hiding altogether

0.2.0

26 Oct 00:32
Compare
Choose a tag to compare
  • 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)

0.1.0

25 Oct 01:19
Compare
Choose a tag to compare

Initial release!