summaryrefslogtreecommitdiffstats
path: root/movement/movement.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timeout-event-and-sleep-logic'Matheus Afonso Martins Moreira2024-03-081-2/+3
|\
| * movement: fix unintended timeout short circuitingMatheus Afonso Martins Moreira2024-03-051-1/+2
| * movement: convert can_sleep an automatic variableMatheus Afonso Martins Moreira2024-03-051-1/+1
* | Merge branch 'compile-time-preferences'Matheus Afonso Martins Moreira2024-03-081-3/+30
|\ \
| * | Merge branch 'main' into preferences_in_configmadhogs2024-02-141-40/+68
| |\|
| * | add compile-time options for all preferences to movement_configmadhogs2023-10-021-3/+30
* | | Merge branch 'usb-improvements' into advancedMatheus Afonso Martins Moreira2024-03-081-23/+3
|\ \ \ | |_|/ |/| |
| * | USB ImprovementsEdward Shin2024-01-071-26/+6
| |/
* | Change inactivity deadlines: add 10 minutes and remove 2 days. (#365)Max Zettlmeißl2024-02-071-2/+2
* | Revert "make the watch-face a global in movement.c, actually"Christian Buschau2024-01-211-4/+3
* | Merge branch 'main' into theAlexes/cleanupWesley Aptekar-Cassels2024-01-211-19/+35
|\ \
| * | movement: Use LE mode code to keep buzzer awake, instead of sleeping.Alex Maestas2024-01-091-26/+36
| * | Enable custom signal tones in LE mode.Wesley Aptekar-Cassels2024-01-091-8/+25
| * | Use legacy buzzer functions when playing default tune.Wesley Aptekar-Cassels2024-01-091-0/+7
| * | Revert "Merge pull request #283 from neutralinsomniac/fix_hourly_chime_backgr...Wesley Aptekar-Cassels2024-01-091-19/+1
| |/
* | 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 throug...Alex Maestas2023-12-161-4/+16
* | make it clear that the movement_state contains indexesAlex Maestas2023-12-161-15/+15
|/
* move buzzer enabled detection logic into movement for movement_play_signal/tuneJeremy O'Brien2023-09-231-13/+13
* fix signal tunes not firing in background, and split out foreground/backgroun...Jeremy O'Brien2023-09-221-0/+18
* update alternate firmware for new board colorjoeycastillo2023-09-131-0/+2
* add sensor watch litejoeycastillo2023-08-171-1/+3
* movement: add custom hourly chime tunes (#209)Jeremy O'Brien2023-06-101-3/+1
* fix for events firing way too fastjoeycastillo2023-01-271-0/+1
* add hardcoded frequency correction valuesjoeycastillo2023-01-251-0/+6
* Merge branch 'main' into default-handlerdefault-handlerjoeycastillo2023-01-251-1/+5
|\
| * fix fast_tick_enabled behavior in movement (#183)TheOnePerson2023-01-231-1/+5
* | handle switch to secondary face in default handlerjoeycastillo2023-01-151-15/+5
* | add movement_default_loop_handler, test with default watch facesjoeycastillo2023-01-141-0/+20
|/
* Precision watch update (#152)Mikhail Svarichevsky2023-01-101-3/+1
* new backer firmware with original lineupjoeycastillo2022-11-291-1/+3
* allow setting default LED colors in movement_configjoeycastillo2022-11-281-1/+10
* Merge branch 'main' into auto-fire-long-pressTheOnePerson2022-10-261-4/+19
|\
| * Add an Alarm face to movement (#96)TheOnePerson2022-10-251-8/+16
| * Merge pull request #103 from wryun/long-press-home-to-settingsjoeycastillo2022-10-231-4/+19
| |\
| | * make this an if/then to please emscriptenjoeycastillo2022-10-231-5/+6
| | * disable settings hiding by defaultjoeycastillo2022-10-231-3/+7
| | * Long press of mode on home screen goes to settingsJames Haggerty2022-10-191-4/+14
* | | Movement: implement auto firing of long press events and introduce long up ev...TheOnePerson2022-10-231-11/+33
|/ /
* | allow watch faces to schedule tasks from backgroundjoeycastillo2022-10-221-3/+11
* | fix scheduled tasks scheduling another taskNiclas Hoyer2022-10-211-0/+4
|/
* use watch_face_changed propertyjoeycastillo2022-10-121-1/+1
* no need to set this (set in movement_move_to_face)joeycastillo2022-10-111-1/+0
* don't sleep on watch face changejoeycastillo2022-10-111-3/+11
* Make long press mode go back to face 0 instead of next faceJames Haggerty2022-10-121-3/+8
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into lfsJoey Castillo2022-08-021-12/+31
|\
| * movement: wake programmatically from background and play alarmJoey Castillo2022-07-171-12/+31
* | add file browser to movement, remove old appJoey Castillo2022-05-091-1/+3
* | simulator: add USB serial input fieldJoey Castillo2022-05-091-0/+30
|/