Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into watch-face-simple-coin-flip | Wesley Aptekar-Cassels | 2024-01-21 | 112 | -718/+3398 |
|\ | |||||
| * | Merge branch 'main' into watch-face-solstice | Wesley Aptekar-Cassels | 2024-01-21 | 110 | -718/+3096 |
| |\ | |||||
| | * | Merge branch 'main' into theAlexes/cleanup | Wesley Aptekar-Cassels | 2024-01-21 | 10 | -30/+50 |
| | |\ | |||||
| | | * | template: fix compiler warning on watch_face_index as mentioned in PR 269 | CarpeNoctem | 2024-01-17 | 1 | -0/+1 |
| | | | | |||||
| | | * | Merge pull request #325 from WesleyAC/fix-le-buzzer-default-tune | Wesley Aptekar-Cassels | 2024-01-11 | 5 | -25/+38 |
| | | |\ | | | | | | | | | | | Fix buzzer in LE mode. | ||||
| | | | * | movement: Use LE mode code to keep buzzer awake, instead of sleeping. | Alex Maestas | 2024-01-09 | 1 | -26/+36 |
| | | | | | |||||
| | | | * | Enable custom signal tones in LE mode. | Wesley Aptekar-Cassels | 2024-01-09 | 6 | -54/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes movement_play_signal synchronous when in LE mode, despite using the underlying asynchronous API. It's a bit of a hack, but it should work well enough for now. This also moves the enabling/disabling of the buzzer into the movement_play_signal function, so that watch faces no longer have to do it. | ||||
| | | | * | Use legacy buzzer functions when playing default tune. | Wesley Aptekar-Cassels | 2024-01-09 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the default tune to be played in LE mode. Fixes: #275 | ||||
| | | | * | Revert "Merge pull request #283 from ↵ | Wesley Aptekar-Cassels | 2024-01-09 | 6 | -28/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | neutralinsomniac/fix_hourly_chime_background" This reverts commit 5c94111ea20e50cb9dab8f416603403185e933b3, reversing changes made to bc9b4ce700d3f12adc0daceaa880e3d638df0c2b. | ||||
| | | * | | fix alternate firmware script | joeycastillo | 2024-01-10 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Merge pull request #342 from theAlexes/theAlexes/nanosec-profile-bug | Wesley Aptekar-Cassels | 2024-01-09 | 1 | -1/+0 |
| | | |\ \ | | | | |/ | | | |/| | delete stray line of code that messed with correction profile | ||||
| | | | * | delete stray line of code that messed with correction profile while ↵ | Alex Maestas | 2023-12-22 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | adjusting cadence | ||||
| | | * | | Handle visibility for tomato watchface | Pietro F. Maggi | 2024-01-07 | 2 | -2/+9 |
| | | |/ | | | | | | | | | | | | | (cherry picked from commit 547e8248ba3538693ee8c587a92ffece7b40d1a2) | ||||
| | * | | make the watch-face a global in movement.c, actually | Alex Maestas | 2023-12-17 | 1 | -3/+4 |
| | | | | |||||
| | * | | clean up trailing whitespace in movement.c | Alex Maestas | 2023-12-16 | 1 | -3/+3 |
| | | | | |||||
| | * | | use a pointer to the watch face in the app loop instead of indirecting ↵ | Alex Maestas | 2023-12-16 | 1 | -4/+16 |
| | | | | | | | | | | | | | | | | through the index each time, and also recalculate can_sleep based on the timeout loop call. | ||||
| | * | | make it clear that the movement_state contains indexes | Alex Maestas | 2023-12-16 | 2 | -17/+17 |
| | |/ | |||||
| | * | Kitchen Conversions Face | PrimmR | 2023-12-01 | 4 | -0/+569 |
| | | | |||||
| | * | Merge branch 'main' into day_one_face | Wesley Aptekar-Cassels | 2023-11-27 | 105 | -641/+2314 |
| | |\ | |||||
| | | * | Fix missing documentation for many clock faces: | Alex Utter | 2023-11-27 | 91 | -592/+1405 |
| | | | | | | | | | | | | | | | | | | | | * Move from .c to .h as needed for consistency. * When missing from both, copy from pull request or wiki. * When missing entirely, infer functionality from source code. | ||||
| | | * | Merge branch 'main' into couch-2-5k | Ekaitz Zárraga | 2023-11-19 | 7 | -2/+525 |
| | | |\ | |||||
| | | | * | Merge branch 'main' into feat/minute-repeater-decimal-face | Wesley Aptekar-Cassels | 2023-11-19 | 5 | -2/+201 |
| | | | |\ | |||||
| | | | | * | Merge pull request #302 from LtKeks/Sensor-Watch-bugfix-timer_face-datatype | Wesley Aptekar-Cassels | 2023-11-18 | 1 | -2/+2 |
| | | | | |\ | | | | | | | | | | | | | | | timer_face - Possibility to set seconds as default values | ||||
| | | | | | * | Update timer_face.c | LtKeks | 2023-10-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrects the data type of the standard values in order to be able to configure seconds as well. | ||||
| | | | | * | | Merge pull request #270 from perw/tuning_tones | Wesley Aptekar-Cassels | 2023-11-18 | 4 | -0/+199 |
| | | | | |\ \ | | | | | | |/ | | | | | |/| | new face: Tuning tones | ||||
| | | | | | * | new face: Tuning tones | Per Waagø | 2023-09-06 | 4 | -0/+199 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new face that plays out tones that can be used as a reference when tuning musical instruments. | ||||
| | | | * | | | Add minute repeater decimal face | Brian Blakley | 2023-10-24 | 4 | -0/+324 |
| | | | |/ / | |||||
| | | * | | | Resign when the entering LE | Ekaitz Zarraga | 2023-11-19 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Fit naming conventions | Ekaitz Zarraga | 2023-11-19 | 4 | -27/+27 |
| | | | | | | |||||
| | | * | | | Add sound to pause/resume button | Ekaitz Zarraga | 2023-10-21 | 1 | -0/+3 |
| | | | | | | |||||
| | | * | | | Add Couch-To-5k training face | Ekaitz Zarraga | 2023-10-21 | 4 | -0/+353 |
| | | |/ / | |||||
| | * | | | day_one_face: show set date on short alarm button press | Christian Buschau | 2023-11-17 | 2 | -58/+107 |
| | | | | | |||||
| | * | | | day_one_face: enable quick cycle through settings | Christian Buschau | 2023-11-17 | 2 | -19/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the alarm button to be held down in the date settings and quickly cycle through the dates instead of having to push for each single increment like in other faces. | ||||
| | * | | | day_one_face: allow years until 2080 | Christian Buschau | 2023-11-17 | 2 | -7/+3 |
| | | | | | | | | | | | | | | | | | | | | This is the same limit introduced in commit 7fd51ca | ||||
| | * | | | day_one_face: cleanup | Christian Buschau | 2023-11-17 | 2 | -23/+33 |
| | | | | | |||||
| * | | | | Add solstice_face. | Wesley Aptekar-Cassels | 2023-11-06 | 4 | -0/+302 |
| | |/ / | |/| | | |||||
* / | | | Add simple_coin_flip_face. | Wesley Aptekar-Cassels | 2023-11-08 | 4 | -0/+203 |
|/ / / | |||||
* | | | use movement_play_signal for default tune (fixes background signal) | joeycastillo | 2023-09-24 | 1 | -0/+4 |
| | | | |||||
* | | | move buzzer enabled detection logic into movement for movement_play_signal/tune | Jeremy O'Brien | 2023-09-23 | 6 | -35/+17 |
| | | | | | | | | | | | | | | | this way watch faces don't have to disable/enable the buzzer themselves before calling movement_play_signal() and movement_play_tune() | ||||
* | | | fix signal tunes not firing in background, and split out ↵ | Jeremy O'Brien | 2023-09-22 | 6 | -31/+26 |
|/ / | | | | | | | foreground/background chime functions | ||||
* | | update alternate firmware for new board color | joeycastillo | 2023-09-13 | 11 | -2/+19 |
| | | |||||
* | | add new COLOR flag | joeycastillo | 2023-09-13 | 1 | -1/+1 |
|/ | |||||
* | support years through 2080 | joeycastillo | 2023-08-27 | 1 | -2/+1 |
| | |||||
* | new default firmware | joeycastillo | 2023-08-25 | 1 | -6/+8 |
| | |||||
* | show temperature and battery voltage in low energy mode | joeycastillo | 2023-08-25 | 2 | -3/+22 |
| | |||||
* | add sensor watch lite | joeycastillo | 2023-08-17 | 2 | -1/+4 |
| | |||||
* | Decimal time face (#260) | mrbrown8 | 2023-07-29 | 4 | -0/+254 |
| | | | | | | | | | | | * Update movement_faces.h adding decimal_time_face.h to build * Decimal Time, a new clock face This face presents the current time as hours and hundredths of an hour. * add decimal time to Makefile | ||||
* | Merge pull request #253 from Kistelini/counter | Jose Castillo | 2023-07-29 | 2 | -18/+61 |
|\ | | | | | Counter face: change sound to non-blocking, add option to deactivate sound | ||||
| * | counter face: move beep_on to watch face state | joeycastillo | 2023-07-29 | 2 | -7/+8 |
| | | |||||
| * | Counter face: change sound to non-blocking, add option to deactivate sound | Hein-NonesensE | 2023-07-04 | 1 | -17/+59 |
| | |