Commit Graph

5790 Commits (4a8aaf7026a01431168b3c906380f3d7adaf0678)

Author SHA1 Message Date
Gordon Williams 507b36b790 Merge branch 'master' of github.com:espruino/BangleApps 2022-01-31 10:49:22 +00:00
Gordon Williams 7f21a5d46d
Merge pull request #1360 from HilmarSt/master
Add "Chime the Time" to Vector Clock
2022-01-31 10:48:03 +00:00
Gordon Williams 5708e0b433 run 0.05: exstats updated so update 'distance' label is updated, option for 'speed' 2022-01-31 10:40:35 +00:00
Gordon Williams c7bfc902e2
Merge pull request #1367 from Johoseph/app/sonic-clock
Added configurable settings to Sonic Clock app
2022-01-31 10:08:49 +00:00
Gordon Williams 8305b66b24 version for last PR 2022-01-31 10:08:21 +00:00
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
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
Joseph Moroney 55e4866efd patch - 2v11 changes + `fullReset` update 2022-01-29 11:05:26 +10:00
Benjamin-6848 1babca18ba
fixed Font-Name in Morse App
fixed Font-Name in Morse App
2022-01-29 00:11:30 +01:00
Joseph Moroney 9d5ce3ae7d Merge branch 'master' of https://github.com/espruino/BangleApps into app/sonic-clock 2022-01-29 08:52:06 +10:00
Joseph Moroney ddbaf97b7d patch - call `Bangle.setUI` when exiting settings 2022-01-29 08:37:46 +10:00
Gordon Williams 2c9e164a06 Add 2v11.58 bootloader detect 2022-01-28 13:59:32 +00:00
Gordon Williams 2f3a9c8c87 Merge branch 'run_module' 2022-01-28 09:46:39 +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
Martin Boonk 5828e55dce Adds app for recording HRM and accelerometer events 2022-01-28 00:22:48 +01:00
Hilmar Strauch 38ea17592a
Update app.js 2022-01-27 21:58:24 +01:00
Hilmar Strauch 6718b4317f
Update settings.js 2022-01-27 21:55:01 +01:00
Hilmar Strauch 22c30219a1
Update metadata.json 2022-01-27 21:51:06 +01:00
Hilmar Strauch b930a8d2af
Update ChangeLog 2022-01-27 21:38:57 +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 8d198bba6d tweak window text 2022-01-27 16:37:11 +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 30d038324a create xstats module and make run app configurable to display different stats 2022-01-27 14:05:47 +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
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
Marco Heiming 50b40aa5a4 Code format 2022-01-26 12:56:23 +01:00
Marco Heiming d23746d913 Update metadata.json 2022-01-26 12:54:35 +01:00