summaryrefslogtreecommitdiffstats
path: root/movement/movement.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* movement: only run custom commands at first launchJoey Castillo2022-04-211-4/+4
* stargazer firmware: make LED red by defaultJoey Castillo2022-04-211-0/+4
* freeze snapshot of standard firmware in alt_fwJoey Castillo2022-04-211-1/+1
* add mechanism for building alternate firmware imagesJoey Castillo2022-04-201-0/+17
* movement: start time zone list at UTCJoey Castillo2022-02-131-42/+41
* movement: add mechanism for watch faces to use backup registersJoey Castillo2022-02-131-0/+6
* movement: prevent invalid tick frequency from breaking scheduled tasksJoey Castillo2022-02-121-2/+7
* Adjust function semantics by "flipping" bit orderAlexsander Akers2022-01-271-1/+1
* Add new function to disable certain RTC periodic callbacksAlexsander Akers2022-01-271-7/+1
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-251-1/+26
* movement: long press on MODE always dismisses the active faceJoey Castillo2022-01-191-0/+5
* movement: reset tick to 1 Hz between watch faces (fixes #36)Joey Castillo2022-01-191-0/+1
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-151-0/+12
|\
| * Add movement_cancel_background_taskWesley Ellis2022-01-011-0/+12
* | add MIT license text to movement filesJoey Castillo2022-01-151-0/+24
|/
* Movement: give watch faces their index at setup timeJoey Castillo2021-12-201-1/+1
* Movement: allow scheduling precisely timed background tasks (resolves #28)Joey Castillo2021-12-201-0/+36
* fix missing prototype warningsJoey Castillo2021-12-101-30/+30
* movement: allow watch faces to request zero ticksJoey Castillo2021-12-031-1/+1
* movement: add option to always snap back to first watch faceJoey Castillo2021-12-021-1/+8
* movement: fix yesterday's bug that was keeping us awakeJoey Castillo2021-11-301-1/+1
* movement: add alarm and signal functionsJoey Castillo2021-11-291-3/+38
* movement bugfix: prevent repeated timeout events from stalling watch faceJoey Castillo2021-11-291-0/+1
* movement: more granular button and LED timing via fast tickJoey Castillo2021-11-291-25/+59
* movement: these durations don't need to be 32-bit intsJoey Castillo2021-11-281-1/+1
* movement: add world clock faceJoey Castillo2021-11-261-0/+3