Commit Graph

8120 Commits (01450290c49c3836368df137ebebbf995f730ada)

Author SHA1 Message Date
storm64 01450290c4 Update README.md
Update README.md
 - change missed beautified menu entries according to changes in settings.js
2022-02-15 21:17:07 +01:00
storm64 8c4f2f18c9 sleeplog: Correct fix #1445, display loading info while calculating sleep data
Update app.js
 - move complex data analysis into separate function
 - add displaying a loading info
 - faster feedback by calling the analysis through a timeout
Update boot.js
 - correct fix #1445 as mentioned by splitting the `stop()` function to only remove the kill listener on a manual stop
 - optimize `start()` and `stop()` functions
Update README.md
 - change beautified menu entries according to changes in settings.js
Update settings.js
 - replace `circulate()` function with internal `wrap: true`
 - move delay for menu redraw as suggested in espruino/Espruino#2149
 - beautify menu entries for new touchscreen E.showMenu system (> fw 2v.13.32)
2022-02-15 19:47:15 +01:00
storm64 ab42b6555f sleeplog: Fix to be able to switch logging as intended
Update lib.js
 - fix error in `setEnabled(...)` when logfile=false
Update settings.js
 - use correct value for settings.logfile
2022-02-14 09:10:26 +01:00
storm64 f9be0db3c8 sleeplog: remove logging always, minimized workaround in settings menu
Update boot.js
 - remove logging always for testing
Update settings.js
 - minimized workaround in settings menu to [espruino/Espruino issue 2149](https://github.com/espruino/Espruino/issues/2149)
2022-02-14 08:18:16 +01:00
storm64 c8c1b7b914 sleeplog: Prevent removing other kill listeners #1445
Update boot.js
 - prevent removing other kill listeners #1445
Update README.md
 - change "only available" information for Settings
 - add new ideas to "To do list"
2022-02-13 22:39:57 +01:00
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
Gordon Williams 9dbcdfcf14
Merge pull request #1426 from myxor/patch-3
route viewer: typo
2022-02-11 13:25:29 +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 868213bb0d disable languages we know don't work 2022-02-11 11:33:07 +00:00
Gordon Williams 02feba3f45 quick tweak - fix HID joystick selection 2022-02-11 11:32:53 +00:00
Peer David 16825b228e
Merge branch 'espruino:master' into master 2022-02-11 12:27:52 +01: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
Gordon Williams 72cbd77f36 Merge branch 'master' of github.com:espruino/BangleApps 2022-02-11 11:09:17 +00:00
Gordon Williams cb4ca8dddd mention changelog 2022-02-11 11:09:10 +00: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
Gordon Williams 8c54820782
Merge pull request #1414 from copoer/master
Auto Translated all languages, Updated Language scan script
2022-02-11 08:40:18 +00: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
Gordon Williams 7fddd07cd9
Merge pull request #1415 from xxDUxx/master
ContourClock: Changed timing code, original Font is back
2022-02-11 08:21:45 +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