Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #17 from joeycastillo/wip-launcher | joeycastillo | 2021-10-18 | 19 | -21/+1286 | |
| |\ | ||||||
| | * | fix typos | Joey Castillo | 2021-10-18 | 1 | -1/+1 | |
| | * | add readme for movement app | Joey Castillo | 2021-10-18 | 1 | -0/+297 | |
| | * | movement: remove faster sleep / timeout intervals | Joey Castillo | 2021-10-18 | 1 | -4/+2 | |
| | * | pulsometer: rearrange switch for clarity | Joey Castillo | 2021-10-18 | 1 | -17/+17 | |
| | * | add timeout event to give faces a chance to resign | Joey Castillo | 2021-10-18 | 6 | -7/+28 | |
| | * | pulsometer: make type more c-like | Joey Castillo | 2021-10-18 | 2 | -4/+4 | |
| | * | pulsometer: reset tick in resign function | Joey Castillo | 2021-10-18 | 1 | -0/+1 | |
| | * | fix misspelling of pulsometer | Joey Castillo | 2021-10-16 | 5 | -33/+33 | |
| | * | automatically determine number of watch faces | Joey Castillo | 2021-10-16 | 5 | -32/+31 | |
| | * | early work on background tasks, documentation | Joey Castillo | 2021-10-16 | 7 | -7/+102 | |
| | * | remove unimplemented settings for now | Joey Castillo | 2021-10-16 | 1 | -5/+1 | |
| | * | implement led duration setting | Joey Castillo | 2021-10-16 | 1 | -1/+2 | |
| | * | screensaver mode is now low energy mode | Joey Castillo | 2021-10-16 | 4 | -29/+29 | |
| | * | clarify property names | Joey Castillo | 2021-10-16 | 2 | -19/+19 | |
| | * | rename types to be more c-like | Joey Castillo | 2021-10-16 | 11 | -49/+49 | |
| | * | widgets are now watch faces | Joey Castillo | 2021-10-16 | 16 | -180/+180 | |
| | * | launcher is now movement | Joey Castillo | 2021-10-16 | 13 | -101/+101 | |
| | * | pulseometer: support variable update frequency | Joey Castillo | 2021-10-06 | 1 | -8/+12 | |
| | * | launcher: clean up structs | Joey Castillo | 2021-10-06 | 6 | -34/+31 | |
| | * | remove fake / placeholder widgets | Joey Castillo | 2021-10-05 | 6 | -118/+4 | |
| | * | add pulseometer widget | Joey Castillo | 2021-10-05 | 4 | -0/+110 | |
| | * | fix memory leak when waking from screensaver mode | Joey Castillo | 2021-10-05 | 4 | -3/+11 | |
| | * | launcher: fix high beep on return to clock | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | * | launcher: add widget for setting the time | Joey Castillo | 2021-10-04 | 4 | -3/+131 | |
| | * | preferences widget: fix alignment of 'never' | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | * | launcher: fix flickering in preferences widget | Joey Castillo | 2021-10-04 | 1 | -4/+1 | |
| | * | launcher: track can_sleep between runloop invocations | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | * | launcher: fix typo | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | * | launcher: improvements to screensaver mode | Joey Castillo | 2021-10-04 | 1 | -6/+14 | |
| | * | slcd: add more special cases | Joey Castillo | 2021-10-04 | 1 | -5/+14 | |
| | * | launcher: let widgets prevent sleep | Joey Castillo | 2021-10-04 | 10 | -36/+43 | |
| | * | event type / subsecond refactor | Joey Castillo | 2021-10-04 | 10 | -36/+47 | |
| | * | disable screensaver interrupt on wake | Joey Castillo | 2021-10-03 | 1 | -0/+1 | |
| | * | launcher: first crack at low power 'screensaver' mode | Joey Castillo | 2021-10-03 | 6 | -42/+84 | |
| | * | implement beep / silent preference | Joey Castillo | 2021-10-03 | 1 | -1/+4 | |
| | * | avoid calling deactivate on widget 0 before it's activated | Joey Castillo | 2021-10-03 | 1 | -1/+2 | |
| | * | launcher app with clock and preferences menu | Joey Castillo | 2021-10-03 | 12 | -30/+304 | |
| | * | slcd: add function to blank entire screen | Joey Castillo | 2021-10-03 | 2 | -0/+10 | |
| | * | basic launcher switching between two widgets | Joey Castillo | 2021-10-03 | 10 | -100/+155 | |
| | * | more wip launcher stuff | Joey Castillo | 2021-10-03 | 4 | -40/+48 | |
| | * | wip: late-night untested launcher app musings | Joey Castillo | 2021-10-03 | 7 | -0/+298 | |
| * | | slcd: add autonomous blinking and animation | Joey Castillo | 2021-10-01 | 3 | -2/+86 | |
| |/ | ||||||
| * | add beep to starter app | Joey Castillo | 2021-09-30 | 1 | -0/+8 | |
| * | add fractional beats to beat time app | Joey Castillo | 2021-09-30 | 1 | -8/+33 | |
| * | fix LED resistor values | Joey Castillo | 2021-09-30 | 2 | -5/+5 | |
| * | add lcd feather | Joey Castillo | 2021-09-30 | 2 | -0/+14719 | |
| * | Merge pull request #16 from joeycastillo/rtc-refactor | joeycastillo | 2021-09-29 | 35 | -1771/+422 | |
| |\ | ||||||
| | * | update existing apps to use new RTC API | Joey Castillo | 2021-09-28 | 2 | -73/+49 | |
| | * | tweak to API nomenclature: tick happens once a second, other interrupts are p... | Joey Castillo | 2021-09-28 | 3 | -25/+28 |