Improve Base, new Gauge
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
Gaugeclass, 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_speedTextPaddingattribute. - add
sv_cutPaddingattribute 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
deceleratevalue to 0.1f. - update documentation.
- save CPU usage.
- fix realSpeedTo method.
- fix attributes issue with TubeSpeedometer.