Skip to content

Releases: turing-tech/MaterialScrollBar

13.3.2

30 Nov 01:22
4bc3265
Compare
Choose a tag to compare

Fix scroll bar errors that manifest when margins or padding are added to the recyclerView or its elements.

13.3.1

30 Oct 01:28
Compare
Choose a tag to compare

Fixed an issue with programmatic instantiation and migrated androidX.

13.3.0

11 Jul 08:51
Compare
Choose a tag to compare

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

06 Jul 04:01
Compare
Choose a tag to compare

Attempt to fix an issue where some users crash because of a divide by 0. See issue 91.

13.2.5

23 Jun 23:26
Compare
Choose a tag to compare

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

21 Jun 22:16
Compare
Choose a tag to compare

Fix crash on Android P.

13.2.3

08 Mar 09:09
Compare
Choose a tag to compare

Updated dependencies and removed java 8 requirement for apps that depend on this library.

13.2.2

23 Feb 20:55
Compare
Choose a tag to compare

Fixed bug where the indicator was always visible even when unpressed.

13.2.1

23 Feb 09:27
Compare
Choose a tag to compare

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

31 Dec 03:24
Compare
Choose a tag to compare
  • Updated dependencies
  • Scrollbar will now disappear when few enough items are present
  • Transitioned to Java 8
  • Change spellings to American Engish
  • Others