This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Releases: quiph/RecyclerView-FastScroller
Releases · quiph/RecyclerView-FastScroller
v1.0.0: Horizontal scrolling and new attribs
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
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
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
Minor Changes
- Increases the height of first page elements to showcase long items
Bug Fixes
- Fixes typo for
position
andvisibility
- 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
RecyclerView-FastScroller v0.1.2 Release
Major Changes
- Making Compile SDK to 28
- Migrating
AppCompat
usage toAndroidX
Updated Dependencies
- Gradle wrapper to
5.1.1
from4.4
- Kotlin from
1.3.41
to1.2.50
- Android Gradle plugin to
3.4.1
from3.1.3
Recyclerview-Fastscroller v0.1.1-alpha
Fastscroller completely written in kotlin.
Dependency:
implementation 'com.quiph.ui:recyclerviewfastscroller:0.1.1-alpha'