Martin Boonk
56a4625538
boot - Sort *.boot.js files
2022-02-11 21:42:58 +01:00
James Stanley
f24ec9404d
Waypointer Moto: Add routes, support for Bangle.js 2, better editor UI
...
"Routes" are where you preconfigure several waypoints in order and it automatically
jumps from one to the next as you approach. There is a flaw in that if you
accidentally miss one waypoint on your route, there's no way to make it go on to
the next one without going all the way back. We probably want some way to manually
skip back/forth in the route.
Bangle.js 2 support is provided via hardcoded layout coordinates. This should
probably use the Layout library instead, but it'll probably do for now.
I've also replaced the table-based waypoint editor UI with an entirely map-based
replacement which I find much more intuitive.
2022-02-11 19:34:09 +00: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
Peer David
eebec3b832
Merge branch 'espruino:master' into master
2022-02-11 15:32:07 +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
David Peer
ea74894166
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-02-11 13:44:16 +01:00
David Peer
ce45c86301
Fixed invalid units of wind.
2022-02-11 13:44:14 +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
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
xxDUxx
5e9067c35d
Update custom.html
2022-02-11 12:26:19 +01:00
xxDUxx
34a6136a16
Add files via upload
2022-02-11 12:25:34 +01:00
David Peer
52faa8c871
The speed of the wind can now be configured (mph / kph).
2022-02-11 12:25:22 +01:00
xxDUxx
c353a6c382
Create temp
2022-02-11 12:23:28 +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
xxDUxx
08d6b04418
Update custom.html
2022-02-11 09:46:27 +01:00
xxDUxx
0125ffe7fb
Update custom.html
2022-02-11 09:45:20 +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