Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add initial TOTP watch face impl | Wesley Ellis | 2021-11-22 | 5 | -0/+161 |
| | | | | | | | Vendor code from https://github.com/Netthaw/TOTP-MCU to do the heavy lifting of computing SHA-1 and HMAC and the rest of TOTP Also implement a date_time to unix timestamp method | ||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2021-11-22 | 12 | -19/+475 |
|\ | |||||
| * | Add stopwatch face to movement | Wesley Ellis | 2021-11-10 | 4 | -0/+104 |
| | | | | | | | | | | Simple stopwatch that only counts seconds (not subseconds), minutes and yes, even hours | ||||
| * | movement: day one watch face, counts days from birth | Joey Castillo | 2021-11-08 | 4 | -0/+210 |
| | | |||||
| * | movement: preferences refactor, two new types | Joey Castillo | 2021-11-08 | 1 | -11/+61 |
| | | |||||
| * | bugfix: activate current watch face when waking from sleep | Joey Castillo | 2021-11-08 | 1 | -1/+1 |
| | | |||||
| * | beat time: add low energy tick animation | Joey Castillo | 2021-11-07 | 1 | -0/+2 |
| | | |||||
| * | movement: refactor timeout to tick first, then notify | Joey Castillo | 2021-11-07 | 2 | -7/+10 |
| | | |||||
| * | movement: add voltage monitor watch face | Joey Castillo | 2021-11-06 | 4 | -0/+87 |
| | | |||||
* | | move thermistor calculation to watch utilities | Joey Castillo | 2021-11-22 | 2 | -66/+30 |
|/ | |||||
* | don't destroy our temperature log when waking from sleep | Joey Castillo | 2021-10-25 | 1 | -2/+4 |
| | |||||
* | movement temperature face: only enable thermistor when reading data | Joey Castillo | 2021-10-23 | 1 | -2/+2 |
| | |||||
* | movement: first crack at background tasks API | Joey Castillo | 2021-10-23 | 4 | -13/+41 |
| | |||||
* | Merge pull request #19 from tahnok/beats_watch_face | joeycastillo | 2021-10-23 | 4 | -0/+97 |
|\ | | | | | Port beats to movement framework | ||||
| * | Port beats to movement framework | Wesley Ellis | 2021-10-23 | 4 | -0/+97 |
| | | |||||
* | | WIP: thermistor data logger | Joey Castillo | 2021-10-23 | 4 | -0/+145 |
| | | |||||
* | | fix name of ifdef in thermistor readout face | Joey Castillo | 2021-10-23 | 1 | -3/+3 |
| | | |||||
* | | move weekday lookup to new utilities file | Joey Castillo | 2021-10-23 | 1 | -12/+3 |
|/ | |||||
* | movement: add character set demo | Joey Castillo | 2021-10-21 | 4 | -0/+73 |
| | |||||
* | movement: add thermistor readout face | Joey Castillo | 2021-10-21 | 7 | -2/+193 |
| | |||||
* | more accurate names for deep sleep and shallow sleep modes | Joey Castillo | 2021-10-20 | 1 | -6/+6 |
| | |||||
* | movement: fix preferences glitch, add some notes | Joey Castillo | 2021-10-20 | 2 | -74/+83 |
| | |||||
* | movement: add tick animation in sleep mode | Joey Castillo | 2021-10-19 | 1 | -3/+5 |
| | |||||
* | movement settings: add timeout and LED duration | Joey Castillo | 2021-10-19 | 6 | -31/+67 |
| | |||||
* | 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 | -0/+846 |