summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #350 from pfmaggi/mainJose Castillo2024-01-092-2/+9
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Handle visibility for tomato watchface
| * | | | | | | | | Handle visibility for tomato watchfacePietro F. Maggi2024-01-072-2/+9
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 547e8248ba3538693ee8c587a92ffece7b40d1a2)
| * | | | | | | | make the watch-face a global in movement.c, actuallyAlex Maestas2023-12-171-3/+4
| | | | | | | | |
| * | | | | | | | clean up trailing whitespace in movement.cAlex Maestas2023-12-161-3/+3
| | | | | | | | |
| * | | | | | | | use a pointer to the watch face in the app loop instead of indirecting ↵Alex Maestas2023-12-161-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 indexesAlex Maestas2023-12-162-17/+17
|/ / / / / / / /
* | | | | | | | Merge pull request #336 from theAlexes/theAlexes/sanitizeWesley Aptekar-Cassels2023-12-062-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix undefined behavior found by clang's sanitize The compiler isn't completely assured of the possible range of this variable. Probably harmless, but it clears up a clang sanitize error.
| * | | | | | | | fix undefined behavior found by clang's sanitizeAlex Maestas2023-12-072-4/+4
|/ / / / / / / /
* | | | | | | | Kitchen Conversions FacePrimmR2023-12-014-0/+569
| | | | | | | |
* | | | | | | | Merge pull request #281 from Kistelini/day_one_faceWesley Aptekar-Cassels2023-11-272-76/+160
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improvements for Day One face
| * \ \ \ \ \ \ \ Merge branch 'main' into day_one_faceWesley Aptekar-Cassels2023-11-27114-698/+2530
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Fix missing documentation for many clock faces:Alex Utter2023-11-2791-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 pull request #330 from hchargois/fix-simulator-keyboard-shortcutsWesley Aptekar-Cassels2023-11-192-24/+50
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix simulator keyboard shortcuts
| * | | | | | | | | Simulator: Add keyboard arrows as buttons shortcutsHugo Chargois2023-11-191-18/+40
| | | | | | | | | |
| * | | | | | | | | Simulator: Allow sending debug command with EnterHugo Chargois2023-11-191-3/+3
| | | | | | | | | |
| * | | | | | | | | Simulator: Allow typing a, l & m in console inputHugo Chargois2023-11-191-3/+7
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These keys are the shortcuts to "press" the alarm, light and mode buttons. However, they prevent these letters from being input in the debug console to send filesystem commands. Strangely, there was already some code to allow typing these letters in the console output, but not in the input.
* | | | | | | | | Merge pull request #305 from ekaitz-zarraga/couch-2-5kWesley Aptekar-Cassels2023-11-194-0/+356
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Couch-To-5k training face
| * \ \ \ \ \ \ \ \ Merge branch 'main' into couch-2-5kEkaitz Zárraga2023-11-1915-38/+694
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #308 from BrianBinFL/feat/minute-repeater-decimal-faceWesley Aptekar-Cassels2023-11-194-0/+324
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add minute repeater decimal face
| * \ \ \ \ \ \ \ \ \ Merge branch 'main' into feat/minute-repeater-decimal-faceWesley Aptekar-Cassels2023-11-1912-38/+370
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #262 from rieck/timestamp-fixWesley Aptekar-Cassels2023-11-191-5/+73
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | Fix for incorrect conversion from `watch_date_time` to Unix time.
| * | | | | | | | | | Fixed incorrect conversion from UNIX timestamp to watch_date_time.Konrad Rieck2023-08-111-5/+73
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #276 from hchargois/simulator-volume-sliderWesley Aptekar-Cassels2023-11-182-27/+85
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Simulator volume slider
| * | | | | | | | | | | Improve simulator page designHugo Chargois2023-11-191-26/+40
| | | | | | | | | | | |
| * | | | | | | | | | | Save the selected skin of the simulator in local storageHugo Chargois2023-09-161-14/+18
| | | | | | | | | | | |
| * | | | | | | | | | | Add a volume slider in the simulatorHugo Chargois2023-09-162-5/+45
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #302 from LtKeks/Sensor-Watch-bugfix-timer_face-datatypeWesley Aptekar-Cassels2023-11-181-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | timer_face - Possibility to set seconds as default values
| * | | | | | | | | | | | Update timer_face.cLtKeks2023-10-151-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_tonesWesley Aptekar-Cassels2023-11-184-0/+199
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | new face: Tuning tones
| * | | | | | | | | | | | new face: Tuning tonesPer Waagø2023-09-064-0/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new face that plays out tones that can be used as a reference when tuning musical instruments.
* | | | | | | | | | | | | Fix simulator and hardware divergence in callback handling (#252)Victor Graf2023-11-181-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the simulator, I encountered cases where the light would become stuck on, and the watch would be unresponsive. In particular, this would occur when pressing the light button on the sunrise sunset watch face. I appears that this is caused by a divergence in out the callback mask is interpreted by the hardware interface, and in the simulator in the following function. void watch_rtc_disable_matching_periodic_callbacks(uint8_t mask) In particular, a mask of 0xFE is intended to disable all except the 128hz callback at index 0, but instead disables all except the 1hz callback at index 7 in the simulator.
* | | | | | | | | | | | | Merge pull request #273 from hchargois/atchar-pos-0Wesley Aptekar-Cassels2023-11-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn on the funky segment of pos 0 for char '@'
| * | | | | | | | | | | | | Turn on the funky segment of pos 0 for char '@'Hugo Chargois2023-09-091-1/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #267 from navan93/print-memory-percentagesWesley Aptekar-Cassels2023-11-181-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print memory percentages
| * | | | | | | | | | | | | Print memory percentagesNavaneeth Bhardwaj2023-09-031-0/+1
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this gives better idea of memories used.
* | | | | | | | | | | | | Merge pull request #292 from WesleyAC/error-when-no-colorJose Castillo2023-11-172-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | Don't allow building without setting board color.
| * | | | | | | | | | | | Set default board color for GH workflow.Wesley Aptekar-Cassels2023-10-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've chosen blue arbitrarily.
| * | | | | | | | | | | | Don't allow building without setting board color.Wesley Aptekar-Cassels2023-09-281-0/+4
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #288
| | | | | * | | | | | | Add minute repeater decimal faceBrian Blakley2023-10-244-0/+324
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
| | | | | * | | | | | Resign when the entering LEEkaitz Zarraga2023-11-191-1/+1
| | | | | | | | | | |
| | | | | * | | | | | Fit naming conventionsEkaitz Zarraga2023-11-194-27/+27
| | | | | | | | | | |
| | | | | * | | | | | Add sound to pause/resume buttonEkaitz Zarraga2023-10-211-0/+3
| | | | | | | | | | |
| | | | | * | | | | | Add Couch-To-5k training faceEkaitz Zarraga2023-10-214-0/+353
| | | | | | | | | | |
| | | | | | * | | | | day_one_face: show set date on short alarm button pressChristian Buschau2023-11-172-58/+107
| | | | | | | | | | |
| | | | | | * | | | | day_one_face: enable quick cycle through settingsChristian Buschau2023-11-172-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 2080Christian Buschau2023-11-172-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the same limit introduced in commit 7fd51ca
| | | | | | * | | | | day_one_face: cleanupChristian Buschau2023-11-172-23/+33
| | | | |_|/ / / / / | | | |/| | | | | |
| | | | | | * | | | Add solstice_face.Wesley Aptekar-Cassels2023-11-064-0/+302
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | | | | * | | Add simple_coin_flip_face.Wesley Aptekar-Cassels2023-11-084-0/+203
| |_|_|_|_|/ / / |/| | | | | | |
| | | | | | * | day_night_percentage_face: Clear seconds digits when entering LE mode.Wesley Aptekar-Cassels2023-11-091-1/+1
| | | | | | | |