Closed thubalek closed 6 months 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.
I created builder for notifications. It follows idea of original notification string but it is locale aware.
I also found unused strings
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.