Commit Graph

30 Commits (f0c9ae183c8f65ab62934af71f897a3017414636)

Author SHA1 Message Date
Stiralbios 563245defe [ActivityReminder] Put the alert code in it's own file 2022-08-20 15:10:44 +02:00
Stiralbios 8cc79a77d0 [ActivityReminder] Use 2 space indent like on others apps in the repository 2022-08-20 14:17:36 +02:00
Stiralbios 7ba81f1ba5 add missing semicolons 2022-06-12 20:29:43 +02:00
Stiralbios ea82ae3f25 Fix activityreminder_data scoping issue in boot.js 2022-06-12 20:16:14 +02:00
Stiralbios 9b71b107cf Use let instead of const on object that get updated 2022-06-12 20:05:32 +02:00
Stiralbios 59ee5b1a78 Moving stuff around to be sure to instanciate the variable before even referencing them in functions 2022-06-12 19:51:46 +02:00
Stiralbios 85a52afbf5 Fix the const reassign bug (cutting edge firmware) and better indentation and scoping 2022-06-12 17:50:43 +02:00
Stiralbios c1ca89dc60 [ActivityReminder] Fix broken return 2022-05-27 10:43:45 +02:00
Stiralbios 5256acfe4c [ActivityReminder] Remove done todo 2022-05-27 10:10:16 +02:00
Stiralbios 904f0d1260 [ActivityReminder] Fix tempThreshold 2022-05-27 09:50:07 +02:00
Stiralbios 358b06fd6c [ActivityReminder] Add temperature threshold to detect when the watch isn't worn 2022-05-26 21:21:15 +02:00
Stiralbios 6e88874d41 [ActivityReminder] Better handling of period going through midnight 2022-05-26 21:02:07 +02:00
Stiralbios f46159ef8e [ActivityReminder] Actually commiting the fix to mustAlert 2022-05-12 12:21:21 +02:00
Stiralbios 740b81e076 Fix mustAlert, and, hopefully use let and const the JS way 2022-05-12 11:34:42 +02:00
Stiralbios 689e6e7470 Fix dates loading from file 2022-05-12 10:30:11 +02:00
Stiralbios 08718a504d [ActivityReminder] First attempt to rework the inactivity detection 2022-05-11 21:58:00 +02:00
Marco H 673bb38cd1
Update boot.js
Do not alarm while charging
2022-04-29 11:40:50 +02:00
Stiralbios ac29417014 remove debug logs 2022-04-18 17:43:05 +02:00
Stiralbios b985b61a3d fix boot.js (hopefully) 2022-04-18 17:30:57 +02:00
Stiralbios 783a55fafa Code cleanup 2022-04-18 16:28:34 +02:00
Stiralbios 08c0964527 Increase the step count delay to one min 2022-04-18 15:46:44 +02:00
Stiralbios 6517b926ea increase the step time a bit to test a bit easier 2022-04-18 15:40:13 +02:00
Stiralbios 43dedbf709 add a lib.js for common operations 2022-04-18 15:05:41 +02:00
Stiralbios e9f3a0ff3a Refactor, untested 2022-04-07 19:19:42 +02:00
Stiralbios 919175671d Try to preserve stepsArray 2022-04-07 18:31:11 +02:00
Stiralbios 269b573209 launch the right app for the alert and try to preserve stepsArray 2022-04-07 18:29:12 +02:00
Stiralbios 47f9e581a3 bug fixes 2022-04-07 18:21:43 +02:00
Stiralbios 513d2f7002 Try a new structure to avoid bugs 2022-04-07 18:16:51 +02:00
Stiralbios 0fee4bd8c4 try to fix the issue with the watchface drawing over the Activity Reminder 2022-04-07 17:30:55 +02:00
Stiralbios 745bc1ec7e Add Activity Reminder app 2022-04-05 16:27:16 +02:00