RecyclerView FastScroller Versions Save

A fully customizable Fast Scroller for the RecyclerView in Android, written in Kotlin

v1.0.0

3 years ago

Major Changes

  • Adds Horizontal scrolling support
  • Adds functionality to hide handle

Minor Changes

  • Updates sample application to have a sample for horizontal scrolling

Updated Dependencies

  • Updates libraries and gradle tools versioning - Suraj Shah

Contributors

This release would not have been possible without the help from

  • @tom5079

v0.2.3

3 years ago

Major Changes

  • Adds support for min API 16

Features

  • Adds support to hide popupTextView if listener not implemented instead of crashing

Bug fixes

  • Fixes crash due to incomplete implementation of onFlingListener

Dependency

implementation 'com.quiph.ui:recyclerviewfastscroller:0.2.3

A huge thanks to @tom5079 for providing the fixes and adding min API 16 support :beers:

v0.2.1

3 years ago

New Features

  • Adds supports for RTL layouts
  • Updates Sample app to support RTL

Bug Fixes

  • Fixes #17
  • Fixes popup view for RTL - Suraj Shah

Dependency:

implementation 'com.quiph.ui:recyclerviewfastscroller:0.2.1'

v0.2.0

3 years ago

Minor Changes

  • Increases the height of first page elements to showcase long items

Bug Fixes

  • Fixes typo for position and visibility
  • Fixes issue #14 when item elements are bigger

Optimizations

  • Optimizes get location in window method to run once.
  • Optimizes the touch relative offsets

Updated Dependencies

  • Kotlin version from 1.3.41 to 1.3.72
  • Android gradle plugin

Dependency:

implementation com.quiph.ui:recyclerviewfastscroller:0.2.0

v0.1.3

4 years ago

Bug Fixes

  • Fixes #4.

Dependency:

implementation 'com.quiph.ui:recyclerviewfastscroller:0.1.3'

v0.1.2

4 years ago

Major Changes

  • Making Compile SDK to 28
  • Migrating AppCompat usage to AndroidX

Updated Dependencies

  • Gradle wrapper to 5.1.1 from 4.4
  • Kotlin from 1.3.41 to 1.2.50
  • Android Gradle plugin to 3.4.1 from 3.1.3

0.1.1-alpha

5 years ago

Fastscroller completely written in kotlin.

Dependency: implementation 'com.quiph.ui:recyclerviewfastscroller:0.1.1-alpha'