Commit Graph

6117 Commits (0ec1d57addd5205bd1be7b1b053630681f1a97fb)

Author SHA1 Message Date
storm64 0ec1d57add sleeplog: Complete power saving mode + move all read/write log actions into lib.js
* Complete new power saving mode after tests
* Move all read/write log operations into lib/module
Update app.js
 - update `readLog(...)` call
Update boot.js
 - update maxmove default value
 - delete `log(..)`, merging into `writeLog(...)` from lib.js
 - replace all read/write actions to the logfile with `readLog(...)`/`writeLog(...)` from lib.js
 - add restoring the status after a restart (<5 min ago) to last known state
 - add deletion of unused settings on power saving mode
 - update log timestamp on power saving mode to always be 10min before now
Update ChangeLog
Update lib.js
 - update `readLog(...)`, prevent errors on reading, minimize workload if unfiltered
 - add `writeLog(...)` to append or replace log depending on input with plausibility checks on input
 - merging `log(...)` from boot.js into `writeLog(...)`
 - replace all read/write actions to the logfile with `readLog(...)`/`writeLog(...)`
Update metadata.json
 - update version number
 - add power saving mode to description
Update README.md
 - add power saving mode description
 - move sleeping/not worn decision description into its own section
 - add description for timestamp values to Logging section
 - update Global Object and Module Functions section
Update settings.js
 - update maxmove setting and default value
2022-02-13 20:54:26 +01:00
storm64 b8721fbdcf sleeplog: New power saving mode using build in movement detection
* New power saving mode using build in movement detection
Update app.js
 - add displaying powersaving status
Update boot.js
 - add power save mode
 - minimize fix #1425 to issue #1423
 - minimize wake/sleep decision
 - add checking for correct this reference
 - add checking for global object existence
 - remove unneeded global. prefix
Update lib.js
 - add powersaving setting to setEnabled()
 - fix missing logfile issue #1423 on all functions
 - remove check for changes in setEnabled(...) to always restart the service
Update settings.js
 - add settings powersaving and maxmove
 - add displaying settings depending on power saving mode
 - restart service when changing enabled, logfile and powersaving
2022-02-12 01:43:58 +01:00
Gordon Williams 405de6d6c0
Merge pull request #1421 from rozek/master
AC-AC bugfix and version change to 1.0
2022-02-11 13:33:54 +00:00
Gordon Williams dad13c8087
Merge pull request #1425 from myxor/patch-2
sleeplog: fix #1423
2022-02-11 13:32:45 +00:00
Marco H 2e26818538
Update custom.html
Fix typo
2022-02-11 13:59:18 +01:00
Andreas Rozek dd8df8efe5
Merge branch 'espruino:master' into master 2022-02-11 13:51:48 +01:00
Andreas Rozek 05c8dc9b78 Create ChangeLog.txt 2022-02-11 13:51:04 +01:00
Marco H 47d7aced65
Update metadata.json 2022-02-11 13:45:10 +01:00
Marco H ee104a2e8a
Update ChangeLog 2022-02-11 13:45:01 +01:00
Marco H 50b94d6870
Update boot.js
Fixes Uncaught Error: Expecting a string, got undefined
see https://github.com/espruino/BangleApps/issues/1423
2022-02-11 13:16:59 +01:00
Gordon Williams 615519350a route 0.03: Color/positioning change to allow it to work with Bangle.js 1 (although not pretty) 2022-02-11 11:58:34 +00:00
Gordon Williams 55430085f2 update locale docs 2022-02-11 11:40:44 +00:00
Gordon Williams 32eef1d713
Merge pull request #1304 from diesphink/no_translation_on_locale
Option to keep or not the textual translations
2022-02-11 11:34:37 +00:00
Gordon Williams 217fa040aa
Merge pull request #1424 from peerdavid/master
[LCARS] Select kph / mph for wind.
2022-02-11 11:33:41 +00:00
Gordon Williams 02feba3f45 quick tweak - fix HID joystick selection 2022-02-11 11:32:53 +00:00
David Peer e3e2604b90 Merge branch 'master' of https://github.com/peerdavid/BangleApps 2022-02-11 12:27:17 +01:00
David Peer 2c64069bca New version 2022-02-11 12:27:15 +01:00
David Peer 52faa8c871 The speed of the wind can now be configured (mph / kph). 2022-02-11 12:25:22 +01:00
Peer David 59ba7ce50e
Merge branch 'espruino:master' into master 2022-02-11 11:10:44 +01:00
David Peer 1e837248ac Qeue first 2022-02-11 11:09:53 +01:00
Gordon Williams 4b4f9d58ea
Merge pull request #1422 from storm64/sleeplog
sleeplog: Add Sleep Log App
2022-02-11 10:09:44 +00:00
David Peer 038480d358 Minor changes 2022-02-11 10:54:16 +01:00
storm64 02aeaff86b sleeplog: Add Sleep Log App
This app logs and displays the four following states:
_unknown, not worn, awake, sleeping_
It derived from the SleepPhaseAlarm and uses the accelerometer to estimate sleep and wake states with the principle of Estimation of Stationary Sleep-segments ([ESS](https://ubicomp.eti.uni-siegen.de/home/datasets/ichi14/index.html.en)) and the internal temperature to decide _sleeping_ or _not worn_ when the watch is resting.
2022-02-11 09:29:02 +01:00
Andreas Rozek 144add3c5c Merge branch 'master' of https://github.com/rozek/BangleApps 2022-02-11 09:26:50 +01:00
Andreas Rozek 77040fdc83 Update metadata.json 2022-02-11 09:26:38 +01:00
Andreas Rozek 1fbcc174fb
Merge branch 'espruino:master' into master 2022-02-11 09:25:40 +01:00
Gordon Williams a08409ccac
Merge pull request #1419 from peerdavid/master
[LCARS] Stability improvement and possibility to show wind
2022-02-11 08:23:51 +00:00
Andreas Rozek 322bb60eef Update Customizer.html 2022-02-11 09:23:14 +01:00
Gordon Williams e0161d07d7
Merge pull request #1420 from eyecreate/red7game
Add Red 7 game
2022-02-11 08:22:58 +00:00
Gordon Williams 237a30bdd5
Merge pull request #1417 from HilmarSt/master
Vector Clock: Redraw widgets when time is updated
2022-02-11 08:22:04 +00:00
David Peer ce1d0a4e96 Minor fix. 2022-02-11 07:55:05 +01:00
eyecreate b438097ce3
add new screenshot and allow using emulator 2022-02-10 18:52:23 -05:00
eyecreate 1f9c4b91aa
add new screenshot 2022-02-10 18:51:45 -05:00
eyecreate 63416cae8d
added details on how to use 2022-02-10 18:45:18 -05:00
eyecreate 19156c2bd6
fixed wrong file name 2022-02-10 18:36:38 -05:00
eyecreate d75b7549ff
remove extra comma 2022-02-10 18:33:16 -05:00
eyecreate c255ca7c4f
Update metadata.json 2022-02-10 18:17:50 -05:00
Kevin Whitaker b1ad147716 added red7 card game app 2022-02-10 18:12:53 -05:00
xxDUxx 68e0882715
Update custom.html 2022-02-10 23:57:34 +01:00
xxDUxx 82e069de62
Update custom.html 2022-02-10 23:21:38 +01:00
David Peer 5c9f84d00e Merge branch 'master' of https://github.com/peerdavid/BangleApps 2022-02-10 22:17:21 +01:00
David Peer 6bdf68d39b Added wind to datapoints. 2022-02-10 22:17:18 +01:00
Hilmar Strauch c489586a44
Update ChangeLog 2022-02-10 18:14:49 +01:00
Hilmar Strauch e70438d642
Update app.js 2022-02-10 18:05:37 +01:00
Hilmar Strauch 73bc9919a4
Update metadata.json 2022-02-10 18:03:37 +01:00
Hilmar Strauch 539f37935d
Update ChangeLog 2022-02-10 18:02:50 +01:00
xxDUxx dfef601e62
Update custom.html 2022-02-10 14:16:10 +01:00
xxDUxx d6e07c4889
Update custom.html 2022-02-10 14:01:47 +01:00
xxDUxx e8db4351ef
Update metadata.json 2022-02-10 13:25:38 +01:00
xxDUxx 0f2f56d123
Update custom.html 2022-02-10 13:15:13 +01:00