Releases: turing-tech/MaterialScrollBar
13.3.2
Fix scroll bar errors that manifest when margins or padding are added to the recyclerView or its elements.
13.3.1
Fixed an issue with programmatic instantiation and migrated androidX.
13.3.0
Allows the dev to specify if the indicator should display the last element or the first visible element at the end of the list.
13.2.6
Attempt to fix an issue where some users crash because of a divide by 0. See issue 91.
13.2.5
Fixed an issue where re-using a layout with a bar and RecyclerView in a ViewPager would result in the bar incorrectly identifying the first RecyclerView it found, usually not the RV in the same fragment as the bar. The bar will now prefer the view with the correct ID closest to it in the activity layout over more distant views.
13.2.4
Fix crash on Android P.
13.2.3
Updated dependencies and removed java 8 requirement for apps that depend on this library.
13.2.2
Fixed bug where the indicator was always visible even when unpressed.
13.2.1
Fix bug where indicator would show up even if the scrollbar was hidden due to too few elements appearing on-screen.
Fix crash when setting custom width on touch-scrollbar.
13.2.0
- Updated dependencies
- Scrollbar will now disappear when few enough items are present
- Transitioned to Java 8
- Change spellings to American Engish
- Others