Releases: robinhood/ticker
Releases · robinhood/ticker
2.0.2
2.0.1
2.0.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
- 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
- BREAKING: changed
app:ticker_textColor
intoandroid:textColor
andapp:ticker_textSize
intoandroid:textSize
. - Added support for getting/setting type face programmatically.
- Added support for
app:ticker_animationDuration
,android:gravity
,android:textAppearance
.