Commit Graph

17 Commits

Author SHA1 Message Date
Paul Riou 6a304cb1eb countdown:Disable double tap detection
With double tap enabled, one had to tap not too fast on
the watch to increment the minutes regularly. Otherwise,
some taps would be discarded.
This made using the countdown face without looking at the
screen for acknowledgement of taps impossible.
It was also impossible to increment minutes quickly, every second tap
would be discarded.
2026-04-26 15:09:45 +01:00
Paul Riou 32ce50e70e movement:Allow disabling double tap detection in movement_enable_tap_detection_if_available
We will want to disable it in the countdown face.
2026-04-26 15:08:57 +01:00
Mathias Kende 8d19895601 Use the looped arrows indicator (LAP) instead of the bell one on the custom LCD for repeating countdown. 2025-09-06 21:21:04 +02:00
Joey Castillo 87a315d936 countdown timer: snap back to clock on timeout, unless running 2025-06-04 00:19:51 -04:00
Joey Castillo da82469576 countdown: implement sleep mode animation 2025-05-20 23:34:47 -04:00
Joey Castillo acdc32ffb4 movement: add loudness setting for button press 2025-05-20 17:27:32 -04:00
Joey Castillo c5bda0faeb auto-detect accelerometer sensor (and don't fail build for lack of a temperature sensor) 2025-05-16 00:07:15 -04:00
Joey Castillo c49573b7f3 match complication button press volume to Movement 2025-03-15 21:43:34 -04:00
Joey Castillo 4b5e15cc1d accelrometer: add tap event, test by adding tap to set countdown 2024-11-27 18:04:17 -05:00
joeycastillo 0a9d71e2d4 use consistent naming style for typedefs 2024-10-05 10:36:58 -04:00
joeycastillo 12241386ea movement internal time is now UTC 2024-10-05 10:36:58 -04:00
joeycastillo 1a68593866 countdown timer: longer title for on custom LCD 2024-09-29 16:00:52 -04:00
joeycastillo e88359d1d5 refactor: watch faces no longer need a pointer to settings! 2024-09-29 10:18:11 -04:00
joeycastillo 01f1008e16 refactor movement's button preference into a function call 2024-09-28 21:57:21 -04:00
joeycastillo fec225ec8b countdown: have timeout exit setting mode 2024-09-28 21:39:19 -04:00
joeycastillo b740ce8ada countdown: use long press ALARM to enter settings 2024-09-28 21:33:05 -04:00
joeycastillo 4804b0bb38 migrate countdown to Second Movement 2024-09-28 17:43:10 -04:00