Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Releases: quiph/RecyclerView-FastScroller

v1.0.0: Horizontal scrolling and new attribs

20 Oct 07:36
Compare
Choose a tag to compare

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

v0.2.3: Fixes and min API 16 support

17 Sep 21:14
Compare
Choose a tag to compare

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 🍻

v0.2.1: RTL support and sample app update

13 Aug 21:14
Compare
Choose a tag to compare

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 Release: Fixes and optimizations

18 Jul 21:56
Compare
Choose a tag to compare

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

RecyclerView-FastScroller v0.1.3 Release

29 Jul 11:43
Compare
Choose a tag to compare

Bug Fixes

  • Fixes #4.

Dependency:

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

RecyclerView-FastScroller v0.1.2 Release

15 Jul 10:32
Compare
Choose a tag to compare

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

Recyclerview-Fastscroller v0.1.1-alpha

29 Jun 19:58
b142ac4
Compare
Choose a tag to compare

Fastscroller completely written in kotlin.

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