Commit Graph

7734 Commits (8bde3465977a35012d9ba82a247c08fbdacd8bc8)

Author SHA1 Message Date
Gordon Williams 8bde346597
Merge pull request #1368 from Benjamin-6848/patch-1
fixed Font-Name in Morse App
2022-01-31 10:07:20 +00:00
Gordon Williams 5207ecf328
Merge pull request #1369 from thedod/banglejs-1-compatibility
`acmaze` and `ftclock` are `bangle.js 1` compat
2022-01-31 10:06:29 +00:00
Gordon Williams 39cc14f7f1
Merge pull request #1370 from emarc/master
New Ruuvi Watch version, redesigned and refactored
2022-01-31 10:06:05 +00:00
Gordon Williams 541a8554c3
Merge pull request #1372 from alessandrococco/master
use the correct key to check for translations
2022-01-31 10:05:43 +00:00
Alessandro Cocco 2190926242 use the correct key to check for translations 2022-01-30 22:27:49 +01:00
Marc Englund bcfb9167bd New version, redesigned and refactored
A bit of re-design and refactor before making things configurable.
Removed flicker.
2022-01-30 22:22:36 +02:00
The Dod faec5bd021 `acmaze` and `ftclock` are `bangle.js 1` compat
Both apps were tested on a `bangle.js 1` by forum user Mi:
https://forum.espruino.com/comments/16376253/
(thanks for testing).
2022-01-30 15:17:39 +02:00
Benjamin-6848 1babca18ba
fixed Font-Name in Morse App
fixed Font-Name in Morse App
2022-01-29 00:11:30 +01:00
Gordon Williams 2c9e164a06 Add 2v11.58 bootloader detect 2022-01-28 13:59:32 +00:00
Gordon Williams 76656f334b
Merge pull request #1364 from jes/master
Rename 'About' to 'More...'
2022-01-28 13:10:35 +00:00
James Stanley c50cdc5468 Rename 'About' to 'More...' 2022-01-28 11:47:23 +00:00
Gordon Williams 2f3a9c8c87 Merge branch 'run_module' 2022-01-28 09:46:39 +00:00
Gordon Williams 08e168ab62 docs on modules 2022-01-28 09:46:19 +00:00
Gordon Williams d2ec2ce3e6 run 0.04: Use the exstats module, and make what is displayed configurable 2022-01-28 09:45:56 +00:00
Gordon Williams 96bf4c444e
Merge pull request #1354 from halemmerich/health
health - Adds 3 minute setting
2022-01-28 08:50:54 +00:00
Gordon Williams d19734c6c1
Merge pull request #1355 from halemmerich/HRMACC
Adds app for recording HRM and accelerometer events
2022-01-28 08:48:24 +00:00
Gordon Williams 535cef2c90
Merge pull request #1358 from thedod/acmaze-0.03
Avoid erasing bottom widgets
2022-01-28 08:46:48 +00:00
Gordon Williams 2a10cd2073
Merge pull request #1359 from peerdavid/master
[NotAnalog clock] Performance improvements
2022-01-28 08:34:03 +00:00
Martin Boonk 5828e55dce Adds app for recording HRM and accelerometer events 2022-01-28 00:22:48 +01:00
Peer David 9c6b4b0e45
Merge branch 'espruino:master' into master 2022-01-27 19:30:40 +01:00
David Peer d2791b0bac Enable sleep modus only if alarm is not enabled. 2022-01-27 19:30:25 +01:00
Martin Boonk 2f531799db health - Adds 3 minute setting 2022-01-27 18:27:10 +01:00
Gordon Williams a0ca017af7 fix upload instructions 2022-01-27 16:51:06 +00:00
Gordon Williams 8d198bba6d tweak window text 2022-01-27 16:37:11 +00:00
Gordon Williams 1a92cc2557 fix broken scripts after metadata.json update 2022-01-27 16:36:45 +00:00
Gordon Williams 5ce3b4adaf Improve firmware updater app to allow it to easily update bootloader 2022-01-27 16:35:30 +00:00
The Dod fd4461b51e Avoid erasing bottom widgets
Turns out bottom widgets (specifically, digital clock widget)
were disappearing during maze generation. Still not clear _why_,
but calling `Bangle.drawWidgets()` from inside the `Maze` object
constructor solves this.

Also: say "Btn1" in order to be less confusing on `bangle.js 1`
(before I ask people to test this app on that platform).
2022-01-27 18:05:08 +02:00
Gordon Williams a0e631a9dd fix script 2022-01-27 14:34:39 +00:00
Gordon Williams 30d038324a create xstats module and make run app configurable to display different stats 2022-01-27 14:05:47 +00:00
Gordon Williams e0c1c634ee Merge branch 'master' of github.com:espruino/BangleApps 2022-01-27 09:08:06 +00:00
Gordon Williams 5a46508ad2
Merge pull request #1350 from jes/wpmoto
Add Waypointer Moto
2022-01-27 08:25:13 +00:00
Gordon Williams 890d5fa40d
Merge pull request #1353 from halemmerich/bthrm
bthrm - Better stability and auto reconnect
2022-01-27 08:21:13 +00:00
Gordon Williams 099db1ccba
Merge pull request #1351 from thedod/lapcounter-0.03
Make lapcounter behave better on `Bangle.js 1`
2022-01-27 08:21:04 +00:00
Gordon Williams 5208b9bc01
Merge pull request #1356 from nujw/master
Fix metadata.json
2022-01-27 08:18:02 +00:00
nujw 28083b6411
Update ChangeLog 2022-01-27 13:36:14 +13:00
nujw 500333ccaa
Update ChangeLog 2022-01-27 13:29:45 +13:00
nujw 0eb763c3c3
Fix version number 2022-01-27 13:26:40 +13:00
Martin Boonk 26226ffc9c bthrm - Better stability and auto reconnect 2022-01-26 22:29:51 +01:00
The Dod f65746266f Make lapcounter behave better on `Bangle.js 1`
* 1 bit icon on opening screen (appears in fg color)
* Say "button 1" instead of "button"
2022-01-26 18:22:45 +02:00
James Stanley 8c4d97e547 Implement Waypointer Moto 2022-01-26 16:01:19 +00:00
James Stanley 058d39a285 Copy waypointer to wpmoto 2022-01-26 16:01:14 +00:00
Gordon Williams d46f9bd1ee
Merge pull request #1349 from HilmarSt/master
RAM Widget: Now also visible on Bangle.js 2
2022-01-26 14:02:14 +00:00
Hilmar Strauch b6d425f4ad
Update widget.js 2022-01-26 14:42:48 +01:00
Hilmar Strauch b7cb979c6b
Update metadata.json 2022-01-26 14:41:38 +01:00
Hilmar Strauch 947f403ba0
Update widget.js 2022-01-26 14:29:53 +01:00
Hilmar Strauch 88ac23b657
Update metadata.json 2022-01-26 14:27:12 +01:00
Hilmar Strauch 50e139bd99
Update ChangeLog 2022-01-26 14:26:41 +01:00
Gordon Williams e1dba617ed
Merge pull request #1347 from myxor/circlesclock_v0.08
Circlesclock v0.08
2022-01-26 13:24:14 +00:00
Gordon Williams 6a50d3fcce
Merge pull request #1348 from myxor/update_core
Update core submodule
2022-01-26 13:23:59 +00:00
Marco Heiming 513fef0860 Update core submodule 2022-01-26 13:42:43 +01:00