Skip to content

Improve Base, new Gauge

Choose a tag to compare

@anastr anastr released this 03 Mar 05:51
· 233 commits to master since this release

by now, Gauge class is the base class for all Speedometers and Gauges,
and Speedometer class is extended Gauge to build custom Circle Speedometers.

  • add "sv_" to all attributes to fix conflicts issue, #20 fixed.
  • create new Gauge class, the base class for all speedometers and gauges.
  • add base LinearGauge for custom gauge.
  • new ProgressiveGauge.
  • new ImageLinearGauge.
  • add Notes For Unlimited Time.
  • add sv_speedTextPadding attribute.
  • add sv_cutPadding attribute to fix indicator cutting #12 when change speedometerMod.
  • add sv_unitTextColor attribute, now speed text and unit text are different thing.
  • safe handle speed in OnSpeedChangeListener with getCorrectIntSpeed().
  • set default decelerate value to 0.1f.
  • update documentation.
  • save CPU usage.
  • fix realSpeedTo method.
  • fix attributes issue with TubeSpeedometer.