| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'main' into theAlexes/cleanup | Wesley Aptekar-Cassels | 2024-01-21 | 1 | -1/+0 |
|\ |
|
| * | Revert "Merge pull request #283 from neutralinsomniac/fix_hourly_chime_backgr... | Wesley Aptekar-Cassels | 2024-01-09 | 1 | -1/+0 |
* | | make it clear that the movement_state contains indexes | Alex Maestas | 2023-12-16 | 1 | -2/+2 |
|/ |
|
* | move buzzer enabled detection logic into movement for movement_play_signal/tune | Jeremy O'Brien | 2023-09-23 | 1 | -2/+0 |
* | fix signal tunes not firing in background, and split out foreground/backgroun... | Jeremy O'Brien | 2023-09-22 | 1 | -0/+3 |
* | add movement_default_loop_handler, test with default watch faces | joeycastillo | 2023-01-14 | 1 | -0/+3 |
* | Add stock stopwatch face (#140) | TheOnePerson | 2023-01-10 | 1 | -1/+1 |
* | Merge branch 'main' into auto-fire-long-press | TheOnePerson | 2022-10-26 | 1 | -1/+1 |
|\ |
|
| * | Add an Alarm face to movement (#96) | TheOnePerson | 2022-10-25 | 1 | -1/+4 |
* | | movement: update comments regarding button events | TheOnePerson | 2022-10-25 | 1 | -9/+9 |
* | | Movement: implement auto firing of long press events and introduce long up ev... | TheOnePerson | 2022-10-23 | 1 | -7/+13 |
|/ |
|
* | allow watch faces to schedule tasks from background | joeycastillo | 2022-10-22 | 1 | -0/+4 |
* | document return value of watch_face_loop | joeycastillo | 2022-10-11 | 1 | -1/+5 |
* | movement: fix movement_request_wake() prototype | Jack Bond-Preston | 2022-07-25 | 1 | -1/+1 |
* | movement: wake programmatically from background and play alarm | Joey Castillo | 2022-07-17 | 1 | -0/+3 |
* | movement: add mechanism for watch faces to use backup registers | Joey Castillo | 2022-02-13 | 1 | -0/+5 |
* | movement: prevent invalid tick frequency from breaking scheduled tasks | Joey Castillo | 2022-02-12 | 1 | -2/+0 |
* | movement: long press on MODE always dismisses the active face | Joey Castillo | 2022-01-19 | 1 | -1/+1 |
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-15 | 1 | -0/+4 |
|\ |
|
| * | Add movement_cancel_background_task | Wesley Ellis | 2022-01-01 | 1 | -0/+4 |
* | | add MIT license text to movement files | Joey Castillo | 2022-01-15 | 1 | -0/+24 |
|/ |
|
* | 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 | 1 | -1/+1 |
* | Movement: allow scheduling precisely timed background tasks (resolves #28) | Joey Castillo | 2021-12-20 | 1 | -0/+9 |
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 1 | -4/+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 | 1 | -1/+2 |
* | movement: add alarm and signal functions | Joey Castillo | 2021-11-29 | 1 | -1/+8 |
* | movement: more granular button and LED timing via fast tick | Joey Castillo | 2021-11-29 | 1 | -2/+3 |
* | background tasks have been implemented | Joey Castillo | 2021-11-27 | 1 | -1/+0 |
* | movement: add world clock face | Joey Castillo | 2021-11-26 | 1 | -0/+2 |
* | movement: store settings in BKUP to persist across resets | Joey Castillo | 2021-11-25 | 1 | -4/+4 |
* | movement: implement time zone setting | Joey Castillo | 2021-11-25 | 1 | -1/+3 |
* | movement: preferences refactor, two new types | Joey Castillo | 2021-11-08 | 1 | -11/+61 |
* | movement: first crack at background tasks API | Joey Castillo | 2021-10-23 | 1 | -0/+3 |
* | movement: add thermistor readout face | Joey Castillo | 2021-10-21 | 1 | -2/+8 |
* | movement settings: add timeout and LED duration | Joey Castillo | 2021-10-19 | 1 | -4/+4 |
* | add timeout event to give faces a chance to resign | Joey Castillo | 2021-10-18 | 1 | -1/+6 |
* | early work on background tasks, documentation | Joey Castillo | 2021-10-16 | 1 | -1/+92 |
* | remove unimplemented settings for now | Joey Castillo | 2021-10-16 | 1 | -5/+1 |
* | screensaver mode is now low energy mode | Joey Castillo | 2021-10-16 | 1 | -4/+4 |
* | clarify property names | Joey Castillo | 2021-10-16 | 1 | -2/+2 |
* | rename types to be more c-like | Joey Castillo | 2021-10-16 | 1 | -10/+10 |
* | widgets are now watch faces | Joey Castillo | 2021-10-16 | 1 | -17/+17 |
* | launcher is now movement | Joey Castillo | 2021-10-16 | 1 | -0/+89 |