Hilmar Strauch
c406400055
Update metadata.json
2022-02-14 14:45:58 +01:00
Hilmar Strauch
7f8dd9b3b8
Update ChangeLog
2022-02-14 14:45:34 +01:00
Gordon Williams
06071a51c5
Merge branch 'master' of github.com:espruino/BangleApps
2022-02-14 13:05:05 +00:00
Gordon Williams
621813968b
messages 0.21: Improve list readability on dark theme
2022-02-14 12:41:49 +00:00
Gordon Williams
66f579d134
Merge pull request #1442 from rigrig/gbmusic-boot
...
gbridge: Move event listener from widget to boot code
2022-02-14 12:04:49 +00:00
Gordon Williams
290b61ed08
Merge pull request #1450 from bundyo/master
...
Add Neon X & IO X Clock
2022-02-14 12:02:36 +00:00
Gordon Williams
e20e865d05
Merge pull request #1449 from myxor/widgps_v0.04
...
GPS widget: show fix status
2022-02-14 11:59:48 +00:00
Bundyo (Kamen Bundev)
33a360c6d6
Merge branch 'espruino:master' into master
2022-02-14 13:24:34 +02:00
Marco H
4cb847fa11
GPS widget: show fix status
2022-02-14 11:59:15 +01:00
Bundyo
a400bae881
Fix a letter
2022-02-14 12:50:46 +02:00
Bundyo
e887256a4d
Add repo and some credits
2022-02-14 12:48:55 +02:00
Bundyo
d7283ed43a
Fix the settings
2022-02-14 12:44:49 +02:00
Gordon Williams
04c61f7cde
Merge pull request #1432 from halemmerich/bootsort
...
boot - Sort *.boot.js files
2022-02-14 10:42:26 +00:00
Bundyo
ebc60b1e2d
Update some text and icons
2022-02-14 12:41:25 +02:00
Gordon Williams
a266a36c85
Merge pull request #1434 from halemmerich/dtlaunch
...
dtlaunch - Optimize line breaks for Bangle 2
2022-02-14 10:41:21 +00:00
Gordon Williams
029c7e9b94
Merge branch 'master' into master
2022-02-14 10:35:55 +00:00
Gordon Williams
cb0e5b3c1d
Merge pull request #1443 from rigrig/widcal
...
widcal: New widget with the current date
2022-02-14 10:34:41 +00:00
Gordon Williams
a48877fae6
Merge branch 'master' into master
2022-02-14 10:34:05 +00:00
Gordon Williams
9f3cbbdd0c
Merge pull request #1446 from halemmerich/bthrm
...
BTHRM - Allow settings modes
2022-02-14 10:33:05 +00:00
Gordon Williams
33f136312c
Merge pull request #1447 from emarc/master
...
Support naming, Farenheit, and alerts.
2022-02-14 10:32:44 +00:00
Bundyo
9910fdcf85
Initial push
2022-02-14 12:13:50 +02:00
Gordon Williams
cf2e838915
workaround for https://github.com/espruino/BangleApps/issues/1429
2022-02-14 09:53:04 +00:00
Gordon Williams
fe6014a74c
Merge pull request #1431 from jes/master
...
Waypointer Moto: Add routes, support for Bangle.js 2, better editor UI
2022-02-14 09:48:11 +00:00
Gordon Williams
1e01db7b03
Merge pull request #1441 from peerdavid/master
...
[LCARS] Optional fullscreen mode
2022-02-14 09:46:03 +00:00
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
Martin Boonk
7c3d4c5908
bthrv - Write interval data even if values are missing
2022-02-14 08:40:27 +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
Richard de Boer
16c5f2dd4f
widcal: New widget with the current date
2022-02-13 21:36:22 +01:00
Marc Englund
8350108d88
Support naming, Farenheit, and alerts.
...
Add ability to rename tags.
Add Sauna, Fridge & Freezer alert. Support °F based on locale.
Add possibility to name tag "Porch".
How could I forget that? I need it myself!
2022-02-13 22:31:16 +02: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
Martin Boonk
c58a23f3be
bthrm - Implement mode selection
2022-02-13 20:25:51 +01:00
Martin Boonk
8d0c4a904c
bthrm - Recorder icon only blue if values are coming in
2022-02-13 20:19:13 +01:00
Martin Boonk
0938d708aa
bthrm - Set highest priority on boot.js
2022-02-13 20:19:13 +01:00
Richard de Boer
089055d948
gbmusic: Move event listener from widget to boot code
2022-02-13 18:36:19 +01:00
Stiralbios
1446533c1d
fix the settings reading for terminalclock app
2022-02-13 17:06:07 +01:00
Stiralbios
189141c976
Remove the trailing comma making the metadata.json invalid for the terminalclock app
2022-02-13 16:53:54 +01:00
Stiralbios
6455e0db31
use the compression on the image for the terminalclock app
2022-02-13 16:47:56 +01:00
David Peer
d617764bb7
Improved non-fullscreen design.
2022-02-13 16:28:50 +01:00
Stiralbios
fdbfccda48
Trying to fix the banglejs app store after breaking it with the terminalclock app
2022-02-13 16:21:46 +01:00
Stiralbios
ef4ac921d3
adding terminal clock app
2022-02-13 16:07:23 +01:00
David Peer
1bb3885b2c
Support for optional fullscreen mode.
2022-02-13 10:16:32 +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
hughbarney
545452d657
Pastel: incorpprated lazybones idle timer
2022-02-12 11:50:52 +00: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
hughbarney
8a222a382a
pastel: added idle warning setting
2022-02-12 00:36:58 +00:00
hughbarney
9476132951
pastel: added idle warning setting
2022-02-12 00:34:38 +00:00
hughbarney
bae5d875c3
Mylocation, Pastel fixed tendancy for default to London
2022-02-11 23:27:47 +00:00
hughbarney
6cad86c211
added written by hugh barney to all my apps as waypointer moto mis-atributed it to someone else
2022-02-11 22:41:58 +00:00
Ronin0000
8e495babf8
Update metadata.json
2022-02-11 14:41:14 -08:00
Ronin0000
f6f3b70cd6
Update ChangeLog
2022-02-11 14:41:01 -08:00
Ronin0000
d445db7758
Update ChangeLog
2022-02-11 14:38:55 -08:00
Ronin0000
c53ec8d867
Update metadata.json
2022-02-11 14:38:32 -08:00
Martin Boonk
f85d49a09f
dtlaunch - Optimize line breaks for Bangle 2
2022-02-11 23:25:38 +01:00
hughbarney
03c408cb0c
merge upstream
2022-02-11 21:27:05 +00:00
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
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
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
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
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
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
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
xxDUxx
c7af23abbb
Update custom.html
2022-02-11 09:24:57 +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
xxDUxx
700ba8eb5b
Update custom.html
2022-02-10 12:42:33 +01:00
xxDUxx
a07d12ff94
Update custom.html
2022-02-10 12:14:59 +01:00
xxDUxx
e16779432f
Update ChangeLog
2022-02-10 11:58:12 +01:00
xxDUxx
044c7c8279
Update metadata.json
2022-02-10 11:56:24 +01:00
xxDUxx
bf5a8f2765
Update metadata.json
2022-02-10 11:54:14 +01:00
xxDUxx
c85c501378
Update lib.js
2022-02-10 11:44:49 +01:00
xxDUxx
50c17ab3bb
Merge branch 'espruino:master' into master
2022-02-10 11:41:22 +01:00
xxDUxx
b343726dd3
Create custom.html
2022-02-10 11:39:58 +01:00
Marco H
4cd670c88f
Update README.md
2022-02-09 13:49:01 +01:00
Francesco Bedussi
6c5b006999
feat: themed barometer
2022-02-09 12:16:19 +01:00
Gordon Williams
b36cc29b6f
remove out of date 'requires firmware' messages
2022-02-09 09:03:54 +00:00
nujw
0d5f62aac9
Update GPS Adv Sports II.js
2022-02-09 16:28:04 +13:00
nujw
a33f848e26
Update metadata.json
2022-02-09 16:03:40 +13:00
nujw
af0a286dcd
Update app.js
2022-02-09 16:03:18 +13:00
nujw
e1ffb6c5c7
Update metadata.json
2022-02-09 15:33:15 +13:00
nujw
2cbdde59de
Update app.js
2022-02-09 15:32:48 +13:00
nujw
5fbc33ef4c
Update GPS Adv Sports II.js
2022-02-09 15:25:50 +13:00
hughbarney
970b730014
Pastel: incorpprated lazybones idle timer
2022-02-08 23:12:18 +00:00
Marco Heiming
64bdddc8f1
Let us call draw at beginning of minute
2022-02-08 16:51:49 +01:00
Marco Heiming
e27c43b139
Use Google Roboto font for time, date and day of week and center them
2022-02-08 16:19:07 +01:00
xxDUxx
a737e7f772
Merge branch 'espruino:master' into master
2022-02-08 15:54:23 +01:00
Gordon Williams
9d5e2bb612
workaround for e00585c173
2022-02-08 11:27:01 +00:00
xxDUxx
2145093f43
Update metadata.json
2022-02-08 12:23:35 +01:00
xxDUxx
3726961966
Update metadata.json
2022-02-08 12:23:17 +01:00
xxDUxx
d23dba3a7d
Add files via upload
2022-02-08 12:21:30 +01:00
xxDUxx
48fae6c849
Add files via upload
2022-02-08 12:19:15 +01:00
xxDUxx
02a0759b39
Update ChangeLog
2022-02-08 12:14:51 +01:00
xxDUxx
61079c031d
Update app.js
2022-02-08 12:13:56 +01:00
Gordon Williams
bc242a6cf2
tweak - always allow scrollable message by tapping on the message body, even if it fit in the main message view
2022-02-08 10:49:13 +00:00
Gordon Williams
83a849a9d1
0.20: If message doesn't fit, allow tapping on the body to show a scrollable
...
view of the message and title in a bigger font (fix #1405 , #1031 )
2022-02-08 10:41:56 +00:00
Marco Heiming
6daccc3813
Move default settings to external file
2022-02-08 11:41:50 +01:00
Gordon Williams
054232fae8
Merge pull request #1406 from peerdavid/master
...
[LCARS clock] Version 0.15
2022-02-08 09:03:48 +00:00
Gordon Williams
90340eda84
Merge pull request #1377 from alessandrococco/translations-ita
...
Italian translations
2022-02-08 09:01:21 +00:00
Gordon Williams
8983e69a3e
Merge pull request #1407 from hughbarney/master
...
Pastel: call process.memory(false), avoid triggering a GC event
2022-02-08 08:59:00 +00:00
Marco H
1b576f5fff
Update locales.js
...
day of week should not be part of the date in fr_FR
2022-02-08 09:40:49 +01:00
hughbarney
5f36271256
Pastel: call process.memory(false), avoid triggering a GC event
2022-02-07 23:05:59 +00:00
Alessandro Cocco
6cf60c2476
Add Italian translations
2022-02-07 22:36:26 +01:00
Peer David
1882f08838
Merge branch 'espruino:master' into master
2022-02-07 22:03:58 +01:00
David Peer
ebb61b92b3
Version 0.15
2022-02-07 22:03:40 +01:00
nujw
09d0f424da
Update GPS Adv Sports II.js
2022-02-08 08:29:01 +13:00
nujw
d4e9aff5c9
Update app.js
2022-02-08 08:27:32 +13:00
nujw
cd58073383
Update metadata.json
2022-02-08 08:17:59 +13:00
nujw
3e9df1a711
Update app.js
2022-02-08 08:17:31 +13:00
Gordon Williams
777914871c
Merge pull request #1394 from nujw/master
...
New Features : VMG and Android display mirroring over BLE
2022-02-07 10:45:12 +00:00
Gordon Williams
65874f7bc4
Merge pull request #1391 from Ronin0000/master
...
Torch For Bangle.js 2
2022-02-07 10:43:43 +00:00
Gordon Williams
25116c15e6
bump version
2022-02-07 10:42:48 +00:00
Gordon Williams
14986d6f09
Merge pull request #1400 from lightnin/master
...
Messages: Use large font for message body when message < 2 lines
2022-02-07 10:42:05 +00:00
Gordon Williams
5b93191a4e
Merge pull request #1398 from fbedussi/feature/barometer
...
feat: add barometer
2022-02-07 10:38:27 +00:00
Gordon Williams
a2e5379f0d
Merge branch 'master' of github.com:espruino/BangleApps
2022-02-07 10:38:03 +00:00
Gordon Williams
f5e4cf8a56
recorder 0.11: Fix KML and GPX export when there is no GPS data
2022-02-07 10:36:28 +00:00
Gordon Williams
76b65015ff
Merge pull request #1392 from halemmerich/bthrm
...
BTHRM - Fix bugs during initial connect phase
2022-02-07 10:21:15 +00:00
Gordon Williams
413142bc36
Merge pull request #1396 from andrewgoz/master
...
Authentiwatch version 0.05
2022-02-07 10:20:51 +00:00
Gordon Williams
b74bd390ec
Merge pull request #1397 from fbedussi/bugfix/widbata
...
widbata: fix vertical align
2022-02-07 10:20:04 +00:00
Gordon Williams
2292de4809
fix build fail
2022-02-07 10:19:28 +00:00
Gordon Williams
bd181abb1e
Merge pull request #1402 from xxDUxx/master
...
ContourClock: Fixed bug in settings menu / four more fonts
2022-02-07 10:18:30 +00:00
Gordon Williams
0e12828df2
Merge pull request #1404 from dashavoo/hrm_no_force_backlight
...
HRM: Don't force screen to be on for Bangle 2.
2022-02-07 10:15:13 +00:00
Gordon Williams
fa244185ac
oops
2022-02-07 09:51:47 +00:00
Gordon Williams
624f91d8ef
0.10: Fix broken recorder settings (when launched from settings app)
2022-02-07 09:46:54 +00:00
Andrew Gregory
bc70dfb34f
Update interface.html
2022-02-07 14:56:03 +08:00
nujw
ecad0366a8
Update GPS Adv Sports II.js
2022-02-07 14:34:36 +13:00
nujw
d6750c423b
Update GPS Adv Sports II.js
2022-02-07 13:17:30 +13:00
Mo Abrahams
b3f09660c0
Don't force screen to be on for Bangle 2.
2022-02-06 22:02:03 +00:00
Martin Boonk
d0ca5d38a5
bthrm - fix error during planned disconnect when turning BTHRM off
2022-02-06 22:04:37 +01:00
xxDUxx
f7f5a73652
Update contourclock.settings.js
2022-02-06 13:58:37 +01:00
Amos Blanton
77d89ad0db
Allow large font for message body that fits in 2 lines
2022-02-06 13:26:04 +01:00
Amos Blanton
4274503bff
When message body is < 1 line wide, use large font.
2022-02-06 11:25:30 +01:00
xxDUxx
dbd9375d00
Update ChangeLog
2022-02-06 11:20:43 +01:00
xxDUxx
ec689d05f5
Update contourclock.settings.js
2022-02-06 11:16:00 +01:00
xxDUxx
b6397ae03f
Update metadata.json
2022-02-06 11:14:30 +01:00
xxDUxx
d0abf9d28b
Add files via upload
2022-02-06 11:10:31 +01:00
xxDUxx
ef6aafbd97
Delete contourclock-9.json
2022-02-06 11:07:46 +01:00
xxDUxx
ec37c129d0
Delete contourclock-8.json
2022-02-06 11:07:38 +01:00
xxDUxx
acfd7dab9e
Delete contourclock-7.json
2022-02-06 11:07:29 +01:00
xxDUxx
5b608254f5
Delete contourclock-6.json
2022-02-06 11:07:20 +01:00
xxDUxx
744263402e
Delete contourclock-5.json
2022-02-06 11:07:10 +01:00
xxDUxx
74f8567187
Delete contourclock-4.json
2022-02-06 11:07:01 +01:00
xxDUxx
734c0346d6
Delete contourclock-3.json
2022-02-06 11:06:51 +01:00
xxDUxx
3ebd2f83c9
Delete contourclock-2.json
2022-02-06 11:06:43 +01:00
xxDUxx
40ff2c169d
Delete contourclock-1.json
2022-02-06 11:06:35 +01:00
xxDUxx
8099f250c9
Delete contourclock-0.json
2022-02-06 11:06:25 +01:00
Francesco Bedussi
39cdf2e615
feat: add barometer
2022-02-06 10:28:32 +01:00
Francesco Bedussi
371cd8ba13
widbata: fix vertical align
2022-02-06 10:23:26 +01:00
Andrew Gregory
565aea574c
Update interface.html
2022-02-06 17:06:49 +08:00
Andrew Gregory
bded3b9171
Update interface.html
2022-02-06 16:26:35 +08:00
Andrew Gregory
dcd23f5dd9
Update interface.html
2022-02-06 14:18:30 +08:00
Andrew Gregory
e3cecb6d73
Update interface.html
2022-02-06 14:07:39 +08:00
Andrew Gregory
5df7e94d8f
Update README.md
2022-02-06 13:31:28 +08:00
Andrew Gregory
7cb9e2b206
Update README.md
2022-02-06 13:21:14 +08:00
Andrew Gregory
64fc4c96ed
Update metadata.json
2022-02-06 13:12:10 +08:00
Andrew Gregory
6483b8d71a
Update ChangeLog
2022-02-06 13:11:46 +08:00
Andrew Gregory
f979da095b
Update interface.html
...
Fix #6
2022-02-06 13:10:40 +08:00
Andrew Gregory
f14a474178
Merge branch 'espruino:master' into master
2022-02-06 12:53:09 +08:00
nujw
fded063975
Update GPS Adv Sports II.js
2022-02-06 11:41:01 +13:00
nujw
5ac315a202
Update README.md
2022-02-06 11:39:57 +13:00
nujw
ed7ee9c48d
Update README.md
2022-02-06 11:34:38 +13:00
nujw
133bc20126
Update README.md
2022-02-06 11:12:36 +13:00
nujw
c7301112dd
Update README.md
2022-02-06 11:10:46 +13:00
nujw
3b600d82c8
Update README.md
2022-02-06 01:25:11 +13:00
nujw
353044e1a3
Update README.md
2022-02-06 01:17:48 +13:00
nujw
ba81e3a140
Update metadata.json
2022-02-06 01:04:52 +13:00
nujw
315391ca3f
Update app.js
2022-02-06 01:04:27 +13:00
nujw
3a99b9e08e
Update GPS Adv Sports II.js
2022-02-06 00:55:51 +13:00
nujw
fc3698dff3
Update metadata.json
2022-02-05 23:29:10 +13:00
nujw
d86c67d594
Update app.js
2022-02-05 23:28:47 +13:00
nujw
1df4b4521b
Update GPS Adv Sports II.js
2022-02-05 20:51:16 +13:00
nujw
1037034487
Update metadata.json
2022-02-05 20:49:04 +13:00
nujw
037a21d9a3
Update app.js
2022-02-05 20:48:36 +13:00