Skip to content

Releases: anastr/SpeedView

Add Notes

09 Dec 04:30
Compare
Choose a tag to compare
  • add minSpeed #10 .
  • support padding.
  • add Notes beta.

Big Control

25 Nov 17:06
Compare
Choose a tag to compare
  • add unitTextSize to all speedometers.
  • add trembleDegree and trembleDuration Attributes.
  • Control at the beginning and end of the Speedometer, using startDegree and endDegree Attributes, or setStartDegree(int) setEndDegree(int) methods.
  • Control division of the speedometer, now you can change the long of lowSpeed and mediumSpeed segments, using lowSpeedPercent and mediumSpeedPercent Attributes, or setLowSpeedPercent(int) setMediumSpeedPercent(int) methods, issue #8 .
  • support Right to Left Text, speedometerTextRightToLeft Attribute or setspeedometerTextRightToLeft(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

01 Nov 09:54
Compare
Choose a tag to compare
  • new PointerSpeedometer.
  • fix some methods.
  • save CPU and Memory.
  • update realSpeedTo() method.
  • more control.
  • delete backgroundCircleColor , use Transparent color to remove Circle background.
  • update description.
  • add trembleDegree and trembleDuration, use method setTrembleData().
  • add OnSpeedChangeListener.

new Speedometer

07 Sep 07:54
Compare
Choose a tag to compare
  • new RaySpeedometer.
  • fix on size change issues.
  • update preview.
  • more control.

new Speedometer

30 Aug 18:53
Compare
Choose a tag to compare
  • new AwesomeSpeedometer.
  • new realSpeedTo() method.
  • more Dynamic text size.

new Speedometer

30 Aug 18:51
Compare
Choose a tag to compare
  • new DeluxeSpeedView with blur Effect.
  • more Dynamic Colors.
  • Change unit.

SpeedView

30 Aug 18:49
Compare
Choose a tag to compare
  • Dynamic Colors.
  • speedTo() method.
  • Tremble Effect.