ainegil
59cdf22af7
Create polymath.js
2023-05-02 19:34:01 +02:00
Erik Andresen
3f1ded53ed
calendar: Read day names from locale
2023-05-02 19:33:29 +02:00
ainegil
71883255f7
Create polymath.app.js
2023-05-02 19:28:20 +02:00
Hugh Barney
a7cf5e70bc
clkinfogps: disable more debug
2023-04-29 10:49:14 +01:00
Hugh Barney
c6fc025fd0
Merge remote-tracking branch 'upstream/master'
2023-04-28 19:23:22 +01:00
Hugh Barney
56270c35d7
clkinfogps: disable debug, README updated, Lato: save a fast and slow version
2023-04-28 19:22:24 +01:00
Hugh Barney
ca021fdf75
clkinfogps: disable debug, README updated, Lato: save a fast and slow version
2023-04-28 19:21:12 +01:00
Gordon Williams
dea770cb91
Merge branch 'master' of github.com:espruino/BangleApps
2023-04-28 09:59:22 +01:00
Gordon Williams
4b2061e899
Update app metadata to make clockinfo apps easier to find
2023-04-28 09:59:11 +01:00
Gordon Williams
73c55e6d26
add agps to tags
2023-04-28 08:57:08 +01:00
Gordon Williams
0881693139
Merge pull request #2706 from bobrippling/fix-wid_edit-draw
...
Fix `wid_edit`'s `draw()` - pass `WIDGET` as first argument
2023-04-28 08:18:36 +01:00
Rob Pilling
3dd25f0bfd
Update changelogs for draw() API change
2023-04-27 18:10:20 +01:00
Richard de Boer
d2875ba38b
cogclock: Support Bangle.js 2
...
Very tight, but it looks acceptable with hidden widgets.
Not defaulting the settingto hiding widgets though, to avoid code clutter.
2023-04-27 15:19:46 +02:00
Gordon Williams
d8ba658769
Merge branch 'master' of github.com:espruino/BangleApps
2023-04-27 11:03:17 +01:00
Gordon Williams
9a7e28548f
minor tweak - track now plots smaller updates more quickly, and remembers color
2023-04-27 11:03:03 +01:00
Gordon Williams
60948dc3f6
hide DFU version message if bootloader is already new
2023-04-27 11:02:33 +01:00
Gordon Williams
9eee14bb0f
Merge pull request #2710 from eyecreate/master
...
update red7game with new game confirmation
2023-04-27 08:54:06 +01:00
Hugh Barney
e180786883
clkinfogps fix tab spaces, build fail
2023-04-26 19:25:50 +01:00
Kevin Whitaker
3c03aef619
update red7game with new game confirmation
2023-04-26 11:20:25 -04:00
Rob Pilling
f46a9f526d
Fix ABI of widget.draw()
2023-04-25 22:12:06 +01:00
Hugh Barney
e4a4480376
Merge remote-tracking branch 'upstream/master'
2023-04-25 17:52:27 +01:00
Gordon Williams
c7d60250a6
Misc recorder/openstmap tweaks
2023-04-25 10:09:07 +01:00
Rob Pilling
67d89761b5
Fix wid_edit draw() - pass WIDGET as first argument
...
When attempting to edit a widget whose `draw` function takes the widget as an argument, we get an exception from that `draw` function. This fixes that by catering for both APIs.
The back button widget expects this, as does [`widsleepstatus`], [`widlock`] and [`widlockunlock`].
There are other widgets ([`widmessages`], [`widbatpc`] and [`widalarmeta`]) which use something else for the first parameter, however these are type-checked and used to distinguish calls from `Bangle.drawWidgets()` and elsewhere.
[`widsleepstatus`]: 2f6862024d/apps/widsleepstatus/widget.js (L20)
[`widlock`]: 2f6862024d/apps/widlock/widget.js (L5)
[`widlockunlock`]: 2f6862024d/apps/widlockunlock/widget.js (L27)
[`widmessages`]: 2f6862024d/apps/widmessages/widget.js (L14)
[`widbatpc`]: 2f6862024d/apps/widbatpc/widget.js (L89)
[`widalarmeta`]: 2f6862024d/apps/widalarmeta/widget.js (L28)
2023-04-25 07:22:58 +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
Hugh Barney
a217bf0eb9
clkinfogps updated screenshots, added image, fixed reset if no fix code
2023-04-23 18:56:17 +01:00
Hugh Barney
662df4beb6
clkinfogps updated screenshots, added image, fixed reset if no fix code
2023-04-23 18:51:30 +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
Hugh Barney
8416f6e5c5
clkinfogps added screenshots, debug, consistant timer handling
2023-04-23 13:30:15 +01:00
Hugh Barney
31c0f0059a
clkinfogps clear fixTime/display if no fix for 4 minutes
2023-04-22 14:40:11 +01:00
Hugh Barney
03f5b12cf2
clkinfogps clear fixTime/display if no fix for 4 minutes
2023-04-22 14:33:31 +01: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
Hugh Barney
84a85b6de9
clkinfogps set gps power on to 90 seconds after getting fix
2023-04-22 02:14:18 +01:00
Hugh Barney
0d188678cc
clkinfogps fixes
2023-04-22 02:00:01 +01:00
Hugh Barney
b673479736
clkinfogps fixes
2023-04-22 01:48:53 +01:00
Hugh Barney
f0e863dfcd
clkinfogps call geo.xx correctly
2023-04-22 01:39:11 +01:00
Hugh Barney
07fd9ffe62
added geotools module
2023-04-22 01:12:49 +01:00
Hugh Barney
bff6a4d145
Added clkinfogps
2023-04-22 00:51:30 +01:00
Rob Pilling
f3a02082df
stopw: fix format and show milliseconds up to 1min
2023-04-21 18:02:01 +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
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
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
55441d5ef5
powermanager: format seconds into days/hours/minutes/seconds
2023-04-19 12:04:15 +01:00
Rob Pilling
1893345d37
stopw: only show milliseconds for the first second
2023-04-19 08:37:41 +01:00
Hugh Barney
24dd468edb
ensure widget is referenced as batc throughout
2023-04-18 20:28:57 +01:00
Hugh Barney
529eb7c380
merge
2023-04-18 20:18:54 +01:00
Hugh Barney
d4d44bcc72
merge
2023-04-18 20:14:19 +01:00
Hugh Barney
894591df68
renamed Changelog to ChangeLog as the tests are case sensitive
2023-04-18 20:09:15 +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
Hugh Barney
7ec885008d
reverted to clkinfostopw 0.1 to avoid clash with widbatc PR
2023-04-16 18:02:38 +01:00
Hugh Barney
e5c6707e15
added ChangeLog
2023-04-16 17:15:54 +01:00
Hugh Barney
b627945751
corrected metadata.json
2023-04-16 17:11:45 +01:00
Hugh Barney
2216398bb8
Yet Another Battery Widget
2023-04-16 17:01:30 +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
Hugh Barney
82b78d5b69
clkinfostopw - set format to h:mm:ss to shorten string
2023-04-14 23:54:09 +01:00
Rob Pilling
ea5acf0b12
drained: rearrange disabling/enabling bootcode
2023-04-13 18:38:39 +01:00
Rob Pilling
80a77772e8
drained: emit "drained" event
2023-04-13 18:35:41 +01:00
Rob Pilling
ab75d5b353
Regenerate JS
2023-04-13 18:07:46 +01:00
Rob Pilling
49527fbd22
drained: add ability to disable other boot code
2023-04-13 18:07:46 +01:00
Rob Pilling
14ad4b760a
drained: add settings type
2023-04-13 18:05:26 +01:00
Rob Pilling
671ee4af7a
drained: fit settings prompts into screen (and format)
2023-04-13 17:52:09 +01:00
Rob Pilling
4a8cd6e7a8
Regenerate typescript
2023-04-13 17:52:04 +01:00
Rarder44
ecd7ba57c1
[messages_light] changelog and metadata
2023-04-13 18:37:27 +02:00
Kendell R
f7d8ab1a5b
turns out the two bpms can be a bit off
2023-04-13 09:09:44 -04:00
Kendell R
a21b6827ff
bump version
2023-04-13 09:05:06 -04:00
Kendell R
cdb441d40f
Fix some logic in the health app
2023-04-13 09:02:29 -04:00
Gordon Williams
e9bfe885e7
Merge branch 'master' of github.com:espruino/BangleApps
2023-04-13 10:36:38 +01:00
Gordon Williams
423d22c273
tweak screenshots
2023-04-13 10:36:20 +01:00
Rarder44
ebf27aa14f
fix for #2689
...
commented out of the old code (it could be useful during the re-implementation of the music interface)
2023-04-12 17:43:12 +02:00
pinq-
d1fe165c80
Removed screenshots and added Contributors
2023-04-12 17:35:27 +03:00
Gordon Williams
fb694036a4
Merge pull request #2681 from notEvil/chargent4
...
chargent: notification
2023-04-12 10:29:33 +01:00
Gordon Williams
14cc283679
Merge pull request #2679 from storm64/sleeplog
...
[sleeplog] Improving triggers and web interface
2023-04-12 10:28:07 +01:00
Gordon Williams
b371fa6171
Merge pull request #2688 from gellnerm/master
...
Initial release of widtemp temperature widget
2023-04-12 10:27:33 +01:00
Rob Pilling
1aed25f05f
drained: use short booleans
2023-04-11 18:15:32 +01:00
pinq-
39d91dd4ac
Merge branch 'master' of https://github.com/pinq-/BangleApps
2023-04-10 22:09:32 +03:00
pinq-
ed998b8b81
change of the default values
...
Added images and change default values
2023-04-10 22:08:28 +03:00
pinq-
a89ea65410
No need for this
2023-04-10 21:48:13 +03:00
pinq-
2889a73ff5
change of default values
2023-04-10 21:38:47 +03:00
pinq-
0a4faec632
Merge branch 'espruino:master' into master
2023-04-10 21:31:17 +03:00
pinq-
f648a7250d
Some settings changes
...
Made bubble option global
Added date to text
2023-04-10 21:29:13 +03:00
mgellner
4620040172
Fix widget.js filename to match name in metadata.json
2023-04-10 18:58:47 +02:00
mgellner
089a9a7d0d
Initial release of widtemp temperature widget
2023-04-10 18:01:59 +02:00
pancake
01b7f1648b
Fix exception and glitch in kanawatch
2023-04-10 13:21:11 +02:00
thyttan
663ea983e4
Change to 'custom' setUI to not set btn watch
...
> ['clock' - called for clocks. Sets Bangle.CLOCK=1 and allows a button to start the launcher](https://www.espruino.com/Reference#l_Bangle_setUI )
2023-04-08 23:56:21 +02:00
Rob Pilling
105da767b7
drained: generate js
2023-04-08 08:26:10 +01:00
Rob Pilling
923b5dbb96
drained: clearWatch() and turn off bluetooth
2023-04-08 08:25:54 +01:00
Rob Pilling
9c643f6b5d
drained: configure battery% and check interval
2023-04-08 08:25:27 +01:00
pinq-
0b0c89737f
Some code fix to make it britty
2023-04-08 03:11:29 +03:00
Rob Pilling
512381a2de
drained: increase clock font size
2023-04-07 22:32:38 +01:00
Rob Pilling
b5fec28e9f
drained: handle empty `_PWR`
2023-04-07 22:32:26 +01:00
Rob Pilling
10881c9336
drained: tweak readme
2023-04-07 21:53:07 +01:00
Rob Pilling
1f35c9825a
drained: regenerate js
2023-04-07 21:29:12 +01:00
Rob Pilling
92ff678ac0
drained: turn off wake-on-twist etc
2023-04-07 21:29:12 +01:00
Rob Pilling
a36e705d79
drained: force off gps/hrm
2023-04-07 21:29:12 +01:00
Rob Pilling
39aa8e7e7b
drained: enable emulator
2023-04-07 21:29:12 +01:00
Rob Pilling
2de5831827
drained: add icon
2023-04-07 21:29:12 +01:00
Rob Pilling
1fa36bd2b8
drained: rename from low-power-mode
2023-04-07 21:29:04 +01:00
Rob Pilling
4bb96f314c
low-power-mode: initial app
2023-04-07 21:28:58 +01:00
notEvil
bbbbe4ed76
- apps/chargent: updated metadata
2023-04-07 13:42:11 +02:00
notEvil
b0b10592cd
- apps/chargent: added notification
2023-04-06 23:51:16 +02:00
Scharf
d00cb89dea
[sleeplog] Correct deleteBefore function ... last
2023-04-05 23:13:34 +02:00
Scharf
ce1c8b8ae8
Revert "[sleeplog] Add feedback to deleteBefore function 4"
...
This reverts commit 19e0f52886
.
2023-04-05 22:50:37 +02:00
Scharf
71ff4d09fd
Revert "[sleeplog] Add feedback to deleteBefore function 5"
...
This reverts commit 7377da70ef
.
2023-04-05 22:50:27 +02:00
Scharf
7377da70ef
[sleeplog] Add feedback to deleteBefore function 5
2023-04-05 22:44:47 +02:00
Scharf
19e0f52886
[sleeplog] Add feedback to deleteBefore function 4
2023-04-05 22:40:47 +02:00
Scharf
72aee51f1a
[sleeplog] Add feedback to deleteBefore function 3
2023-04-05 22:34:28 +02:00
Scharf
a2ce5af0d3
[sleeplog] Add feedback to deleteBefore function 2
2023-04-05 19:15:27 +02:00
Scharf
644af8d792
[sleeplog] Add feedback to deleteBefore function
2023-04-05 19:03:12 +02:00
Scharf
4a6cdacec3
[sleeplog] Correct deleteBefore function 8
2023-04-05 18:29:06 +02:00
Scharf
b59867ae73
[sleeplog] Correct deleteBefore function 7
2023-04-05 18:11:25 +02:00
Scharf
bdf2af9785
[sleeplog] Correct deleteBefore function 6
2023-04-05 18:07:36 +02:00
Scharf
f03bd7fc5b
[sleeplog] Correct deleteBefore function 5
2023-04-05 18:02:34 +02:00
Scharf
983878647a
[sleeplog] Correct deleteBefore function 4
2023-04-05 17:52:59 +02:00
Scharf
1b467cfa99
[sleeplog] Correct deleteBefore function 3
2023-04-05 17:40:14 +02:00
Scharf
4b41d30987
[sleeplog] Correct deleteBefore function 2
2023-04-05 17:29:25 +02:00
Scharf
7740ab87c2
[sleeplog] Correct deleteBefore function
2023-04-05 17:03:37 +02:00
Scharf
00a9db1bf0
[sleeplog] Improving triggers and web interface
...
to 0.13:
- Prevent to stay in consecutive sleep if not worn.
- Correct calling triggers where last time is earlier then first time.
- Add the trigger object itself as argument to the fn function to be able to store data or functions inside the trigger object.
to 0.14:
improvements initiated by #2677
- Add a option to delete all logfiles before a specific date from the watch
- Correct regex file search from `\d\d\d\d` / `\d{4}` to `\d+`
2023-04-05 16:47:09 +02:00
thyttan
81bc99b7a1
pull in 'Ensure that changing a menu item when half-scrolled off screen doesn't overwrite widgets' from the standard scroller
2023-04-05 12:38:12 +02:00
Gordon Williams
9db02af9f1
Merge pull request #2676 from elykittytee/master
...
[encourageclk] - draw update
2023-04-05 08:55:34 +01:00
Gordon Williams
340a1f9668
Merge pull request #2672 from thyttan/longpressbuzz
...
[Long Press, Buzz!] Add longpressbuzz app (boot code)
2023-04-05 08:42:24 +01:00
eleanor
fcd1089ca6
now version 0.03
2023-04-04 11:42:30 -05:00
eleanor
7089640f0d
Update ChangeLog
2023-04-04 11:42:03 -05:00
eleanor
1d095bc205
updated app.js again
...
idk what's going on. why are my changes being reverted.
2023-04-04 11:39:17 -05:00
thyttan
2c93c2f3c5
change 'per' -> 'at' in metadata and readme
2023-04-04 17:22:51 +02:00
thyttan
fb499c6a85
Add Gordon Williams as creator
2023-04-04 17:16:38 +02:00
thyttan
f44327915c
move quote from Changelog to README
2023-04-04 17:16:38 +02:00
thyttan
cf1205d417
Change icon to Buzz Lightyear, add to Changelog.
2023-04-04 17:16:38 +02:00
thyttan
e34728849f
change the logic to buzz at boot instead of before reboot
2023-04-04 17:16:38 +02:00
eleanor
8d14562be3
removed clearText()
2023-04-04 10:13:08 -05:00
eleanor
bdd0d73101
messed up and fixed again ):
2023-04-04 10:12:25 -05:00
eleanor
ce144e05ff
reordered app.js again
2023-04-04 10:02:35 -05:00
eleanor
08e7d14b08
updated to ChangeLog 0.02
2023-04-04 09:43:33 -05:00
eleanor
cd8de2b1cc
Update ChangeLog
2023-04-04 09:42:56 -05:00
Gordon Williams
cfb7e9ee8f
Merge pull request #2675 from nxdefiant/master
...
grocery interface: Automatically scroll down on add
2023-04-04 08:48:33 +01:00
eleanor
47bd0a1aea
fixed setInterval
...
loader() to draw()
2023-04-03 14:47:01 -05:00
eleanor
2f7b2e8e15
undeleted and fixed organization of loading
2023-04-03 14:46:21 -05:00
eleanor
b33d909639
updated app.js
...
fix: time not updating
2023-04-03 14:44:35 -05:00
eleanor
cc7d5d2b40
update app.js
...
removed `Bangle.setUI("clock"); `
2023-04-03 14:27:26 -05:00
Erik Andresen
b2ae41c129
grocery interface: Automatically scroll down on add
2023-04-03 20:04:06 +02:00
Gordon Williams
b5531607dc
Merge pull request #2671 from 23RoMax/master
...
New App: Tinycmc - A tiny coin market cap client for banglejs
2023-04-03 11:59:19 +01:00
Gordon Williams
ae8b227d21
Merge pull request #2666 from elykittytee/master
...
Created Encouragement & Positivity watchface
2023-04-03 09:55:40 +01:00
pinq-
5bd479adba
rename settings file
2023-04-03 01:06:58 +03:00
pinq-
43aa9db890
fix on metadata.json format
2023-04-03 01:04:24 +03:00
pinq-
7581201c84
Merge branch 'espruino:master' into master
2023-04-03 00:47:16 +03:00
pinq-
1520cb60ba
Settings and logs
...
- Added settings to select number and bubble
- Modified logs
2023-04-03 00:43:12 +03:00
thyttan
d410c5acad
add tag system
2023-04-01 22:25:15 +02:00
thyttan
a6844f4f80
tweak buzz lenght and strength
2023-04-01 17:43:37 +02:00
thyttan
d758d655b5
Add longpressbuzz app (boot code)
2023-04-01 17:27:39 +02:00
23RoAGX
e677c52e37
New App: tinyCMC coinmarketcap client
2023-04-01 16:47:54 +02:00
pinq-
3013e10e3e
Battery circle
...
- Added battery circle in the center
- Added "draw arc" function for battery circle
2023-04-01 07:54:40 +03:00
pinq-
28927f7849
New futures
...
- Hole can be circle or square
- Hole can be with number or without
- Draw circle takes whole object in as a variable
2023-04-01 07:34:32 +03:00
olivierbarriere
3cd77145f8
Merge branch 'espruino:master' into master
2023-03-31 23:29:19 -04:00
eleanor
3e83f01306
updated app.js
...
changed order of loaded widgets and drawing watchface
2023-03-31 14:50:54 -05:00
Gordon Williams
59b66684a6
Merge branch 'master' of github.com:espruino/BangleApps
2023-03-31 14:09:52 +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
eleanor
f7c65df902
forgot drawTimeout like a dummy
2023-03-29 15:21:26 -05:00
eleanor
3bab49ea44
Update app-icon.js
2023-03-29 14:59:59 -05:00
eleanor
a8bfd90ef4
updated app.js
...
added/fixed queuedraw
2023-03-29 14:58:20 -05:00
eleanor
b665fff3c3
reconverted 48x48 icon
2023-03-29 10:47:09 -05:00
eleanor
4b95ad5427
updated app.js
...
- fixed a line in the encouragements
- added the menu when you press a button
2023-03-29 10:32:42 -05:00
eleanor
ebb5d52079
Update app.js
2023-03-29 10:07:48 -05:00
olivierbarriere
cda8fab912
Merge branch 'espruino:master' into master
2023-03-29 09:22:39 -04:00
Kevin Whitaker
2f2000db5e
Change font to more accurate one for smb3
2023-03-28 15:21:24 -04:00
Kevin Whitaker
224af0b209
clean up some nesclock code, including use let instead of var
2023-03-28 13:36:30 -04:00
eleanor
339792324d
48x48
2023-03-28 12:00:24 -05:00
eleanor
1b80ab926e
Delete app.png
2023-03-28 12:00:11 -05:00
eleanor
acdc213369
Add files via upload
2023-03-28 11:41:30 -05:00
eleanor
c468e64283
Create metadata.json
2023-03-28 11:41:12 -05:00
eleanor
86cbc0b81e
Create app.js
2023-03-28 11:40:53 -05:00
eleanor
c64dbef9e8
Create app-icon.js
2023-03-28 11:40:37 -05:00
eleanor
ce0c8fe433
Create README.md
2023-03-28 11:40:24 -05:00
eleanor
aa030f2fe6
Create ChangeLog
2023-03-28 11:40:08 -05:00
eleanor
6c4a19a132
deleted because it doesn't work ):
2023-03-28 11:37:38 -05:00
eleanor
c096e067cc
Merge branch 'espruino:master' into master
2023-03-28 08:29:49 -05:00
Kevin Whitaker
a7dac089ed
Fix off center text with trim and reduce size of smb3 font for 24hr
2023-03-27 15:42:51 -04:00
olivierbarriere
c8285a16b3
Update ChangeLog
2023-03-27 11:37:15 -04:00
olivierbarriere
66e4a01bf1
Vertical Battery Widget: make color depend on level
2023-03-27 11:31:15 -04:00
olivierbarriere
0ce0b9e22b
Update metadata.json
2023-03-27 11:28:35 -04:00
Kevin Whitaker
df79cacd90
Small fix for font in nes clock
2023-03-27 09:04:20 -04:00
Kevin Whitaker
cc0ac4e3f5
fix setting screen
2023-03-25 17:46:41 -04:00
Kevin Whitaker
7e095a67f5
typo in nes clock
2023-03-25 17:39:44 -04:00
Kevin Whitaker
0a92b70c2c
disable emulator
2023-03-25 17:38:15 -04:00
Kevin Whitaker
377953cbd4
Merge branch 'master' of github.com:eyecreate/BangleApps
2023-03-25 17:32:36 -04:00
Kevin Whitaker
8b484f32ab
Added custom new clock: NES Clock
2023-03-25 17:31:16 -04:00
Gordon Williams
46e4bba312
Merge pull request #2655 from blm768/alarm-fix
...
Fix a menu crash in alarms app
2023-03-20 09:50:15 +00:00
Gordon Williams
31ea6b6f1e
Update ChangeLog
2023-03-20 09:29:23 +00:00
Gordon Williams
3ea91c66a2
Merge pull request #2657 from nxdefiant/master
...
hrmmar: bthrm compatibility
2023-03-20 09:24:48 +00:00
Erik Andresen
a152ff546c
hrmmar: bthrm compatibility
...
- Disable when bthrm is active
- Enable fft elim as default
2023-03-19 08:26:51 +01:00
thyttan
197f9bb436
Don't go down extensions paths if nothing waits at the end
2023-03-18 17:27:29 +01:00
Ben Merritt
1dd4344e75
Fix a menu crash in alarms app
2023-03-18 08:30:57 -07:00
Gordon Williams
641fecf116
Merge pull request #2652 from notEvil/widdevst3
...
widdevst v0.03
2023-03-17 08:24:46 +00:00
Gordon Williams
b76c69590d
Merge pull request #2653 from thyttan/alarm
...
[Alarms and Timers] Use substring of message for label...
2023-03-17 08:24:38 +00:00
Gordon Williams
1cbb5d2c21
Merge pull request #2654 from thyttan/quicklaunch
...
[quicklauch] remove a print statement
2023-03-17 08:20:35 +00:00
thyttan
b3a59ff35c
Use substring of message as label when it's longer than fits the designated menu entry. Also add some semicolons.
2023-03-16 21:36:41 +01:00
thyttan
3b52491e4f
remove a print statement
2023-03-16 21:05:46 +01:00
notEvil
b99c841ed6
- apps/widdevst: changed to refresh storage usage and run GC every minute
2023-03-16 16:33:10 +01:00
Gordon Williams
d230d6b6f6
Merge pull request #2647 from thyttan/quicklaunch
...
[quicklaunch] Pause timeout to clock by touch and hold.
2023-03-15 15:02:18 +00:00
Gordon Williams
96c0067e6a
Merge pull request #2650 from pavelmachek/merge_3
...
waypoint_editor: Add simple application for editing waypoints on watch
2023-03-15 08:19:24 +00:00
Pavel Machek
98e6b8c49f
Add missing icon.
2023-03-14 23:13:51 +01:00
Pavel Machek
6cdf3cc572
waypoint_editor: Add simple application for editing waypoints on
...
watch.
2023-03-14 23:08:30 +01:00
thyttan
30232e85e2
readme: is -> are
2023-03-14 19:04:47 +01:00
thyttan
f8bd92fc56
move app launch logic into a function
2023-03-14 18:48:38 +01:00
thyttan
203d017727
Add function for pausing the timeout on long touch. Remove some superfluous code.
2023-03-14 18:24:35 +01:00
Gordon Williams
1e99a7f83a
Merge pull request #2646 from Mcsquarex/master
...
Chance
2023-03-13 08:52:41 +00:00
Gordon Williams
6a27d7bcb5
Merge pull request #2645 from thyttan/quicklaunch-infinite
...
[quicklaunch] Implement stackable extension screens
2023-03-13 08:49:44 +00:00
Gordon Williams
86b00ae734
Merge pull request #2643 from thyttan/runplus
...
[runplus] follow the preferred metadata.json style
2023-03-13 08:48:02 +00:00
Gordon Williams
4dc0ad39c6
Merge pull request #2642 from thyttan/messagesoverlay
...
[messagesoverlay] follow the preferred metadata.json style
2023-03-13 08:47:53 +00:00
thyttan
c0ded36586
Update README.md
2023-03-12 22:02:01 +01:00
thyttan
424adcce4f
list contributors in readme
2023-03-12 21:57:36 +01:00
thyttan
3792396150
tweak faking of Bangle.loadWidgets()
2023-03-12 21:23:19 +01:00
thyttan
927d69b9e3
tweak readme
2023-03-12 15:09:13 +01:00
thyttan
224500e8f4
add screenshots to readme
2023-03-12 14:48:32 +01:00
thyttan
b06e9968ca
cleanup after removine fuInstalled settings entry
2023-03-12 14:14:07 +01:00
thyttan
850c791ba2
handle if Fastload Utils is installed or not with a hack instead of with a settings entry
2023-03-12 14:12:57 +01:00
thyttan
3c6e708009
tweaks re checking if Fastload Utils is installed
2023-03-12 14:00:01 +01:00
thyttan
b1e57cc00d
only call loadWidgets if Fastload Utils is installed
2023-03-12 13:41:23 +01:00
thyttan
1bfb1ae7e4
fix quicklaunch.json name conversion deleting extleftapp etc
2023-03-12 12:35:03 +01:00
thyttan
6d80f784b4
handle app name "(none)" vs empty string "" in settings.js instead of in app.js"
2023-03-12 12:22:02 +01:00
thyttan
10ac0e625a
don't draw "(none)" in extension when app is not chosen
2023-03-12 11:26:12 +01:00
thyttan
7e8ceae785
remove empty lines
2023-03-12 03:25:56 +01:00
thyttan
a6728e2f18
tweak submenus heading
2023-03-12 03:24:16 +01:00
thyttan
c14dc872b7
Instruct the user to visit settings page to prompt update of quicklaunch.json
2023-03-12 03:05:00 +01:00
thyttan
a8da0783e4
add to readme
2023-03-12 02:47:30 +01:00
thyttan
6bc0604c60
tweak conversion quicklaunch.json again...
2023-03-12 02:36:53 +01:00
thyttan
203d3b075f
tweak conversion again...
2023-03-12 02:27:03 +01:00
thyttan
0c352bce76
further twaeks to conversion from old quicklaunch.json
2023-03-12 02:14:28 +01:00
thyttan
f10c218452
tweak conversion from old quicklaunch.json
2023-03-12 01:54:56 +01:00
thyttan
1b85a2bfca
convert old quicklaunch.json key names to the new ones.
2023-03-12 01:39:28 +01:00
thyttan
4940bcb834
fix to work without fastload utils. tweaks to settings page.
2023-03-12 01:11:07 +01:00
thyttan
2268b438e7
fixes, now functional together with fastload utils
2023-03-11 22:48:59 +01:00
Mcsquarex
7a5baf9548
Add files via upload
2023-03-11 14:59:09 -06:00
Mcsquarex
e571ca592e
Create chance.app.js
2023-03-11 14:58:26 -06:00
thyttan
4b2b9c722b
tweak app.js and boot.js to match settings.js
2023-03-11 19:36:33 +01:00
thyttan
bb2a7f2e8a
convert settings for stackable extension screens
2023-03-11 18:57:00 +01:00
thyttan
068e68780c
bump version
2023-03-11 01:18:28 +01:00
thyttan
cc15ff9cfa
start making quicklaunch infinitely extensible
2023-03-11 01:10:31 +01:00
thyttan
1b6ab0e8f3
follow the preferred metadata.json style
2023-03-10 22:56:43 +01:00
thyttan
a9a6e47610
follow the preferred metadata.json style
2023-03-10 22:45:19 +01:00
thyttan
2b7fcd7704
add global variable qlTrace
2023-03-10 22:43:18 +01:00
thyttan
1d58e0d5e3
follow the preferred metadata.json style
2023-03-10 21:19:02 +01:00
Gordon Williams
810b419abf
Merge pull request #2639 from thyttan/quicklaunch
...
[quicklaunch] add hints to extension app
2023-03-10 08:40:24 +00:00
Rob Pilling
f1bb41743e
Add local modules types to require()
2023-03-09 21:14:59 +00:00
Rob Pilling
4f25ee7ca1
Comment-out unused variable
2023-03-09 21:06:13 +00:00
thyttan
546cfd5e15
add hints to extension app
2023-03-09 20:00:45 +01:00
Gordon Williams
94be5d4627
Add check for unlinked READMEs
2023-03-09 09:54:26 +00:00
Gordon Williams
735ab75b39
Merge branch 'master' of github.com:espruino/BangleApps
2023-03-09 09:44:37 +00:00
Gordon Williams
82efd6b29e
correction based on https://github.com/espruino/BangleApps/pull/2529#discussion_r1130158703
2023-03-09 09:44:34 +00:00
dapgo
80aeb00b7c
Delete app.js
2023-03-08 12:35:26 +01:00
dapgo
83d4e2b615
Delete Changelog.txt
2023-03-08 11:55:51 +01:00
dapgo
c4328de14b
fix Changelog
...
minor issues with caps and extension
2023-03-08 11:52:13 +01:00
dapgo
18f12216f4
Update Changelog.txt
2023-03-08 11:44:46 +01:00
dapgo
8bcf67b38a
Create Changelog.txt
2023-03-08 11:39:53 +01:00
dapgo
d7f5f710b2
fix and improvements for dtlaunch
...
fix and improvements for dtlaunch
2023-03-08 11:27:31 +01:00
dapgo
5a515be932
Merge branch 'master' of https://github.com/dapgo/BangleApps
2023-03-08 11:00:10 +01:00
Gordon Williams
fabfa93534
Merge branch 'master' of github.com:espruino/BangleApps
2023-03-07 15:44:53 +00:00
Gordon Williams
96ee2a52c8
add 2v17 firmware
2023-03-07 15:44:37 +00:00
Rarder44
1ca96bca90
Fix graphic bug;
...
View via popup while there are other open apps
2023-03-07 16:23:49 +01:00
Gordon Williams
4f8717c772
Merge pull request #2440 from thyttan/bwclock-fontless
...
[BW Clock Lite] New version using bitmap font making it quicker
2023-03-07 12:43:00 +00:00
Gordon Williams
e87e3f137b
Added handling for 'rp:true' and also debug message in case of invalid repeat type
2023-03-07 11:41:21 +00:00
Gordon Williams
871566ed0b
Revert changes that took out localisation of the date
2023-03-07 11:37:35 +00:00
Gordon Williams
53b704232d
Update metadata.json
...
bump version after merge
2023-03-07 11:28:15 +00:00
Gordon Williams
00980611e0
Merge branch 'master' into event_date_repeat
2023-03-07 11:23:13 +00:00
Gordon Williams
990eab0d57
Merge pull request #2632 from lauzonhomeschool/draguboard
...
[draguboard] Create draguboard app from dragboard
2023-03-07 10:08:50 +00:00
Christian Meichle
b1726ea33c
fixed typo in settings.js for DRAGDOWN that did cause the setting to not be saved correctly and hence wasn't settable
2023-03-06 18:22:37 +01:00
eleanor
9cf62f1686
Merge branch 'espruino:master' into master
2023-03-06 10:48:23 -06:00
Rob Pilling
a135ba497f
ChangeLog
2023-03-06 12:15:04 +00:00
Rob Pilling
c0194f260f
Rename -> widbtstates
2023-03-06 12:14:56 +00:00
Rob Pilling
832ec7a7a5
Use NRF.getSecurityStatus().advertising for initial state
2023-03-06 12:05:32 +00:00
Rob Pilling
d9dc729abd
Regenerate types - NRF.getSecurityStatus()
2023-03-06 12:05:32 +00:00
Rob Pilling
3808b0bc3c
widbt2: convert to typescript
2023-03-06 12:05:32 +00:00
Rob Pilling
326afaf72e
New widget: bt2
2023-03-06 12:05:32 +00:00
Gordon Williams
d2d41e1404
Merge pull request #2625 from pavelmachek/merge_1
...
openstmap: display waypoints
2023-03-06 09:51:08 +00:00
Gordon Williams
657bb07846
Merge pull request #2629 from pavelmachek/merge_2
...
altimeter: Display sea-level pressure, too, and allow calibration
2023-03-06 09:41:24 +00:00
lauzonhomeschool
ec171c81d4
[draguboard] setFontAlign at the last minute
2023-03-05 22:39:37 -05:00
lauzonhomeschool
211f3c3113
[draguboard] fix initialization of appRect
2023-03-04 23:06:13 -05:00
lauzonhomeschool
e67264fa46
[draguboard] Create draguboard app from dragboard
2023-03-04 13:03:17 -05:00
Gabriele Monaco
81fb1dafb0
weather: added monochrome parameter to `drawIcon`
2023-03-04 16:02:42 +01:00
Pavel Machek
783686866e
altimeter: Display sea-level pressure, too, and allow calibration
...
Add display of sea-level pressure and temperature, and allow
calibration by setting the altitude. That way, you can get precise
altitude if you already know sea-level pressure (from example from
forecast), or you can calibrate using known altitude and have precise
readings for a while.
2023-03-03 18:49:54 +01:00
Pavel Machek
2f53b732bc
openstmap: We updated changelog, so increase version.
2023-03-03 17:54:53 +01:00
Pavel Machek
c18d1d4a42
openstmap: fix operation without waypoints, increase version
2023-03-03 17:50:48 +01:00
Gordon Williams
4433d2cef5
2v16 bootloader hash
2023-03-03 16:30:13 +00:00
Gordon Williams
1a3f338a17
Add short name for QR codes
2023-03-03 10:25:23 +00:00
Gordon Williams
2767c57cba
0.06: Lower chunk size to 1024 (from 2048) to make firmware updates more reliable
2023-03-03 10:25:02 +00:00
Gordon Williams
ba1c109e88
Merge pull request #2628 from Rarder44/master
...
[app/iconlauncher] fix fullscreen with oneClickExit
2023-03-03 08:41:15 +00:00
Gordon Williams
cf8e1f82b0
Merge pull request #2619 from thyttan/messagesoverlay
...
[messagesoverlay] scroll six lines per swipe, on Bangle2 this leaves the previous first…
2023-03-03 08:40:31 +00:00
Rarder44
f027b65e8e
fix fullscreen with oneClickExit
2023-03-02 20:11:34 +01:00
Pavel Machek
e79c95022a
openstmap: display waypoints
...
If waypoints module is available, display the waypoints on the
map. Also update the documentation and fix some english in the
documentation.
2023-03-02 00:26:50 +01:00
thyttan
b365159f2b
bump version, fix typo
2023-03-01 15:49:23 +01:00
thyttan
d5c85f1654
tweak and align HRM min/max defaults, change allowed min/max interval in settings
2023-03-01 15:41:54 +01:00
thyttan
32d1cecb6f
bump version
2023-03-01 15:40:58 +01:00
thyttan
487ee7443b
scroll six lines per swipe, on Bangle2 this leaves the previous first/last line visible so the user know they got to see all text
2023-03-01 15:40:57 +01:00
Martin Boonk
59d252de8f
runplus - Fix typo in variable name preventing starting a run
2023-03-01 12:02:46 +01:00
Gordon Williams
a030f607cc
Merge branch 'lunctis-viribus-master'
2023-03-01 08:44:59 +00:00
Gordon Williams
c02e3f4693
Merge pull request #2607 from bobrippling/settings-preserve-whitelist
...
settings app: preserve whitelist when disabled
2023-03-01 08:18:49 +00:00
Rob Pilling
b6b6ce1e8d
Bump bootloader version
2023-03-01 08:15:01 +00:00
Gordon Williams
44a19f76b6
Merge pull request #2623 from Le-Kat/master
...
multiple dice roller app
2023-03-01 08:07:11 +00:00
Gordon Williams
66eed2e126
Merge pull request #2618 from Rarder44/Messages-Light
...
[Messages light] implement new events management
2023-03-01 08:06:47 +00:00
Gordon Williams
c3f35598f9
Merge pull request #2622 from jketterer/not-analog-time-format
...
[Not Analog] Respect system time format setting
2023-03-01 08:03:55 +00:00
Le~Kat
f9e3463964
added images to README.md
2023-02-28 22:44:27 -05:00
Le~Kat
8e609ff281
if this doesn't work I'm reverting & giving up
2023-02-28 22:20:53 -05:00
Le~Kat
52bb9f1ca8
checking if I need to increase version for image to change
2023-02-28 22:17:17 -05:00
Le~Kat
1f64a1736b
I think that fixed the icon
2023-02-28 22:10:48 -05:00
Le~Kat
25046b6f92
Merge branch 'master' of https://github.com/espruino/BangleApps
2023-02-28 22:08:21 -05:00
Le~Kat
07952c23b5
5th try
2023-02-28 22:07:17 -05:00
Le~Kat
3bbcb6522e
didn't add the file I meant to
2023-02-28 19:05:37 -05:00
Le~Kat
b0f729eb1e
4th try
2023-02-28 19:02:49 -05:00
Le~Kat
50d43e9176
reverted to before image manipulation
2023-02-28 19:00:25 -05:00
Jeremy Ketterer
cdbdb20bde
Bump version and add to changelog
2023-02-28 17:04:06 -05:00
Jeremy Ketterer
97c3b66c5a
Convert to 12h time according to system setting
...
revert formatting changes
remove comments
2023-02-28 17:03:10 -05:00
thyttan
cd618434fa
back to the usual formatting
2023-02-28 20:43:31 +01:00
thyttan
fe3d5df5f3
add README.md to metadata
2023-02-28 20:40:19 +01:00
Erik Andresen
51e22e70e8
Revert "Revert "settings: Also invert value""
...
This reverts commit e8bbfd5ae4
.
2023-02-28 19:24:40 +01:00
Erik Andresen
d2e0bc8da0
Merge branch 'master' into gpsmagdir
2023-02-28 19:24:14 +01:00
Erik Andresen
e8bbfd5ae4
Revert "settings: Also invert value"
...
This reverts commit fb1518f6b8
.
2023-02-28 19:22:14 +01:00
Erik Andresen
82c64a7e62
gpsmagswitch: minor fixes
2023-02-28 19:20:19 +01:00
Rarder44
6596d44c29
readme updated
2023-02-28 19:14:20 +01:00
Rarder44
92378a3137
messages_light update -> new management of events implemented
2023-02-28 19:00:41 +01:00
Luca Pozzi
5b0225e58b
Merge branch 'espruino:master' into Messages-Light
2023-02-28 18:57:34 +01:00
lunctis-viribus
81367a7c29
Merge branch 'espruino:master' into master
2023-02-28 18:50:05 +01:00
lunctis-viribus
f7e8cc46e7
weatherclock v0.06
2023-02-28 18:32:14 +01:00
lunctis-viribus
b163721777
weatherclock v0.06
2023-02-28 17:57:51 +01:00
dapgo
4324cbd4c1
helloworld compat improvements
...
minor improvements and bjs2
2023-02-28 12:04:00 +01:00
Erik Andresen
331a366ce7
gpsmagswitch: Drop tiltCompensation because of unscaled values
2023-02-28 10:36:45 +01:00
Gordon Williams
ef43eba307
Merge pull request #2606 from bobrippling/tap2lock
...
widlockunlock: tap-to-lock
2023-02-28 09:27:01 +00:00
Gordon Williams
d9b5f9833f
Merge pull request #2613 from nxdefiant/master
...
widalarmeta: Fix when no alarms are present
2023-02-28 09:23:24 +00:00
Gordon Williams
621ea8e54e
Merge pull request #2614 from dapgo/master
...
tempmonitor v3
2023-02-28 09:23:02 +00:00
Erik Andresen
71964b041e
Revert "magnav"
...
This reverts commit cc57c42a17
.
2023-02-28 09:29:11 +01:00
Erik Andresen
0677f027d0
Revert "magnav"
...
This reverts commit 742bcdddab
.
2023-02-28 09:28:55 +01:00
Erik Andresen
27e8080cef
Revert "magnav: replace var with let/const"
...
This reverts commit 864ef1b2bc
.
2023-02-28 09:28:39 +01:00
Erik Andresen
096b8721fa
Revert "magnav: fix calibration check"
...
This reverts commit d92dee6246
.
2023-02-28 09:28:28 +01:00
lunctis-viribus
6e4f6c69c0
weatherclock v0.06
2023-02-28 08:36:37 +01:00
Martin Boonk
aacf2e3c1a
messagesoverlay - Only add listeners once
2023-02-28 07:57:06 +01:00
Le~Kat
a40d7cee5c
tabs, since app is p. much finalized
2023-02-27 18:41:10 -05:00
Le~Kat
b2679d7b9b
removed an extra newline
2023-02-27 18:40:15 -05:00
Martin Boonk
c440a5d143
messagesoverlay - Remove unused files
2023-02-27 23:43:16 +01:00
Martin Boonk
43448e42c9
messagesoverlay - Fix handlers being restored incorrectly if message removed
2023-02-27 23:43:16 +01:00
lunctis-viribus
da41134678
weatherclock v0.06
2023-02-27 22:21:09 +01:00
dapgo
7c048bc232
Update tempmonitor.app.js
...
minor typo errors
2023-02-27 21:57:42 +01:00
dapgo
a314fa5580
Update tempmonitor.app.js
...
small issue caused by removing comments
2023-02-27 21:54:36 +01:00
lunctis-viribus
f8766bcd84
weatherclock v0.06
2023-02-27 21:43:20 +01:00
dapgo
56a845f630
tempmonitor v3
...
Beside new functions, info about modedebug
2023-02-27 21:39:39 +01:00
lunctis-viribus
5ca69aa0a4
weatherclock v0.06
2023-02-27 21:38:14 +01:00
dapgo
293b0d1b43
tempmonitor v3
...
Added Stop/start recording, change BG color, filesize info. Pending long press events for v4
2023-02-27 21:36:54 +01:00
Rob Pilling
e24b8283b1
Simplify toggling whitelist
2023-02-27 20:36:31 +00:00
Erik Andresen
d92dee6246
magnav: fix calibration check
2023-02-27 21:30:40 +01:00
Rob Pilling
96b8e9a3e8
Restore original widlockunlock object
2023-02-27 20:19:47 +00:00
Rob Pilling
c4d5713471
Revert "widlockunlock: setting for location"
...
This reverts commit c84d3fa2c0
.
2023-02-27 20:16:36 +00:00
Rob Pilling
63711f6a0c
Revert "widlockunlock: convert to typescript"
...
This reverts commit 6a21608322
.
2023-02-27 20:13:57 +00:00
Erik Andresen
864ef1b2bc
magnav: replace var with let/const
2023-02-27 21:11:15 +01:00
Erik Andresen
eaf17b71cc
gpsmagcourse: Do not recalculate in getCompass()
2023-02-27 20:50:51 +01:00
lunctis-viribus
97a6beab55
weatherclock v0.06
2023-02-27 20:18:19 +01:00
lunctis-viribus
fb88b185af
weatherclock v0.06
2023-02-27 20:16:44 +01:00
lunctis-viribus
483503dc36
weatherclock v0.06
2023-02-27 20:06:14 +01:00
Erik Andresen
a3addeebb2
widalarmeta: Fix when no alarms are present
2023-02-27 19:43:42 +01:00
Le~Kat
dd19d8587d
Merge branch 'master' of https://github.com/espruino/BangleApps
2023-02-27 09:38:52 -05:00
Gordon Williams
625e52514d
Merge branch 'master' of github.com:espruino/BangleApps
2023-02-27 13:17:57 +00:00
Gordon Williams
cc24cb5bb3
0.07: Ensure barometer gets turned off after a few readings (isBarometerOn broken in 2v16)
2023-02-27 13:17:41 +00:00
Gordon Williams
44af5523e2
Merge pull request #2610 from nxdefiant/widbatpc
...
widbatpc: Only redraw when values change
2023-02-27 11:07:14 +00:00
Gordon Williams
7672a82e67
Merge pull request #2609 from nxdefiant/widalarmeta
...
widalarmeta: use less cpu time each minute
2023-02-27 10:01:44 +00:00
Gordon Williams
725ee726d7
Merge pull request #2612 from halemmerich/messageoverlay
...
Message Overlay - Fork of messages_light
2023-02-27 09:53:26 +00:00
Gordon Williams
9b46c300f2
oops
2023-02-27 09:38:22 +00:00
Gordon Williams
7386e0c78d
Merge branch 'master' into runplus
2023-02-27 09:36:21 +00:00
Gordon Williams
5aa85a2eed
Merge pull request #2603 from thyttan/backswipe
...
[backswipe] add to the instruction for # of handlers in readme
2023-02-27 09:34:40 +00:00
lunctis-viribus
aa5ed45c26
weatherclock v0.06
2023-02-27 01:14:25 +01:00
Martin Boonk
868e5edc49
powermanager - Adds some todos to readme
2023-02-26 22:19:57 +01:00
Le~Kat
c3f5fbbd28
increased vibration strength, added some comments, & some QOL
2023-02-26 15:51:03 -05:00
Martin Boonk
4ea368416d
messagesoverlay - Add low memory mode
2023-02-26 21:24:43 +01:00
Martin Boonk
54051d5ab1
messagesoverlay - Do not add ... to every source
2023-02-26 20:03:35 +01:00
Martin Boonk
f62da73c55
messagesoverlay - Remove unused settings
2023-02-26 20:02:20 +01:00
Erik Andresen
22259d13be
widalarmeta: Draw bell only once
2023-02-26 20:00:20 +01:00
Martin Boonk
16a3af8d1b
messagesoverlay - Finetune fonts
2023-02-26 19:24:48 +01:00
Martin Boonk
c184687089
messagesoverlay - Do not light up LCD if quiet mode is on
2023-02-26 19:24:48 +01:00
Martin Boonk
0a9d8eb9b3
messagesoverlay - Fix quiet mode being ignored
2023-02-26 18:51:23 +01:00
Martin Boonk
420c839a5b
messagesoverlay - Add hint regarding wrong colors
2023-02-26 18:40:37 +01:00
Martin Boonk
b14afaa891
messageoverlay - Fix call notification not being shown
2023-02-26 17:01:38 +01:00
lunctis-viribus
a6805a304f
weatherclock v0.06
2023-02-26 16:59:59 +01:00
lunctis-viribus
7809129ddf
weatherclock v0.06
2023-02-26 16:59:43 +01:00
lunctis-viribus
b7222c485b
weatherclock v0.06
2023-02-26 16:46:02 +01:00
lunctis-viribus
4dc02a5a32
weatherclock v0.06
2023-02-26 16:31:56 +01:00
Martin Boonk
3ef8ede109
messagesoverlay - Fix leaking memory
2023-02-26 15:53:00 +01:00
Martin Boonk
c16a9b1103
messagesoverlay - Use less memory if messages are stacked
2023-02-26 15:23:57 +01:00
lunctis-viribus
7d2159efa1
weatherclock v0.06
2023-02-26 15:19:40 +01:00
lunctis-viribus
822b56a6fd
weatherclock v0.06
2023-02-26 14:53:19 +01:00
lunctis-viribus
35b4611a9c
weatherclock v0.06
2023-02-26 14:37:16 +01:00
lunctis-viribus
f3a28b2b4c
weatherclock v0.06
2023-02-26 14:24:49 +01:00
Martin Boonk
7ff5796fde
powermanager - Catch the case of the wrapped function being a string
2023-02-26 14:08:05 +01:00
Martin Boonk
54e9704e3c
messagesoverlay - Tweak source and title texts
2023-02-26 13:47:39 +01:00
Martin Boonk
386bd1f712
messagesoverlay - Tweak font sizes and positions
2023-02-26 13:20:49 +01:00
Martin Boonk
72d440a20c
messagesoverlay - Adds screenshots and more README
2023-02-26 13:07:00 +01:00
Martin Boonk
86fce14cc6
messagesoverlay - Set type to bootloader
2023-02-26 11:55:18 +01:00
Martin Boonk
6944fcece4
messagesoverlay - Remove unused icon
2023-02-26 11:54:59 +01:00
Martin Boonk
f055b642a9
messagesoverlay - Fix scrolling
2023-02-26 11:44:25 +01:00
Martin Boonk
e5352839c0
messagesoverlay - Use only theme colors
2023-02-26 11:44:25 +01:00
Martin Boonk
8a3ab237fc
messagesoverlay - Refactor backing up and restoring handlers
2023-02-26 11:44:24 +01:00
Martin Boonk
a9fd2420e2
messagesoverlay - Stop swipes and drags interacting with the running app
2023-02-26 11:44:24 +01:00
Martin Boonk
730da3f52d
messagesoverlay - Show popup a litte smaller than full screen
2023-02-26 11:44:24 +01:00
Martin Boonk
11e31f4bbe
messagesoverlay - Initial fork of messages_light with drawing to overlay
2023-02-26 11:44:24 +01:00
Martin Boonk
9e7f22df00
powermanager - Add powermanager.json to metadata
2023-02-26 11:39:07 +01:00
Erik Andresen
c835650c44
widbatpc fixes
2023-02-26 10:28:18 +01:00
Rob Pilling
774372dfa9
settings app: preserve whitelist when disabled
2023-02-26 09:17:24 +00:00
Erik Andresen
b8e0222315
widbatpc: Only redraw when values change
2023-02-26 10:06:43 +01:00
Erik Andresen
3ca236d835
widalarmeta: Move getNextAlarm
2023-02-26 09:28:45 +01:00
Erik Andresen
dd0f88245a
widalarmeta: use less cpu time each minute
...
Remember next alarm to reduce calculation amount
Redraw only every hour when no alarm in next 24h
2023-02-26 09:08:28 +01:00
Erik Andresen
965e60e149
gpsmagcourse README updates
2023-02-26 09:00:26 +01:00
Le~Kat
16bcc2ca6c
OH GOD IT FINALLY F*CKING WORKS
2023-02-25 23:28:28 -05:00
Le~Kat
2e92b04af5
trying to add timeout after it's done buzzing... again
2023-02-25 23:21:47 -05:00
Le~Kat
09b2d9259f
god I hope this works
2023-02-25 23:02:33 -05:00
Le~Kat
635d8be507
fixed dumb errors
2023-02-25 22:58:41 -05:00
Le~Kat
4ffaf9bb32
forgot to resolve the promise
2023-02-25 22:50:34 -05:00
Le~Kat
9d42114acb
ok the buzzing *might* work now
2023-02-25 22:44:11 -05:00
Le~Kat
560a784be8
tabs, again
2023-02-25 20:51:07 -05:00
Le~Kat
ac22a2a2cf
added a drawWidgets command to see if I have the padding right
2023-02-25 20:50:45 -05:00
Erik Andresen
629a3ec5dc
Merge branch 'master' into gpsmagdir
2023-02-25 23:41:14 +01:00
Rob Pilling
6a21608322
widlockunlock: convert to typescript
2023-02-25 22:24:09 +00:00
Rob Pilling
92fd9133fb
Regenerate main.d.ts - Widget types
2023-02-25 22:23:53 +00:00
Rob Pilling
c84d3fa2c0
widlockunlock: setting for location
2023-02-25 22:04:34 +00:00
Rob Pilling
b19dd38dbb
widlockunlock: handle widget tap to lock
2023-02-25 22:04:31 +00:00
lunctis-viribus
a52a2caaed
weatherclock v0.06
2023-02-25 22:55:54 +01:00
lunctis-viribus
a66e433ebe
weatherclock v0.06
2023-02-25 22:52:01 +01:00
lunctis-viribus
85692d5476
weatherclock v0.06
2023-02-25 22:33:52 +01:00
Le~Kat
f17c270353
maby I should read the logs instead of guessing why it failed
2023-02-25 14:17:09 -05:00
Le~Kat
6e79102541
dumb theory ab the automated testing
2023-02-25 14:10:57 -05:00
Le~Kat
69140a58d5
gave up on acceleration, changed from hard tabs to double spaced, updated README.md
2023-02-25 14:03:32 -05:00
Le~Kat
479a2da3ab
added longer delay before resetting accelHandler
2023-02-25 13:47:28 -05:00
Le~Kat
4d37934556
decided to keep around the button even while testing, disabled all safety round the accelHandler self-triggering
2023-02-25 13:47:28 -05:00
Le~Kat
64bff4303f
made changes to when accelHandler gets overwritten, temporarily disabled button usage
2023-02-25 13:47:28 -05:00
Le~Kat
ef8b26c490
enabled button usage & temporarily disabled acceleration
2023-02-25 13:47:28 -05:00
Le~Kat
b3cc27a391
moved accel & vibration commands to the accelHandler function
2023-02-25 13:47:28 -05:00
Le~Kat
47caa9cd79
made the delay needlessly long to see if it even does anything
2023-02-25 13:47:28 -05:00
Le~Kat
a89f6cb4df
added a delay after the buzzer stops to prevent multi-rolling
2023-02-25 13:47:28 -05:00
Le~Kat
f9c338d90d
issue with app calling roll function too many times at startup
2023-02-25 13:47:28 -05:00
Le~Kat
3001618e0f
decreased vibration time, decreased accel requirement
2023-02-25 13:47:28 -05:00
Le~Kat
1499a524d9
not having web bluetooth to debug is a PAIN
2023-02-25 13:47:28 -05:00
Le~Kat
13c5b41aef
hopefully now it's fixed?
2023-02-25 13:47:28 -05:00
Le~Kat
1872f264d1
still trying to fix the lack of vibrations
2023-02-25 13:47:28 -05:00
Le~Kat
463c3fec23
IDK how to use promises properly
2023-02-25 13:47:28 -05:00
Le~Kat
959fa4183c
increased vibration again
2023-02-25 13:47:28 -05:00
Le~Kat
1e46b479e2
toggled the acceleration handler to prevent infinite buzz loop
2023-02-25 13:47:28 -05:00
Le~Kat
d64609aa92
decreased vibration strength
2023-02-25 13:47:28 -05:00
Le~Kat
7af12fd68e
accidentally deleted app icon LMAO
2023-02-25 13:47:28 -05:00
Le~Kat
d82594480f
vibration caused the accelerometer to never stop
2023-02-25 13:47:28 -05:00
Le~Kat
678f713722
added vibration when dice is rolled
2023-02-25 13:47:28 -05:00
Le~Kat
fe010d949c
fixed bug that caused rolled dice on the right of screen to be writ off-screen
2023-02-25 13:47:28 -05:00
Le~Kat
f2c900f8e1
updated changelog, metadata, & readme. deleted outdated images
2023-02-25 13:47:28 -05:00
Le~Kat
6a39a53c74
after a rigorous field study of size n = 1, I have determined this to be
...
a better app after this change
2023-02-25 13:47:28 -05:00
Le~Kat
91eb88ef84
added tags to metadata.json, trying to wrap my head around the sanitycheck
2023-02-25 13:47:28 -05:00
Le~Kat
ad28b9b387
added app.png
2023-02-25 13:47:28 -05:00
Le~Kat
168d318fa9
removed email from README b/c I don't want it getting scraped
2023-02-25 13:47:28 -05:00
Le~Kat
a82a50ff5a
added app icon
2023-02-25 13:47:28 -05:00
Le-Kat
71c69d9668
added spacing between two of the images
2023-02-25 13:47:28 -05:00
Le~Kat
2657090d4e
filled out the README.md, and added screenshots of the app.
2023-02-25 13:47:27 -05:00
Le~Kat
0c3aad9b10
forgot to switch from hard tabs to soft tabs
2023-02-25 13:47:27 -05:00
Le~Kat
76f3fe6c0c
toggled the enable emulation flag in metadata.json
2023-02-25 13:47:27 -05:00
Le~Kat
a8ba6e678b
left README.md incomplete so I can emulate + add screenshots
2023-02-25 13:47:27 -05:00
Le~Kat
457a395617
added a one-line changelog, and filled out the metadata.json file
2023-02-25 13:47:27 -05:00
Le~Kat
32865ce94b
Added app.js to this repository
2023-02-25 13:47:27 -05:00
lunctis-viribus
d3d96e3782
weatherclock v0.06
2023-02-25 19:46:39 +01:00
lunctis-viribus
f635e37263
weatherclock v0.06
2023-02-25 19:35:00 +01:00
thyttan
f5211fff10
use screenshot with widgets
2023-02-25 19:30:59 +01:00
thyttan
3bec7ffcdb
Indentation
2023-02-25 19:21:41 +01:00
thyttan
137ad32d85
match new screenshot for clock info
2023-02-25 19:19:53 +01:00
lunctis-viribus
fd33d8445e
weatherclock v0.06
2023-02-25 19:17:42 +01:00
thyttan
05146ce283
change screenshots
2023-02-25 19:17:29 +01:00
thyttan
20e300182e
Change all occurrances of bwclk to bwclklite
2023-02-25 19:03:59 +01:00
thyttan
09eeac356b
Add changes to bwclklite after forking from bwclk. Change custom font to a standard bitmap one. Don't invert theme as this doesn't work very well with fastloading. Do an initial fillRect on the clock info area since it would wait for clock info before drawing out the previous app. Change all occurences of var to let.
2023-02-25 18:52:29 +01:00
thyttan
6cd3c02253
fork bwclklite from bwclk
2023-02-25 18:43:59 +01:00
lunctis-viribus
a414026074
weatherclock v0.06
2023-02-25 18:23:28 +01:00
thyttan
4199f8a4fc
spelling karvonnen -> karvonen in metadata
2023-02-25 18:16:25 +01:00
thyttan
5e1857d963
change spelling karvonnen -> karvonen in app.js, karvonen.js
2023-02-25 18:13:50 +01:00
lunctis-viribus
9db41919f8
weatherclock v0.06
2023-02-25 18:11:13 +01:00
thyttan
21c928ba87
add tag karvonen
2023-02-25 17:51:08 +01:00
lunctis-viribus
4680ad7709
weatherclock v0.06
2023-02-25 16:19:10 +01:00
lunctis-viribus
bf3a9e0002
weatherclock v0.06
2023-02-25 16:05:03 +01:00
thyttan
4a4c931571
add to the instruction for # of handlers i readme
2023-02-25 13:50:09 +01:00
Martin Boonk
290fd81f46
powermanager - Fix drawing on hidden widgets when LCD brightness is changed
2023-02-25 13:14:00 +01:00
thyttan
3d21d2bef4
contributors appended to readme
2023-02-25 12:54:10 +01:00
thyttan
0db11e5707
write to correct settings file
2023-02-25 12:40:25 +01:00
Martin Boonk
eab7ae25d9
powermanager - Bump version
2023-02-24 21:56:48 +01:00
Martin Boonk
7f20125fd9
powermanager - Fix wrapping of deferred functions with parameters
2023-02-24 21:54:49 +01:00
thyttan
a735433652
bump version
2023-02-24 21:02:45 +01:00
thyttan
ad6e2f7108
tweak clearRect width to not clear the indicator segment
2023-02-24 20:11:20 +01:00
Gordon Williams
769c4c2793
Merge branch 'master' of github.com:espruino/BangleApps
2023-02-24 15:46:46 +00:00
Gordon Williams
6ac1713122
0.11: Change level for medium charge (50% -> 40%), and darken color on light themes as yellow was almost invisible
2023-02-24 15:46:35 +00:00
Erik Andresen
fb1518f6b8
settings: Also invert value
2023-02-24 07:52:30 +01:00
eleanor
2d9ca7730e
Update app.js
2023-02-23 21:41:33 -06:00
eleanor
c3e340c010
added screenshot
2023-02-23 21:13:53 -06:00
eleanor
cffbcbd2a2
Update README.md
2023-02-23 21:13:08 -06:00
eleanor
acc3d9183e
Update metadata.json
2023-02-23 21:12:06 -06:00
eleanor
e07748fda4
Create app-icon.js
2023-02-23 21:05:50 -06:00
eleanor
a671036ea8
Update metadata.json
2023-02-23 20:42:33 -06:00
eleanor
338383ff83
Rename readme.md to README.md
2023-02-23 20:41:35 -06:00
eleanor
1ec9813c80
fixed wrong file name
2023-02-23 20:38:33 -06:00
eleanor
9e57285db2
Update info.md
2023-02-23 15:19:19 -06:00
eleanor
1ef37baa14
Update readme.md
2023-02-23 15:06:16 -06:00
eleanor
3ea3f32ae5
Add files via upload
2023-02-23 15:03:27 -06:00
eleanor
cf64dbb196
fixed everything, yay
2023-02-23 14:59:06 -06:00
Erik Andresen
db370302a5
gpsmagcourse: conform with 0ba8cef33c
2023-02-23 19:30:15 +01:00
Erik Andresen
3b849ef326
sleepphasealarm: Fix inverted setting
2023-02-23 19:20:16 +01:00
eleanor
1640b4861c
Update app.js
2023-02-23 10:41:51 -06:00
eleanor
3b69fab597
Create readme.md
2023-02-23 10:41:37 -06:00
eleanor
77ffa414a2
Create info.md
2023-02-23 09:17:38 -06:00
eleanor
e87052bf7a
Create ChangeLog
2023-02-23 09:15:50 -06:00
eleanor
21ac9e2ef7
Create app.js
2023-02-23 09:15:05 -06:00
Marco H
c98378194c
Fix remarks
2023-02-23 14:16:02 +01:00
Marco H
f7d9a835d4
Add setting to unlock screen
2023-02-23 14:05:41 +01:00
Gordon Williams
5600d3e24d
Add BLE scanner app
2023-02-23 12:00:33 +00:00
Gordon Williams
0ba8cef33c
Convert Yes/No On/Off in settings to checkboxes, add /*LANG*/ to some more text strings
2023-02-23 11:46:49 +00:00
Gordon Williams
8bc9c5de25
messagegui 0.65: Make sure messages are saved if not in the clock app ( fix #2460 )
2023-02-23 11:19:24 +00:00
Gordon Williams
5ebb56e950
run: Keep run state between runs (allowing you to exit and restart the app)
2023-02-23 11:00:06 +00:00
Gordon Williams
7459635362
Merge pull request #2594 from thyttan/runplus
...
[runplus] New app based on the "Run" app adding Karvonen UI
2023-02-23 10:08:48 +00:00
Gordon Williams
b41f9b9b94
Merge pull request #2560 from halemmerich/powermanager
...
powermanager - Add logging of power heavy things
2023-02-23 10:07:40 +00:00
Gordon Williams
95bb0e9ee3
Merge pull request #2596 from bobrippling/ts-helpers
...
btadv: manually setup TS helpers - use Object.assign()
2023-02-23 10:07:00 +00:00
Gordon Williams
6890b5dc17
Merge pull request #2595 from bobrippling/ts-readme
...
Add TypeScript details to READMEs
2023-02-23 10:04:48 +00:00
Gordon Williams
540b85fba5
Update after #2578
2023-02-23 10:04:14 +00:00
Gordon Williams
c6a6056086
Merge pull request #2578 from m-p-3/patch-1
...
[messageicons] Add Jira icon + color
2023-02-23 10:03:26 +00:00
thyttan
000373116f
small ui tweak
2023-02-23 00:03:40 +01:00
thyttan
503585dad2
Update ChangeLog
2023-02-23 00:03:40 +01:00
thyttan
60a631d84f
fixes to draw correctly and in a timely manner when swiping to the karvonnen ui depending on if we have hrm data or not
2023-02-23 00:03:40 +01:00
thyttan
0e08d37d3e
fix default settings fallback for HRM
2023-02-23 00:03:40 +01:00
thyttan
1b57178786
changes to differentiate runplus from run app
2023-02-23 00:03:40 +01:00
thyttan
4805b37f68
add changes to runplus
2023-02-23 00:03:40 +01:00
thyttan
7a29f78223
fork app "run" to "runplus"
2023-02-23 00:03:40 +01:00
thyttan
37e97a5572
Revert multiple commits to the run app.
...
Revert "move changes to run to new app runplus"
This reverts commit 026b266686
.
Revert "spelling comment"
This reverts commit 9824460add
.
Revert "remove export in karvonnen.js"
This reverts commit c681bd8fad
.
Revert "change to use eval for launching karvonnen ui"
This reverts commit 92a3c48d63
.
Revert "tweaks to colors and placings"
This reverts commit ff6337b2ee
.
Revert "tweaks to placing of things"
This reverts commit 3ee5c239a7
.
Revert "fix HRM settings default"
This reverts commit cd001d8276
.
Revert "ChangeLog: alpha->beta"
This reverts commit 6c1d709a8c
.
Revert "remove unnecessary semicolon"
This reverts commit 918ab8158c
.
Revert "switch to run UI whenever pressing physical button"
This reverts commit ebc2916f6f
.
Revert "after many changes and some testing many things seem to function very well"
This reverts commit 5a05b47267
.
Revert "add defaults to hrm settings"
This reverts commit 71892cf917
.
Revert "update UI pretty lazily, fix color of bpm"
This reverts commit 2e6489240d
.
Revert "karvonnen UI now updates with bpm from hrm"
This reverts commit d4db5bed6f
.
Revert "maybe now hrm setting work..."
This reverts commit 646ffa21fa
.
Revert "settings fix again"
This reverts commit 5a8046b6b6
.
Revert "try fix settings min"
This reverts commit 671a407513
.
Revert "fix hrm min setting"
This reverts commit ea005672f6
.
Revert "fix hrm min setting"
This reverts commit 7572ddd433
.
Revert "fix hrm max setting"
This reverts commit 2a83b7bf32
.
Revert "fix hrm max setting"
This reverts commit 4494b4863f
.
Revert "add hrm min/max settings"
This reverts commit 52c59702b0
.
Revert "add/rm semicolons"
This reverts commit 1d78542167
.
Revert "fix accidental removal of interval"
This reverts commit f2af13281c
.
Revert "move karvonnen out of app.js and require it into run.app.js when loading app to the watch"
This reverts commit 1df4962018
.
Revert "Revert "remove run.app.karvonnen.js, moved into app.js""
This reverts commit 2ed76d600b
.
Revert "add a comment, remove a print-statement"
This reverts commit 9035cc3a27
.
Revert "remove commented out lines"
This reverts commit 32267561a1
.
Revert "remove run.app.karvonnen.js, moved into app.js"
This reverts commit 705c2c5395
.
Revert "fix version metadata"
This reverts commit ef7f4d3a96
.
Revert "ChangLog version"
This reverts commit 502b992b29
.
Revert "version metadata"
This reverts commit 270c3d3f5b
.
Revert "Move karvonnen code into the run app"
This reverts commit e72a4d3082
.
Revert "Update run.app.karvonnen.js"
This reverts commit 5313d415d5
.
Revert "Add files via upload"
This reverts commit 51d62c816f
.
2023-02-23 00:03:40 +01:00
thyttan
db97ae8129
move changes to run to new app runplus
2023-02-23 00:03:40 +01:00
thyttan
753de2cec3
spelling comment
2023-02-23 00:03:40 +01:00
thyttan
ce2bd39456
remove export in karvonnen.js
2023-02-23 00:03:40 +01:00
thyttan
c41adc704e
change to use eval for launching karvonnen ui
2023-02-23 00:03:40 +01:00
thyttan
c9339fff94
tweaks to colors and placings
2023-02-23 00:03:40 +01:00
thyttan
be3218517b
tweaks to placing of things
2023-02-23 00:03:40 +01:00
thyttan
24d058bd9f
fix HRM settings default
2023-02-23 00:03:40 +01:00
thyttan
554ce16122
ChangeLog: alpha->beta
2023-02-23 00:03:40 +01:00
thyttan
8a3be33195
remove unnecessary semicolon
2023-02-23 00:03:40 +01:00
thyttan
125a2361c7
switch to run UI whenever pressing physical button
2023-02-23 00:03:40 +01:00
thyttan
2c4129d91f
after many changes and some testing many things seem to function very well
2023-02-23 00:03:40 +01:00
thyttan
085cc6c84e
add defaults to hrm settings
2023-02-23 00:03:40 +01:00
thyttan
4293d9db48
update UI pretty lazily, fix color of bpm
2023-02-23 00:03:40 +01:00
thyttan
4f0df4c872
karvonnen UI now updates with bpm from hrm
2023-02-23 00:03:40 +01:00
thyttan
eac4dab552
maybe now hrm setting work...
2023-02-23 00:03:40 +01:00
thyttan
4be7a7ad2c
settings fix again
2023-02-23 00:03:40 +01:00
thyttan
0d27662f16
try fix settings min
2023-02-23 00:03:40 +01:00
thyttan
5575c4e36a
fix hrm min setting
2023-02-23 00:03:40 +01:00
thyttan
fd1c3f1f15
fix hrm min setting
2023-02-23 00:03:39 +01:00
thyttan
553b2cf7fc
fix hrm max setting
2023-02-23 00:03:39 +01:00
thyttan
ef3794cfad
fix hrm max setting
2023-02-23 00:03:39 +01:00
thyttan
b8eca27831
add hrm min/max settings
2023-02-23 00:03:39 +01:00
thyttan
81d281e397
add/rm semicolons
2023-02-23 00:03:39 +01:00
thyttan
79db22915f
fix accidental removal of interval
2023-02-23 00:03:39 +01:00
thyttan
9f839273c8
move karvonnen out of app.js and require it into run.app.js when loading app to the watch
2023-02-23 00:03:39 +01:00
thyttan
fdd39bfeef
Revert "remove run.app.karvonnen.js, moved into app.js"
...
This reverts commit f9310b0ded91a0e1fa5d9c8e86cce4357e9cd899.
2023-02-23 00:03:39 +01:00
thyttan
3692f0e1b9
add a comment, remove a print-statement
2023-02-23 00:03:39 +01:00
thyttan
96a8da71d5
remove commented out lines
2023-02-23 00:03:39 +01:00
thyttan
f6d2d46e5a
remove run.app.karvonnen.js, moved into app.js
2023-02-23 00:03:39 +01:00
thyttan
b1a82286d7
fix version metadata
2023-02-23 00:03:39 +01:00
thyttan
7fe2d44e8c
ChangLog version
2023-02-23 00:03:39 +01:00
thyttan
0375bf594e
version metadata
2023-02-23 00:03:39 +01:00
thyttan
5f6149863d
Move karvonnen code into the run app
...
as discussed in https://forum.espruino.com/conversations/383175/#comment16875073
2023-02-23 00:03:39 +01:00
f-teacher
877b94b061
Update run.app.karvonnen.js
2023-02-23 00:03:39 +01:00
f-teacher
77065f5b46
Add files via upload
2023-02-23 00:03:39 +01:00
Rob Pilling
2b39b1e285
btadv: manually setup TS helpers - use Object.assign()
...
Currently we have `tsc` [generate code for es5], because we don't yet have es6 destructuring support in JSV (used [here], for example).
As a follow on from #2587 , this disables the TS poiyfill and points it at our `Object.assign`, so we benefit from these new features, while still keeping the target at es5.
[generate code for es5]: 380af9c600/tsconfig.json (L4-L4)
[here]: 380af9c600/apps/btadv/app.ts (L235)
2023-02-22 22:27:12 +00:00
Rob Pilling
87a448f76c
Add TypeScript details to READMEs
...
And in some cases, add READMEs
(this is a follow-up to #2589 )
2023-02-22 22:10:17 +00:00
Martin Boonk
b58b0133aa
powermanager - Fix widget drawing over other things if widgets hidden
2023-02-22 22:59:27 +01:00
Martin Boonk
8b7a63b718
powermanager - Update readme
2023-02-22 22:20:21 +01:00
Martin Boonk
48ac083189
powermanager - Cleanup interface UI
2023-02-22 22:01:34 +01:00
Martin Boonk
6104946a08
powermanager - Refactor cpu use sampling code
2023-02-22 22:00:31 +01:00
m-p-3
5993d24cc3
oopsie, moved comment to proper location
2023-02-22 13:42:31 -05:00
m-p-3
8b51c31027
Add generate.js -> lib.js note
...
Left a comment, to make it clearer that you should not modify "lib.js" directly, but to modify "generate.js" instead.
2023-02-22 13:40:57 -05:00
Erik Andresen
ed3ebf9754
gpsmagcourse: Avoid jitter, fix widget
2023-02-22 19:33:24 +01:00
Martin Boonk
4caaebf450
powermanager - Adds settings for widget in own menu
2023-02-22 19:09:28 +01:00
Martin Boonk
35ddc58b1f
powermanager - Only sample cpu use on drawing
2023-02-22 19:09:28 +01:00
Martin Boonk
8a5450370f
powermanager - Use less vertices to draw widget
2023-02-22 19:09:28 +01:00