Releases: zhanghai/AndroidFastScroll
Releases · zhanghai/AndroidFastScroll
v1.3.0
- Added a View parameter for PopupTextProvider.
v1.2.0
- Added support for
CharSequence
in PopupTextProvider
.
v1.1.9
- Added compatibility with Appcompat 1.6.0.
v1.1.8
- Fixed conflict with back gesture navigation.
- Fixed crash when total vertical padding is larger than view height.
v1.1.7
- Added checks requiring intrinsic size for track and thumb drawables.
v1.1.6
- Updated dependencies.
- Published library to Maven Central.
v1.1.5
- Fixed scrollbar tinting on Android Lollipop (API 21).
v1.1.4
- Added
FastScrollerBuilder.setPopupTextProvider()
.
v1.1.3
- Added
FixOnItemTouchListenerRecyclerView
.
- Fixed
FixItemDecorationRecyclerView
.
v1.1.2
- Fixed issue when theme color is specified with a color literal.