Commit Graph

12250 Commits (f1bb41743e14cd68b63c8cd5ce7169c740d9bd23)

Author SHA1 Message Date
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
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
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