Skip to content

Releases: reddit/IndicatorFastScroll

1.4.0

11 Feb 16:46
Compare
Choose a tag to compare

Breaking change

These XML attributes have been renamed:

  • iconColorfastScrollerIconColor
  • textPaddingfastScrollerTextPadding
  • thumbColorfastScrollerThumbColor

This was done to prevent name collisions with other libraries that have attributes of these names.

New feature

The size of icon indicators can now be adjusted.

Java:

fastScrollerView.setIconSize(/* icon size in pixels */)
fastScrollerThumbView.setIconSize(/* icon size in pixels */)

Kotlin:

fastScrollerView.iconSize = /* icon size in pixels */
fastScrollerThumbView.iconSize = /* icon size in pixels */

Style XML:

<item name="fastScrollerIconSize">(icon size)</item>

1.3.0

12 May 17:27
Compare
Choose a tag to compare

Added ability to change the color the currently-pressed indicator using state_activated

1.3.0 beta 1

31 Oct 23:08
Compare
Choose a tag to compare
1.3.0 beta 1 Pre-release
Pre-release

Added ability to change the color the currently-pressed indicator using state_activated

1.2.1

31 Oct 00:03
Compare
Choose a tag to compare

Fixed missing lambda classes for Java users

1.2.0

31 Oct 00:02
Compare
Choose a tag to compare

Changing the RecyclerView's adapter now updates the fast scroller

1.2.0 beta 1

19 Aug 21:52
Compare
Choose a tag to compare
1.2.0 beta 1 Pre-release
Pre-release

Changing the RecyclerView's adapter now updates the fast scroller

1.1.1

19 Aug 21:44
Compare
Choose a tag to compare

Fixed crash when removing RecyclerView's adapter

1.1.1 beta 1

10 Jul 19:29
Compare
Choose a tag to compare
1.1.1 beta 1 Pre-release
Pre-release

Fixed crash when removing RecyclerView's adapter

1.1.0

24 Jun 23:12
722a8ff
Compare
Choose a tag to compare

Upgraded dependencies.

1.1.0 beta 1

21 Nov 15:33
Compare
Choose a tag to compare
1.1.0 beta 1 Pre-release
Pre-release

Migrated to AndroidX. Only projects using AndroidX will be able to use this version.