Commit Graph

6157 Commits (7b72606ac44a68326ad22ec403710c99e1ff852d)

Author SHA1 Message Date
Gordon Williams 7b72606ac4
Merge pull request #1448 from storm64/master
sleeplog: Add power saving mode, fix #1445
2022-02-14 09:45:12 +00:00
Gordon Williams eddad709c0
Merge pull request #1439 from nerdmaennchen/master
A bowser watchface
2022-02-14 09:44:13 +00:00
Gordon Williams 2d7091f56e
Merge pull request #1440 from myxor/recorder
Recorder webinterface: Catch some errors
2022-02-14 09:43:51 +00:00
Gordon Williams 14334c32d9
Merge pull request #1430 from HilmarSt/master
Moon Phase Widget: Replace the 8 phases by a more exact drawing
2022-02-14 09:42:31 +00:00
Gordon Williams dd6bcdb3ed
Merge pull request #1436 from rozek/master
renames ChangeLog.txt to ChangeLog
2022-02-14 09:41:53 +00:00
Gordon Williams 9101777f8b
Merge pull request #1427 from xxDUxx/master
ContourClock: Customizer with preview
2022-02-14 09:41:39 +00: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
Marco H b6b72833ab Fix toast classes 2022-02-12 19:41:56 +01:00
Marco H 9bbbc06fd9 Fix toast 2022-02-12 19:35:12 +01:00
Marco H e77a86cf8e Add toastcontainer div 2022-02-12 19:07:20 +01:00
Marco H 02469136e7 Import utils.js 2022-02-12 19:01:59 +01:00
Marco H 175e942da5 Extend GPX check 2022-02-12 18:58:15 +01:00
Marco H 6f7dce90a8 Import ui.js 2022-02-12 18:49:23 +01:00
Marco H cb9bf96c59 Show errors when track is broken 2022-02-12 18:27:06 +01:00
Marco H 5654fa9441 Show success progress after track download 2022-02-12 18:26:46 +01:00
Lutz e31a10fd7e added my bowser watchface 2022-02-12 18:22:03 +01:00
Hilmar Strauch 916e1410f8
Update widget.js 2022-02-12 13:33:34 +01:00
Hilmar Strauch 191c908a58
Update metadata.json 2022-02-12 13:29:05 +01:00
Hilmar Strauch a4b6bb26b2
Update mylocation.app.js
two cities added
2022-02-12 13:21:22 +01:00
Andreas Rozek aa7bf8d055 renames ChangeLog.txt to ChangeLog 2022-02-12 06:12:15 +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
Hilmar Strauch 0cbdc5210b
Update widget.js
Replace the 8 phases by a more exact drawing, see forum.espruino.com/conversations/371985
2022-02-11 19:13:33 +01:00
Hilmar Strauch da7b934cb1
Update ChangeLog 2022-02-11 19:01:07 +01:00
Hilmar Strauch a1851570b2
Update ChangeLog 2022-02-11 18:57:00 +01:00
Hilmar Strauch 5764eea4d9
Update metadata.json 2022-02-11 18:54:04 +01:00
Kevin Whitaker 0d6abf1115 improve help screen and actually update version. 2022-02-11 12:13:25 -05:00
Kevin Whitaker 751282717d Fix bug and update red7 game. 2022-02-11 10:49:56 -05:00
xxDUxx 743f8fb486
Merge branch 'espruino:master' into master 2022-02-11 15:35:40 +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
xxDUxx 27a956de42
Update ChangeLog 2022-02-11 13:19:40 +01:00
xxDUxx bfac263061
Update metadata.json 2022-02-11 13:19:06 +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
xxDUxx 8c2612aa6d
Merge branch 'espruino:master' into master 2022-02-11 13:16:46 +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
xxDUxx 346a947a15
Update metadata.json 2022-02-11 12:40:52 +01:00
Gordon Williams 55430085f2 update locale docs 2022-02-11 11:40:44 +00:00
xxDUxx 6500e3b722
Update custom.html 2022-02-11 12:40:34 +01: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