Matheus Afonso Martins Moreira
ac5bf8cfce
Merge PR #470 - implement automatic DST toggling
...
Implements logic to automatically offset daylight saving time settings
when calculating timezone offsets. This should make the DST functions
work automatically with no need for user input in most cases.
Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/470
2024-09-08 13:41:52 -03:00
David Volovskiy
bae8c65825
Made the faces I care about not need to continuously re-find the timezone
2024-08-02 07:37:30 -04:00
David Volovskiy
4c546b14dc
The timezone now auto-corrects with DST (but still displays the same offset in the settings screen to the user)
2024-08-02 01:25:01 -04:00
Jonathan Glines
f633b7634b
Support leading zero representation for 24h clock
...
Toggle between default behavior and leading zero with long-press of alarm
button on page with 24h setting.
2023-10-29 11:15:50 -04:00
joeycastillo
0ef80b62da
add movement_default_loop_handler, test with default watch faces
2023-01-14 14:21:04 -05:00
Joey Castillo
35172ce11a
world clock: fix glitch when exiting settings mode
2022-04-10 15:18:36 -04:00
Joey Castillo
5cb68923b9
static analysis: use parentheses around binary operators
2022-04-10 14:45:21 -04:00
Joey Castillo
ee95229e19
world clock: store settings in backup register if possible
2022-02-13 11:25:28 -05:00
Joey Castillo
0bb267c702
movement: start time zone list at UTC
2022-02-13 11:25:28 -05:00
Joey Castillo
138b3d0c5e
movement: reset tick to 1 Hz between watch faces ( fixes #36 )
2022-01-19 11:16:10 -05:00
Joey Castillo
41eaa9c1c0
add MIT license text to movement files
2022-01-15 14:53:56 -05:00
Joey Castillo
60fe969191
Movement: give watch faces their index at setup time
2021-12-20 17:02:17 -06:00
Joey Castillo
762af872d2
fix missing prototype warnings
2021-12-10 12:00:26 -05:00
Joey Castillo
333c5e8b9e
movement: remove TODO item (we profiled it, it's fine)
2021-12-01 09:07:40 -05:00
Joey Castillo
002d368a25
movement: add world clock face
2021-11-26 13:43:47 -05:00