SpeedView v1.1.4 Release Notes

Release Date: 2017-03-03 // about 7 years ago
  • 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.