Commit Graph

15423 Commits (3224f4871279eb95cf740bc38ef9507bc1b0a549)

Author SHA1 Message Date
Rob Pilling 3224f48712 Show advanced options below translations 2023-04-27 18:10:32 +01:00
Rob Pilling d56de3048b Move minify setting into expandable area, and warn
This moves the minify option to an expandable advanced section, and changes the warning ("may" -> "will")

See #2562 for more details.
2023-04-25 22:35:12 +01:00
Gordon Williams c7d60250a6 Misc recorder/openstmap tweaks 2023-04-25 10:09:07 +01:00
Gordon Williams e143dce26a
Merge pull request #2707 from bobrippling/drained-icon
drained: add app icon
2023-04-25 08:42:34 +01:00
Rob Pilling c39a88f37b drained: add app icon 2023-04-24 21:51:02 +01:00
Gordon Williams 2f6862024d
Merge pull request #2691 from KTibow/patch-6
Fix some HRM logic in the health app
2023-04-24 14:52:34 +01:00
Gordon Williams d42a80da00 add workaround for connection timeout issue 2023-04-24 11:27:08 +01:00
Gordon Williams b7d49cbbf8 allow log messages 2023-04-24 10:56:01 +01:00
Gordon Williams c9cce8ca9c Merge branch 'master' of github.com:espruino/BangleApps 2023-04-24 10:42:22 +01:00
Gordon Williams 82ea342d39 resurface original bthrm app as bthrmlite - for https://forum.espruino.com/conversations/385841/#comment16951663 2023-04-24 10:42:16 +01:00
Gordon Williams 3940403167
Merge pull request #2697 from bobrippling/stopw-ms-format
stopw: hardcode format and show milliseconds just for the first minute
2023-04-24 10:00:25 +01:00
Gordon Williams fa9bfd3174
Merge pull request #2705 from rigrig/widmsggrid-no-lcd
widmsggrid: Don't turn on LCD
2023-04-24 09:59:29 +01:00
Richard de Boer 11aeaacb8f
widmsggrid: Don't turn on LCD
There's really no need for the widget to turn on the screen.
2023-04-23 16:08:06 +02:00
Rob Pilling 7d9a6a2a8a stopw: update changelog / version 2023-04-22 12:01:53 +01:00
Rob Pilling 0eaa35cfe4 Merge branch 'master' into stopw-ms-format
Conflicts:
	apps/clkinfostopw/settings.ts
2023-04-22 11:58:37 +01:00
Rob Pilling f3a02082df stopw: fix format and show milliseconds up to 1min 2023-04-21 18:02:01 +01:00
Gordon Williams edc6cbbdb1
Merge pull request #2703 from KungPhoo/master
Updated glbasic clock
2023-04-21 14:14:28 +01:00
KungPhoo 737bdd996c -glbasic clock: changed font, so '5' and '6' don't look similar. 2023-04-21 14:08:28 +02:00
Gordon Williams 079598bc48 Merge in https://github.com/espruino/BangleApps/pull/2702
(PR included a bunch of other stuff not required)
2023-04-21 11:38:27 +01:00
Gordon Williams 3b71304410
Merge pull request #2699 from thyttan/bwclock-fontless
[BW Clock lite] make clock_info border one pixel wider
2023-04-20 19:12:43 +01:00
Gordon Williams df8985da88
Merge pull request #2701 from bobrippling/ts-regenerate
Update typescript & remove "use strict"s
2023-04-20 19:11:16 +01:00
Rob Pilling fc82d3b13b Update typescript & remove "use strict"s 2023-04-20 13:09:52 +01:00
Gordon Williams bce9def441
Merge pull request #2684 from bobrippling/low-power-mode
Drained: Low power mode app
2023-04-20 09:02:38 +01:00
Gordon Williams 45ec4dddd4 remind about latest version 2023-04-20 08:58:51 +01:00
Gordon Williams 6807225abf
Merge pull request #2698 from thyttan/bwclock
[BW Clock] make clock_info border one pixel wider
2023-04-20 08:52:41 +01:00
Rob Pilling 524b204a30 drained: document features in README 2023-04-19 22:40:54 +01:00
Rob Pilling 05094f6c51 stopw: show millis for the first minute 2023-04-19 21:50:51 +01:00
Rob Pilling a467a81c33 stopw: remove padding from minute formatting 2023-04-19 19:04:15 +01:00
Rob Pilling 96c8b9e49d drained: regenerate JS 2023-04-19 18:36:54 +01:00
Rob Pilling f8fc93301e drained: handle errors from bootupdate
Such as:
```
Uncaught ReferenceError: "bleServiceOptions" is not defined
 at line 4 col 228 in .boot0
...ECwA=="));bleServiceOptions.hid=Bangle.HID;
                              ^
at line 68 col 50 in drained.app.js
eval(require('Storage').read('bootupdate.js'));
                                             ^
```
2023-04-19 18:36:54 +01:00
Rob Pilling 73d41a40ff drained: allow user to restore full-power mode 2023-04-19 18:36:54 +01:00
Rob Pilling 99a211a937 drained: publicise `drainedRestore()` 2023-04-19 18:36:54 +01:00
Rob Pilling c7aa2b3655 drained: load self on startup
this allows us to then control restoring normal operation
2023-04-19 18:14:10 +01:00
Rob Pilling a28891e6df drained: guard against BLE exceptions 2023-04-19 18:13:48 +01:00
thyttan 6830e5ed16 make clock_info border one pixel wider 2023-04-19 19:13:33 +02:00
Rob Pilling d0ad4cd8df drained: restore normal operation on sufficient charge 2023-04-19 18:13:23 +01:00
thyttan 3ac91b5fee make clock_info border one pixel wider 2023-04-19 18:51:02 +02:00
Rob Pilling 1893345d37 stopw: only show milliseconds for the first second 2023-04-19 08:37:41 +01:00
Gordon Williams 9cb21ceb0f
Merge pull request #2695 from bobrippling/stopw-improvements
Improvements to the stopwatch clockinfo
2023-04-17 14:09:44 +01:00
Rob Pilling 9767eb6594 typescript: drop "use strict" generation 2023-04-17 12:02:31 +01:00
Kendell R 0e461352d1
Update boot.min.js 2023-04-17 06:24:47 -04:00
Kendell R a67f819cf3
Raise threshold to 90% confidence 2023-04-17 06:00:09 -04:00
Gordon Williams 1047f8dd23
Merge pull request #2693 from c-mauderer/master
widalarmeta: Selectable font. Optional hour padding.
2023-04-17 10:32:06 +01:00
Gordon Williams 9daa77d78d
Merge pull request #2690 from Rarder44/Messages-Light
fix for #2689
2023-04-17 10:03:44 +01:00
Rob Pilling 685aedad41 clkinfo stopw: better settings 2023-04-17 08:52:10 +01:00
Rob Pilling 1ac5942a93 clkinfo stopw: regenerate JS 2023-04-16 21:15:25 +01:00
Rob Pilling efd6ec5083 clkinfo stopw: fix redrawing when paused 2023-04-16 21:14:29 +01:00
Rob Pilling 2443000117 clkinfo stopw: drop interval to 1s 2023-04-16 21:14:29 +01:00
Rob Pilling ac219f241f clkinfo stopw: add option for format 2023-04-16 21:14:27 +01:00
Christian Mauderer 9ece2165e4 widalarmeta: Selectable font. Optional hour padding.
Allow to select between segment, teletext and bitmap font. Allow to
disable the hour padding.

FIXME
2023-04-16 17:56:05 +02:00