Commit Graph

67 Commits (489582ee91b6f0edcda049f61b5d1adbb49d5bb2)

Author SHA1 Message Date
Alessandro Cocco 42c2b5c8a2 Use default Bangle formatter for booleans 2022-06-18 22:08:51 +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 d48f674b1c [ActivityReminder] Add "step" in settings to facilitate settings usage 2022-05-27 11:06:19 +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 255abe9c13 [ActivityReminder] fix bug on pauseDate 2022-05-12 14:18:33 +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 ffcf550bea [ActivityReminder] Remove a forgotten part of the old code 2022-05-11 23:51:46 +02:00
Stiralbios a5085c93c2 [ActivityReminder] Fix default dates for the data 2022-05-11 22:31:34 +02:00
Stiralbios 5516a87b77 [ActivityReminder] fix my mistake with settings 2022-05-11 22:24:02 +02:00
Stiralbios 76c80c6f93 [ActivityReminder] Try to fix settings 2022-05-11 22:11:33 +02:00
Stiralbios 08718a504d [ActivityReminder] First attempt to rework the inactivity detection 2022-05-11 21:58:00 +02:00
Marco H c4ec72004e Add notice 2022-04-30 11:19:01 +02:00
Marco H 124ab84e4c Obey system quiet mode & extend allowed dismiss delay 2022-04-29 20:40:22 +02:00
Marco H dd3f7e47fe
Update ChangeLog 2022-04-29 11:41:33 +02:00
Marco H 321617ad7b
Update metadata.json 2022-04-29 11:41:14 +02:00
Marco H 673bb38cd1
Update boot.js
Do not alarm while charging
2022-04-29 11:40:50 +02:00
Marco H 3a9b8dab29
Fix typo and add format for settings which have minutes as unit 2022-04-26 11:51:49 +02:00
Marco H 4f812cd33c
Fix typos 2022-04-26 11:48:14 +02:00
Stiralbios 20c8fdfa7f fix data section 2022-04-25 19:46:37 +02:00
Stiralbios 3a7e67d56b remove debug logs 2022-04-24 19:57:18 +02:00
Stiralbios d63eb7e003 Fix settings issue 2022-04-24 19:35:50 +02:00
Stiralbios 2f67e5c0ed Try to fix the settings issue 2022-04-24 19:25:11 +02:00
Stiralbios a9d8d52beb add logs for debug 2022-04-24 19:15:57 +02:00
Stiralbios ad4a99a04c First commit for the next version of ActivityReminder: tweaking some values 2022-04-24 18:50:29 +02:00
Marco H 3ab7add1ef
Fix typo 2022-04-21 10:45:04 +02:00
Stiralbios ac29417014 remove debug logs 2022-04-18 17:43:05 +02:00
Stiralbios 8daef5459c change default dismiss delay to see if it solve the issue with changing dismiss delay in settings 2022-04-18 17:34:22 +02:00
Stiralbios b985b61a3d fix boot.js (hopefully) 2022-04-18 17:30:57 +02:00
Stiralbios e00fadcb99 change the file name to respect the 28 char limit 2022-04-18 17:15:01 +02:00
Stiralbios b9ae26b757 Hopefully fix the bugs 2022-04-18 17:02:20 +02:00
Stiralbios bedf3fc226 Fix issue in lib.js 2022-04-18 16:44:53 +02:00
Stiralbios ae35eb27c0 move some function to lib.js 2022-04-18 16:41:57 +02:00
Stiralbios df3b4240d9 load settings from the right file 2022-04-18 16:34:51 +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 a3682c51f0 Fix loadSettings 2022-04-18 15:07:38 +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