Releases: anastr/SpeedView
Releases · anastr/SpeedView
Add Notes
Big Control
- add
unitTextSize
to all speedometers. - add
trembleDegree
andtrembleDuration
Attributes. - Control at the beginning and end of the Speedometer, using
startDegree
andendDegree
Attributes, orsetStartDegree(int)
setEndDegree(int)
methods. - Control division of the speedometer, now you can change the long of lowSpeed and mediumSpeed segments, using
lowSpeedPercent
andmediumSpeedPercent
Attributes, orsetLowSpeedPercent(int)
setMediumSpeedPercent(int)
methods, issue #8 . - support Right to Left Text,
speedometerTextRightToLeft
Attribute orsetspeedometerTextRightToLeft(boolean)
method. - save 20% CPU usage.
- Relying on memory, which means few processes on UI thread.
- one speedometer may take [1 to 2] MB on memory.
new Speedometer
- new PointerSpeedometer.
- fix some methods.
- save CPU and Memory.
- update
realSpeedTo()
method. - more control.
- delete
backgroundCircleColor
, useTransparent
color to remove Circle background. - update description.
- add trembleDegree and trembleDuration, use method
setTrembleData()
. - add OnSpeedChangeListener.
new Speedometer
- new RaySpeedometer.
- fix
on size change
issues. - update preview.
- more control.
new Speedometer
- new AwesomeSpeedometer.
- new realSpeedTo() method.
- more Dynamic text size.
new Speedometer
- new DeluxeSpeedView with blur Effect.
- more Dynamic Colors.
- Change unit.