Skip to content

Releases: reddit/IndicatorFastScroll

1.4.0

Choose a tag to compare

@DSteve595 DSteve595 released this 11 Feb 16:46

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

Choose a tag to compare

@DSteve595 DSteve595 released this 12 May 17:27

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

1.3.0 beta 1

1.3.0 beta 1 Pre-release
Pre-release

Choose a tag to compare

@DSteve595 DSteve595 released this 31 Oct 23:08

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

1.2.1

Choose a tag to compare

@DSteve595 DSteve595 released this 31 Oct 00:03

Fixed missing lambda classes for Java users

1.2.0

Choose a tag to compare

@DSteve595 DSteve595 released this 31 Oct 00:02

Changing the RecyclerView's adapter now updates the fast scroller

1.2.0 beta 1

1.2.0 beta 1 Pre-release
Pre-release

Choose a tag to compare

@DSteve595 DSteve595 released this 19 Aug 21:52

Changing the RecyclerView's adapter now updates the fast scroller

1.1.1

Choose a tag to compare

@DSteve595 DSteve595 released this 19 Aug 21:44

Fixed crash when removing RecyclerView's adapter

1.1.1 beta 1

1.1.1 beta 1 Pre-release
Pre-release

Choose a tag to compare

@DSteve595 DSteve595 released this 10 Jul 19:29

Fixed crash when removing RecyclerView's adapter

1.1.0

Choose a tag to compare

@DSteve595 DSteve595 released this 24 Jun 23:12
722a8ff

Upgraded dependencies.

1.1.0 beta 1

1.1.0 beta 1 Pre-release
Pre-release

Choose a tag to compare

@DSteve595 DSteve595 released this 21 Nov 15:33

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