Gordon Williams
9185793042
use slightly slower code to deal with the fact that many apps put semi-colons on clockinfo/settings that are supposed to be evaluated
2024-10-24 20:09:19 +01:00
Gordon Williams
1ec8fba5ba
bootloader and clock_info update - checking hash of all js vs just boot.js is the same cost, so we make caches of widgets and clockinfos in bootupdate - this drastically improves boot time
2024-10-24 19:56:17 +01:00
Rob Pilling
61b6e98017
boot: only set `display:1` if we have a passkey
2024-06-26 18:08:52 +01:00
Rob Pilling
1d2ec94f8d
settings: add BLE privacy option
2024-06-16 17:35:15 +01:00
Gordon Williams
3897cffc90
Remove some un-needed whitespace
2024-05-02 15:14:02 +01:00
Gordon Williams
7f505acb70
boot 0.61: Instead of breaking execution with an Exception when updating boot, just use if..else (fix 'Uncaught undefined')
2024-05-02 15:11:58 +01:00
Anton
2a10df7f45
Bump app versions
2024-03-04 22:32:06 +01:00
Anton
2e4cb8eb11
Fix no-unused-vars in existing apps
2024-03-04 21:34:50 +01:00
Simon Sievert
e1692a4dbc
boot, setting: whitelist: try to resolve peer address
...
This uses NRF.resolveAddress() on newer firmwares, to try to resolve "random private resolvable addresses" of peers that connect, before checking the whitelist.
2023-08-16 09:14:09 +02:00
Rob Pilling
37c0571b97
settings: Make Connectable temporarily bypasses the whitelist
2023-05-29 10:18:15 +01:00
Gordon Williams
a39b773ac1
widdst 0.04: Give the boot file the highest priority to ensure it runs before sched ( fix #2663 )
2023-03-31 14:09:39 +01:00
Rob Pilling
b6b6ce1e8d
Bump bootloader version
2023-03-01 08:15:01 +00:00
Rob Pilling
e24b8283b1
Simplify toggling whitelist
2023-02-27 20:36:31 +00:00
Rob Pilling
774372dfa9
settings app: preserve whitelist when disabled
2023-02-26 09:17:24 +00:00
Gordon Williams
6befce43e5
oops
2023-02-01 08:56:42 +00:00
Gordon Williams
07f83d50df
one more tweak
2023-02-01 08:48:56 +00:00
Gordon Williams
e0929fb90e
Tweaks to maybe make this work
2023-02-01 08:47:48 +00:00
Hugh Barney
0140cb9150
Settings.log, off,display,log, both
2023-01-31 22:18:15 +00:00
Gordon Williams
ae6d53ffc3
bootloader 0.55: Add toLocalISOString polyfill for pre-2v15 firmwares
...
+ Only add boot info comments if settings.bootDebug was set
+ If settings.bootDebug is set, output timing for each section of .boot0
2022-12-05 17:09:09 +00:00
Gordon Williams
a885d6de83
boot 0.54: Fix for invalid version comparison in polyfill
...
fix #2286 , #2287
2022-11-17 19:24:41 +00:00
Martin Boonk
46fcd10f19
boot - Add polyfills for Bangle.load and Bangle.showClock
2022-11-11 17:00:12 +01:00
Gordon Williams
a989ae3088
0.52: Ensure heading patch for pre-2v15.68 firmware applies to getCompass
2022-11-02 08:23:32 +00:00
Gordon Williams
779b16b671
Fix for issue where launcher would fast-load back to clock even if the clock didn't have widgets
2022-11-01 14:21:27 +00:00
Gordon Williams
dd9dcc1bb5
Finally fixing Bangle.js compass `heading`. Firmware 2v15.68 fixes it, but the bootloader now adds a patch on earlier firmwares. All apps using compass now updated to remove their individual fixes.
2022-11-01 10:16:28 +00:00
Gordon Williams
64776ae383
remove BEEPSET workaround - from 3 year old firmware
2022-11-01 09:28:29 +00:00
Gordon Williams
d49728fa63
settings/boot update - **Rotation** allows you to rotate (or mirror) what's displayed on the screen, eg. for left-handed wearers (needs 2v16 or 2v15 cutting edge firmware to work reliably)
2022-10-21 15:01:35 +01:00
Gordon Williams
d6cbdc346e
Remove 2v11 polyfills
2022-10-21 14:53:31 +01:00
Gordon Williams
48d9367e2f
minor fixes for last commit, rename 'clockApp' to make name conflicts even less likely
2022-10-21 11:42:18 +01:00
Martin Boonk
ebfa693782
boot - Bump version
2022-10-21 12:32:31 +02:00
Martin Boonk
7526b6ecda
boot - Store found clock if none is configured
2022-10-21 12:31:26 +02:00
Gordon Williams
5daf2be7df
boot 0.48: Workaround for BTHRM issues on Bangle.js 1 (write .boot files in chunks)
2022-05-18 09:23:23 +01:00
Eskild Hustvedt
78e135b80d
Tagging bootloader messages, and all "Loading..." messages
2022-04-10 21:35:46 +02:00
Gordon Williams
15a6d07e06
0.47: Add polyfill for setUI with an object as an argument (fix regression for 2v12 devices after Layout module changed)
2022-03-30 11:10:15 +01:00
Gordon Williams
0a347ee031
boot 0.46: Fix no clock found error on Bangle.js 2
2022-03-24 16:16:25 +00:00
Gordon Williams
bbd2cac110
boot 0.45: Fix 0.44 regression (auto-add semi-colon between each boot code chunk)
2022-03-18 10:20:27 +00:00
Gordon Williams
7c4032d6fb
boot 0.44: Write .boot0 without ever having it all in RAM (fix Bangle.js 1 issues with BTHRM)
2022-03-17 09:54:02 +00:00
Gordon Williams
97f0e2eda5
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-14 09:29:42 +00:00
Richard de Boer
45cbb6a006
boot: fix alphabetic sorting of *.boot.js files
...
No version bump: assuming that where it really matters we already set a
priority, which worked fine.
2022-03-13 22:20:32 +01:00
Gordon Williams
2f2f6f0b0d
0.43: Fix Gadgetbridge handling with Programmable:off
2022-03-11 11:39:29 +00:00
Martin Boonk
56a4625538
boot - Sort *.boot.js files
2022-02-11 21:42:58 +01:00
Adam Schmalhofer
d3b923bafd
Merge branch master into jekyll-apps.json
2022-01-10 20:52:33 +01:00
Gordon Williams
d062831379
Changelog for #1240
...
0.41: Add Keyboard and Mouse Bluetooth HID option
2022-01-10 08:47:52 +00:00
7kasper
9e0bef98ae
Add combination HID to bootupdate.
2022-01-07 16:44:54 +01:00
Adam Schmalhofer
cec31972b5
Merge remote-tracking branch 'upstream/master' into jekyll-apps.json
...
Ported all of apps.json to metadata.json
2022-01-06 12:47:26 +01:00
Gordon Williams
109bf15c91
boot 0.40: Bootloader now rebuilds for new firmware versions
2022-01-05 16:37:18 +00:00
Gordon Williams
bb10a5a3dd
boot 0.39: Fix passkey support (fix https://github.com/espruino/Espruino/issues/2035
2021-12-15 11:48:03 +00:00
Gordon Williams
59b06d5aef
boot 0.38: Option to log to file if settings.log==2
...
settings 0.36: Added 'Utils' menu with helpful utilities for restoring Bangle.js
2021-12-09 16:49:28 +00:00
Richard de Boer
d743b2266a
boot: remove Quiet Mode options
...
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
2021-12-02 22:54:16 +01:00
Gordon Williams
0464ebb1e1
fix polyfill: fix https://github.com/espruino/Espruino/issues/2095
2021-11-17 11:02:15 +00:00
Gordon Williams
f4f40cee3a
Fixes for Bangle.js 1
2021-11-10 13:42:11 +00:00