Jeremy O'Brien
a18c285e58
restore old light button behavior
...
watch faces that handle EVENT_LIGHT_BUTTON_UP but not EVENT_LIGHT_BUTTON_DOWN
probably don't want the default EVENT_LIGHT_BUTTON_DOWN LED activation behavior
2023-01-27 09:43:03 -06:00
joeycastillo
4412b5d08f
Merge branch 'main' into default-handler
2023-01-25 09:26:31 -06:00
Jeremy O'Brien
2b22ecc8e4
add default loop handler to all current watch faces
2023-01-25 09:23:50 -06:00
TheOnePerson
c27b63487b
alarm: fix bell indicator not showing up on fridays
2023-01-20 21:54:00 +01:00
joeycastillo
5163cf1fe1
Revert "never disable buzzer output"
...
This reverts commit 851d047c818dacc30c86f4d87f33247dcfb0095c.
2023-01-17 08:52:01 -06:00
Jeremy O'Brien
e89ff78b10
alarm: fix accidental assignment vs conditional logic
2023-01-13 14:52:09 -05:00
Jeremy O'Brien
8331a54896
Remove more unnecessary conditionals
2023-01-10 21:02:47 -05:00
joeycastillo
851d047c81
never disable buzzer output
2023-01-03 21:24:14 -06:00
TheOnePerson
3c5ac1ee16
alarm-face: fix occasional crash on checking for active alarms, fix 0 vs. 12 h in am/pm mode
2022-11-03 22:32:20 +01:00
TheOnePerson
27111c2d51
alarm-face: make indicator show active alarms in 24h time range and implement UI tweak
...
- switch indicators: use signal indicator instead of bell indicator
- make indicator show up only when there is an active alarm in the next 24 h
- Implement "hidden" UI tweak: extra long press of the alarm button in normal mode jumps back to alarm no. 1
- update comments to reflect latest changes
2022-10-30 09:32:20 +01:00
TheOnePerson
6a8269629d
alarm-face: correct am/pm indication and implement some minor tweaks.
2022-10-25 21:28:06 +02:00
TheOnePerson
cdd9f737e6
alarm face: adjust quick cycling logic to new movement behavior regarding long press event
2022-10-23 13:08:22 +02:00