Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added ability to reset to default timer value | David Keck | 2022-01-18 | 1 | -1/+8 | |
| | | | Added option to reset to the default timer value when in waiting mode and on long press of alarm. This was useful to me as I sometimes accidentally increase the timer value and then would need to loop around to get back to the default value. | |||||
* | movement: sunrise/sunset face documentation | Joey Castillo | 2022-01-16 | 1 | -2/+2 | |
| | ||||||
* | sunrise/sunset face: no need to update this every second | Joey Castillo | 2022-01-15 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-15 | 6 | -0/+304 | |
|\ | ||||||
| * | Merge pull request #29 from tahnok/countdown | joeycastillo | 2022-01-15 | 6 | -0/+304 | |
| |\ | | | | | | | Countdown | |||||
| | * | Add Countdown Face | Wesley Ellis | 2022-01-15 | 4 | -0/+288 | |
| | | | | | | | | | | | | | | | | | | | | | | | | A simple countdown face using movement_schedule_background_task so that it rings, even if the another face is active Limited to 99 minutes and 59 seconds so that the watch isn't staying out of deep sleep for too long | |||||
| | * | Add movement_cancel_background_task | Wesley Ellis | 2022-01-01 | 2 | -0/+16 | |
| | | | | | | | | | | | | Provide a way for a scheduled background task to be cancelled | |||||
* | | | movement: add sunrise/sunset face | Joey Castillo | 2022-01-15 | 6 | -0/+625 | |
| | | | ||||||
* | | | add MIT license text to movement files | Joey Castillo | 2022-01-15 | 31 | -0/+744 | |
|/ / | ||||||
* / | new simulated screens | Joey Castillo | 2022-01-06 | 1 | -8/+34 | |
|/ | ||||||
* | rearrange hello face, documentation reasons | Joey Castillo | 2021-12-22 | 1 | -6/+6 | |
| | ||||||
* | add comments to 'hello there' face | Joey Castillo | 2021-12-21 | 2 | -2/+33 | |
| | ||||||
* | add 'hello there' face, demo for documentation | Joey Castillo | 2021-12-21 | 4 | -0/+83 | |
| | ||||||
* | movement: add hourly signal to simple clock face | Joey Castillo | 2021-12-21 | 2 | -10/+53 | |
| | ||||||
* | add documentation for watch face index | Joey Castillo | 2021-12-21 | 1 | -0/+3 | |
| | ||||||
* | Movement: give watch faces their index at setup time | Joey Castillo | 2021-12-20 | 33 | -34/+49 | |
| | ||||||
* | Movement: allow scheduling precisely timed background tasks (resolves #28) | Joey Castillo | 2021-12-20 | 2 | -0/+45 | |
| | ||||||
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 11 | -53/+53 | |
| | ||||||
* | add demo watch face | Joey Castillo | 2021-12-10 | 4 | -0/+112 | |
| | ||||||
* | ensure accelerometer test face always stays active | Joey Castillo | 2021-12-05 | 1 | -1/+5 | |
| | ||||||
* | more accelerometer tests: track interrupts on each axis, log on the quarter hour | Joey Castillo | 2021-12-05 | 2 | -53/+96 | |
| | ||||||
* | movement: remove testing watch face from config | Joey Castillo | 2021-12-03 | 1 | -1/+0 | |
| | ||||||
* | movement: allow watch faces to request zero ticks | Joey Castillo | 2021-12-03 | 3 | -3/+4 | |
| | ||||||
* | movement: update comment; we store this data now | Joey Castillo | 2021-12-02 | 1 | -2/+2 | |
| | ||||||
* | movement: add option to always snap back to first watch face | Joey Castillo | 2021-12-02 | 2 | -2/+10 | |
| | ||||||
* | movement: fix off-by-one error in accelerometer test face | Joey Castillo | 2021-12-01 | 1 | -0/+1 | |
| | ||||||
* | movement: add experimental accelerometer data logging face | Joey Castillo | 2021-12-01 | 4 | -0/+186 | |
| | ||||||
* | movement: help beats face update the screen less often | Joey Castillo | 2021-12-01 | 2 | -2/+22 | |
| | ||||||
* | movement: remove floating point math from beats face | Joey Castillo | 2021-12-01 | 2 | -15/+15 | |
| | ||||||
* | movement: after profiling, temp and battery can ignore timeout | Joey Castillo | 2021-12-01 | 2 | -4/+4 | |
| | ||||||
* | movement: remove TODO item (we profiled it, it's fine) | Joey Castillo | 2021-12-01 | 1 | -1/+0 | |
| | ||||||
* | movement: fix yesterday's bug that was keeping us awake | Joey Castillo | 2021-11-30 | 1 | -1/+1 | |
| | ||||||
* | movement: add alarm and signal functions | Joey Castillo | 2021-11-29 | 2 | -4/+46 | |
| | ||||||
* | movement bugfix: prevent repeated timeout events from stalling watch face | Joey Castillo | 2021-11-29 | 1 | -0/+1 | |
| | ||||||
* | movement: more granular button and LED timing via fast tick | Joey Castillo | 2021-11-29 | 4 | -33/+64 | |
| | ||||||
* | movement: these durations don't need to be 32-bit ints | Joey Castillo | 2021-11-28 | 1 | -1/+1 | |
| | ||||||
* | movemment: tweak capitalization of some settings | Joey Castillo | 2021-11-28 | 1 | -2/+2 | |
| | ||||||
* | background tasks have been implemented | Joey Castillo | 2021-11-27 | 1 | -1/+0 | |
| | ||||||
* | movement: preferences should show 'blu' for watches with blue LED | Joey Castillo | 2021-11-27 | 1 | -0/+4 | |
| | ||||||
* | movement: add world clock face | Joey Castillo | 2021-11-26 | 6 | -0/+228 | |
| | ||||||
* | movement: have beats and TOTP face use new time zone setting | Joey Castillo | 2021-11-25 | 2 | -7/+4 | |
| | ||||||
* | movement: store settings in BKUP to persist across resets | Joey Castillo | 2021-11-25 | 4 | -5/+9 | |
| | ||||||
* | movement: implement time zone setting | Joey Castillo | 2021-11-25 | 3 | -4/+65 | |
| | ||||||
* | movement: TOTP face, pad code with leading zeroes | Joey Castillo | 2021-11-24 | 1 | -1/+1 | |
| | ||||||
* | movement: make TOTP face go home on timeout | Joey Castillo | 2021-11-24 | 1 | -1/+1 | |
| | ||||||
* | add header guards, move declarations to source file | Joey Castillo | 2021-11-24 | 3 | -15/+25 | |
| | ||||||
* | Properly vendor TOTP-MCU temporarily | Wesley Ellis | 2021-11-23 | 8 | -0/+374 | |
| | ||||||
* | optimize totp face and add countdown | Wesley Ellis | 2021-11-23 | 2 | -84/+35 | |
| | ||||||
* | 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 | |
|\ |