All Versions
11
Latest Version
Avg Release Cycle
124 days
Latest Release
1163 days ago

Changelog History
Page 2

  • v1.1.4 Changes

    March 03, 2017

    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.