Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | faces/totp: decode secrets when setting up | Matheus Afonso Martins Moreira | 2024-02-25 | 1 | -19/+32 |
* | faces/totp: update copyright and license data | Matheus Afonso Martins Moreira | 2024-02-21 | 2 | -2/+17 |
* | faces/totp: delete unused structure field | Matheus Afonso Martins Moreira | 2024-02-20 | 1 | -1/+0 |
* | faces/totp: update watch face logic for new struct | Matheus Afonso Martins Moreira | 2024-02-20 | 1 | -8/+9 |
* | faces/totp: define current TOTP data function | Matheus Afonso Martins Moreira | 2024-02-20 | 1 | -0/+4 |
* | faces/totp: define TOTP data array size function | Matheus Afonso Martins Moreira | 2024-02-20 | 1 | -0/+4 |
* | faces/totp: update example data to new structure | Matheus Afonso Martins Moreira | 2024-02-20 | 1 | -17/+10 |
* | faces/totp: define TOTP struct initializer macro | Matheus Afonso Martins Moreira | 2024-02-20 | 1 | -0/+9 |
* | faces/totp: define TOTP data structure | Matheus Afonso Martins Moreira | 2024-02-20 | 1 | -0/+8 |
* | Change inactivity deadlines: add 10 minutes and remove 2 days. (#365) | Max Zettlmeißl | 2024-02-07 | 2 | -8/+8 |
* | Revert "make the watch-face a global in movement.c, actually" | Christian Buschau | 2024-01-21 | 1 | -4/+3 |
* | Merge pull request #337 from theAlexes/theAlexes/wyoscan-zero | Wesley Aptekar-Cassels | 2024-01-21 | 1 | -1/+1 |
|\ | |||||
| * | make the zero in wyoscan a little more visually appealing | Alex Maestas | 2023-12-08 | 1 | -1/+1 |
* | | Merge branch 'main' into watch-face-save-load | Wesley Aptekar-Cassels | 2024-01-21 | 116 | -718/+3808 |
|\ \ | |||||
| * \ | Merge branch 'main' into watch-face-day-night-percentage | Wesley Aptekar-Cassels | 2024-01-21 | 114 | -718/+3601 |
| |\ \ | |||||
| | * \ | 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 |
| | | | | |\ \ | |||||
| | | | | | * | | 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 |
| | | | | | * | | Use legacy buzzer functions when playing default tune. | Wesley Aptekar-Cassels | 2024-01-09 | 2 | -1/+9 |
| | | | | | * | | Revert "Merge pull request #283 from neutralinsomniac/fix_hourly_chime_backgr... | Wesley Aptekar-Cassels | 2024-01-09 | 6 | -28/+47 |
| | | | | * | | | 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 while adjusting... | Alex Maestas | 2023-12-22 | 1 | -1/+0 |
| | | | | | |/ | |||||
| | | | | * / | Handle visibility for tomato watchface | Pietro F. Maggi | 2024-01-07 | 2 | -2/+9 |
| | | | | |/ | |||||
| | | | * | | 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 throug... | Alex Maestas | 2023-12-16 | 1 | -4/+16 |
| | | | * | | 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 |
| | | | | * | 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 |
| | | | | | | |\ | |||||
| | | | | | | | * | Update timer_face.c | LtKeks | 2023-10-15 | 1 | -2/+2 |
| | | | | | | * | | Merge pull request #270 from perw/tuning_tones | Wesley Aptekar-Cassels | 2023-11-18 | 4 | -0/+199 |
| | | | | | | |\ \ | | | | | | | | |/ | | | | | | | |/| | |||||
| | | | | | | | * | new face: Tuning tones | Per Waagø | 2023-09-06 | 4 | -0/+199 |
| | | | | | * | | | 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 |
| | | | * | | | day_one_face: allow years until 2080 | Christian Buschau | 2023-11-17 | 2 | -7/+3 |
| | | | * | | | day_one_face: cleanup | Christian Buschau | 2023-11-17 | 2 | -23/+33 |