Skip to content

Releases: robinhood/ticker

2.0.2

01 Aug 16:47
Compare
Choose a tag to compare

Add support for preferred scrolling direction.

2.0.1

06 Dec 06:05
Compare
Choose a tag to compare
  • Support android:text even when character list is not set in XML
  • Support wraparound animation for going forwards as well as backwards

2.0.0

20 Apr 17:59
Compare
Choose a tag to compare

1.2.2

11 Dec 21:38
Compare
Choose a tag to compare
  • Fix bug where ticker column size doesn't change after text size change.
  • Fix debounce bug when setting the same text on ticker.
  • Support tools:text.

1.2.1

11 Dec 21:34
Compare
Choose a tag to compare
  • Add support for getText().
  • Add support for android:text and app:ticker_defaultCharacterList.

1.2.0

11 Dec 21:33
Compare
Choose a tag to compare
  • Add support for textStyle and text shadow attributes.
  • Fix levenshtein bug that caused characters to disappear in animations.
  • Update gradle dependencies

1.1.1

11 Dec 21:33
Compare
Choose a tag to compare
  • Add minimum support for arbitrary characters.
  • Update support and gradle dependencies.

1.1.0

11 Dec 21:33
Compare
Choose a tag to compare
  • Performance optimizations for re-measure and re-layout.
  • Better size change animation with Levenshtein algorithm.
  • Added support for animateMeasurementChange to animate size changes smoothly during size change. This will call requestLayout() on every animation frame so use with care.
  • Added support for animator listener to listen to updates by the main animator.

1.0.1

11 Dec 21:32
Compare
Choose a tag to compare
  • BREAKING: changed app:ticker_textColor into android:textColor and app:ticker_textSize into android:textSize.
  • Added support for getting/setting type face programmatically.
  • Added support for app:ticker_animationDuration, android:gravity, android:textAppearance.