Wheellog / Wheellog.Android

App for EUC on Android. Various popular unicycle manufacturers are supported.
GNU General Public License v3.0
61 stars 20 forks source link

Notifications builder #450

Closed thubalek closed 6 months ago

thubalek commented 1 year ago

I created builder for notifications. It follows idea of original notification string but it is locale aware.

I also found unused strings

    <string name="notification_text_alarm_not">Alarm data: %1$.0f k/h | %2$.1f A | %3$.2f V | %4$d %% | %5$d °C</string>
    <string name="notification_text_not">%1$.0f km/h | %2$d %% | %3$.0f W | %4$d°C | %5$.3f km</string>

that can be also built by that new builder (it would require slight modification to add Watts, Amperes and Volts)

I also added some unit tests to test whether it works well.