Commit Graph

14351 Commits (3deef94948c21d09bfa84a91e59f86649111f708)

Author SHA1 Message Date
Gordon Williams cc990541fb
Merge pull request #3154 from bobrippling/fix/fwupdate-reset
fwupdate: don't reset the watch after upload
2024-01-17 09:09:59 +00:00
Rob Pilling c7cddf7a41
Merge pull request #3157 from nxdefiant/master
calendar: Load holidays before events
2024-01-15 21:01:07 +00:00
Rob Pilling fd0c46608a fwupdate: pass { noFinish: true } for app 2024-01-15 20:53:10 +00:00
thyttan ab25bd9e58
Merge pull request #3158 from flaparoo/fix-dragboard
Fix dragboard
2024-01-15 14:53:09 +01:00
Gordon Williams 8f7528699f Add better testing for 2v20 bootloader 2024-01-15 12:06:26 +00:00
Flaparoo 33c5bd1b79 dragboard: update version for fix 2024-01-15 17:27:03 +08:00
Flaparoo 99bb9a2d2e dragboard: fix touch region for letters 2024-01-15 17:25:25 +08:00
Erik Andresen ef7695bc76 calendar: remove duplicate settings call 2024-01-15 07:15:30 +01:00
Erik Andresen ae25c46690 calendar: remove debug statement 2024-01-15 07:06:34 +01:00
Felipe Manga ddb503ec92 Add PokeWalk watch face 2024-01-13 16:30:28 +00:00
Rob Pilling a75338efae fwupdate: don't reset the watch after upload
Closes #3153.

Trace:
```
apps/fwupdate/custom.html:423: calls `sendCustomizedApp()`
core/lib/customize.js:63: send customised app
core/js/index.js:340: handle `"app"` message
core/js/index.js:356: call `uploadApp()`
core/js/comms.js:166: call `showUploadFinished()`
core/js/comms.js:24: reset watch (if autoReload is set)
```
2024-01-13 12:08:34 +00:00
Erik Andresen 04950706fb tetris: Added comment 2024-01-13 10:14:34 +01:00
Erik Andresen 97a5875d41 tetris: Reimplement original controls
Bring back old controls as "swipe" in menu

Also now exits with short button press
2024-01-13 10:06:24 +01:00
Erik Andresen 8b7ee2390d calendar: Load holidays before events
Previously events were loaded and as result painted first and a
following draw on a holiday would overwrite the event indicator
2024-01-13 09:11:54 +01:00
Gordon Williams 31bf63aeb5 Add CRC for 2v20 bootloader, and also allow easy updates to 2v20 which should work better for iOS users 2024-01-10 12:04:35 +00:00
Gordon Williams e67d74419c add another bootloader CRC 2024-01-10 11:58:16 +00:00
Rob Pilling d646e04b42
Merge pull request #3141 from nxdefiant/master
added hrm sport mode setting
2024-01-05 19:41:14 +00:00
melim bdc7a5ea5c Create a recipe app mentioned in issue #795 2024-01-02 20:00:40 +01:00
Gordon Williams 657e06d824 imgclock 0.11: Allow fullscreen clock faces with hidden widgets 2024-01-02 15:05:56 +00:00
Gordon Williams 6a75df46d1 ios 0.16: Always request Current Time service from iOS 2024-01-02 15:05:56 +00:00
Erik Andresen 1369c5485d sportmode: fastload support
go directly to settings and back

e.g.
eval(require('Storage').read('sportmode.settings.js'))(() => draw());
2024-01-01 11:19:53 +01:00
Erik Andresen 23ba4778e8 sport mode settings: calculate array length 2023-12-30 09:33:49 +01:00
Erik Andresen 127d331ed1 added hrm sport mode setting 2023-12-30 09:26:54 +01:00
thyttan bb074c6953 spotrem: bump version and ChangeLog 2023-12-26 22:52:46 +01:00
thyttan 6b5362148a spotrem: further refactor to shorten code somewhat
fixes search and play, which was broken in version v0.10 of spotrem.
2023-12-26 22:51:38 +01:00
thyttan 8aef1c6b80 spotrem: comment out demo function 2023-12-26 22:45:12 +01:00
thyttan ca68658c01 spotrem: remove unused function 2023-12-26 22:45:12 +01:00
thyttan d2674e69c0 spotrem: remove commented out intent flags 2023-12-26 22:45:12 +01:00
thyttan 00c91839ae spotrem: keep variable in app local scope 2023-12-26 22:45:01 +01:00
Gordon Williams ba082f670c widdst 0.05: Tweaks to ensure Gadgetbridge can't overwrite timezone on 2v19.106 and later 2023-12-19 12:30:24 +00:00
shansou504 0a56103547
Create ChangeLog 2023-12-17 21:24:43 -05:00
shansou504 bdc5274572
change to v0.02 remove unneeded squares 2023-12-17 21:17:04 -05:00
shansou504 58407d5819
update screenshot to match update 2023-12-17 21:15:43 -05:00
shansou504 68743c6ba5
Delete apps/binaryclk/screenshot.png 2023-12-17 21:14:36 -05:00
shansou504 161e6dbf5d
Merge branch 'espruino:master' into master 2023-12-17 20:36:50 -05:00
shansou504 d6393a6c43
Remove unneeded squares 2023-12-17 20:36:00 -05:00
Rob Pilling 76c6bd858f
Merge pull request #3131 from nxdefiant/master
widhrzone: Read maximum HRM from myprofile
2023-12-16 11:34:41 +00:00
Erik Andresen 6d56a8512b widhrzone: Read maximum HRM from myprofile
drop own settings
2023-12-15 20:12:53 +01:00
Rob Pilling 61591c4542
Merge pull request #3130 from nxdefiant/master
chess: Use Bangle.setBacklight()
2023-12-14 23:12:50 +00:00
Rob Pilling 6c0bb9d9e3
Merge pull request #3129 from LeonMatthes/calclock
CalClock: No buzz during quiet hours
2023-12-14 23:12:39 +00:00
Rob Pilling 6f0e9ab561
Merge pull request #3127 from thyttan/spotify-remote
spotrem: some refactoring shortening the code
2023-12-14 23:12:25 +00:00
Erik Andresen aea3033f52 chess: Use Bangle.setBacklight()
instead of Bangle.setLCDTimeout() to turn off the LCD while the computer is
thinking.
2023-12-14 07:13:03 +01:00
Leon Matthes 8d2f4c9570 CalClock: No buzz during quiet hours
Tweak 30-minute buzz
2023-12-13 21:30:52 +01:00
Gordon Williams d491c63701
Merge pull request #3120 from nxdefiant/master
health: calculate distance from steps & introduce myprofile
2023-12-13 15:32:01 +00:00
Erik Andresen 9f3d78cbeb myprofile: Added height setting 2023-12-12 21:14:28 +01:00
Erik Andresen 16cc803b86 myprofile: Add birthday setting 2023-12-12 19:30:46 +01:00
thyttan c7bfc08e96 spotrem: some refactoring shortening the code 2023-12-11 22:42:28 +01:00
Erik Andresen 799c0b4e89 health: include step data for today 2023-12-11 07:32:58 +01:00
shansou504 0375147ee5
Merge branch 'espruino:master' into master 2023-12-10 23:50:39 -05:00
shansou504 45e59c000b
Update screenshot 2023-12-10 23:50:09 -05:00