1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00

Periodic time sync: update changelog and strings

This commit is contained in:
Davis Mosenkovs 2024-02-18 22:15:24 +02:00
parent 7a79a1d0f5
commit c1f2f5bb4b
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Next version (WIP)
* Periodically (around every 2 days) synchronize time on connected devices
#### 0.79.0
* Initial support for Honor Magic Watch 2
* Initial support for Mijia MHO-C303

View File

@ -214,7 +214,7 @@
<string name="pref_default">Default</string>
<string name="pref_header_datetime">Date and Time</string>
<string name="pref_title_datetime_syctimeonconnect">Sync time</string>
<string name="pref_summary_datetime_syctimeonconnect">Sync time to Gadgetbridge device when connecting, and when time or time zone changes on Android device</string>
<string name="pref_summary_datetime_syctimeonconnect">Sync time to Gadgetbridge device(s) when connecting, when time or time zone changes on Android device, and periodically</string>
<string name="pref_title_theme">Theme</string>
<string name="pref_theme_light">Light</string>
<string name="pref_theme_dark">Dark</string>