Commit Graph

14749 Commits (74e5b6cb9fc3cb309d5139c7c7366eff220b2b8f)

Author SHA1 Message Date
Anonymous941 a08e4dbd4f tetris: add clear effect and more bug fixes 2024-01-22 13:36:45 -05:00
Anonymous941 60bab26d83 tetris: bug fixes, add back swipe controls 2024-01-22 10:52:51 -05:00
Gordon Williams a98ce79c43 Add new, more useful spirit level app 2024-01-22 15:30:17 +00:00
Gordon Williams a4c822c0f5 swap screenshots so more important one is first 2024-01-22 14:45:54 +00:00
Gordon Williams 812a4cfaf4 Add VT100 termional app 2024-01-22 14:39:13 +00:00
Anonymous941 1a1b79d41b tetris: major overhaul
Added score, levels, bugfixes and misc, inspired by NES tetris
2024-01-21 19:24:31 -05:00
Hairo 02cb97ee5d [Rebble] Update metadata and readme 2024-01-21 19:12:20 -04:00
Hairo 3bce4cfb75 [Rebble] Fix build issues 2024-01-21 18:53:59 -04:00
Hairo 7b8762b5ce [Rebble] add fullscreen option 2024-01-21 18:43:16 -04:00
thyttan daf7e745ec
Merge pull request #3148 from deepDiverPaul/app/line-clock
New App: Line clock
2024-01-20 23:01:57 +01:00
thyttan ef94eab363
Update settings.js
Delete custom formatting for booleans in settings, falling back on the default checkboxes.
2024-01-20 22:58:30 +01:00
Rob Pilling 2a99527ecf
Merge pull request #3146 from hanna0616/hanna0616-patch-1
Hanna0616 patch 1
2024-01-20 20:17:59 +00:00
Rob Pilling aa70f71858
Merge pull request #3149 from bobrippling/sanitycheck/boolean-formatters
Remove unnecessary boolean formatters
2024-01-20 20:15:29 +00:00
Paul Spenke c21ea99724 Refactor settings in line_clock app
The `settings` object has been renamed to `initialSettings` for better clarity as these values represent the initial, default settings. Also, the code to remove the clock UI has been commented out, possibly signaling future work on applying the Fast Load system, but this needs to be confirmed. Lastly, calling settings to draw locking and minute indicators has been updated to call the renamed `initialSettings` object.
2024-01-20 19:48:33 +01:00
Rob Pilling 7cd597ccf9
Merge pull request #3161 from thyttan/forge
forge: Compatibility with Fastload Utils
2024-01-18 20:19:54 +00:00
thyttan 3f16edcaf8 forge: Compatibility with Fastload Utils
... by adding the string `"Bangle.loadWidget()";`. This way Fastload
Utils thinks widgets would be present and so fastloads. But in the
absence of Fastload Utils no widgets will be loaded, and so no overhead
is added for the usual case.
2024-01-18 19:18:28 +01:00
shansou504 67605dc69c
Merge branch 'espruino:master' into master 2024-01-18 09:48:52 -05:00
shansou504 657c8898cc remove extra files 2024-01-18 09:45:14 -05:00
shansou504 c06612b400 add fullscreen option 2024-01-18 09:34:29 -05:00
shansou504 9175d5cc0e added settings for fullscreen 2024-01-17 13:26:28 -05:00
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
frederic wagner fe40249242 gipy: fix for path generation (smaller size) 2024-01-13 09:36:20 +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 b5b65406c0 Update apps to remove default boolean formatters 2024-01-08 21:53:11 +00:00
Paul Spenke 651d08de53 Update changelog 2024-01-06 15:06:25 +01:00
Paul Spenke e62d3fd219 Add Storage requirement to Line Clock app 2024-01-06 15:00:52 +01:00
Rob Pilling d646e04b42
Merge pull request #3141 from nxdefiant/master
added hrm sport mode setting
2024-01-05 19:41:14 +00:00
Paul Spenke a54d37dbfc Implement showMinute setting in Line Clock app
The commit adds 'showMinute' configuration in both app and settings file for the Line Clock app, allowing users to choose whether to display the minute. An additional property within the settings JSON file is now read at application start to adjust behavior accordingly.
2024-01-05 19:15:55 +01:00
Paul Spenke 7ab3fe2f37 Add new Line Clock application
This commit introduces the Line Clock application. The Line Clock is a readable analog clock that is customizable via the theme configuration. It includes a JavaScript logic file, an app icon, a metadata JSON file, a README, and a ChangeLog file. This also includes the MIT license file.
2024-01-05 12:15:31 +01:00
pglez82 2f5dd2b4b8 adding changelog 2024-01-04 19:24:26 +01:00
pglez82 f41fcb8881 adding app icon 2024-01-04 19:20:43 +01:00
pglez82 cbcd25c4a2 quote clock 2024-01-04 19:16:42 +01:00
pglez82 f9eaf70548 updating version in metadata.json 2024-01-04 18:08:26 +01:00
pglez82 a1968d4936 adding new constelations to planetarium 2024-01-04 18:05:15 +01:00
Pablo González 950f5b79d6
step second by second 2024-01-04 17:53:44 +01:00
hanna0616 a8ddde48db
Update app.js 2024-01-04 16:14:02 +01:00
hanna0616 0b2dfae94f
Update app.js 2024-01-04 15:54:24 +01:00
hanna0616 8a4be166af
Create ChangeLog 2024-01-03 11:48:26 +01:00
hanna0616 dd82b80b86
Update app-icon.js 2024-01-03 11:35:39 +01:00
hanna0616 221138a981
Update app-icon.js 2024-01-03 11:34:34 +01:00
hanna0616 e0f9b5695a
Update metadata.json 2024-01-03 11:30:06 +01:00
hanna0616 f6231de549
Create metadata.json 2024-01-03 11:04:58 +01:00
hanna0616 5c17492486
Create app-icon.js 2024-01-03 11:02:37 +01:00
hanna0616 fc28c7306f
add png 2024-01-03 10:59:05 +01:00
hanna0616 128257c4bb
Create app.js 2024-01-03 10:52:30 +01: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
wagnerf42 3fe40c7fe7
Merge branch 'espruino:master' into master 2023-12-22 17:26:49 +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
frederic wagner f3f305f957 gipy: fix for maps2gpx files 2023-12-11 17:08:06 +01:00
frederic wagner 8bfa4e32cc gipy: new menu to reverse path quickly 2023-12-11 16:07:20 +01:00
frederic wagner ae784dc4f1 gipy: fix for large files + size opt for prefix 2023-12-11 14:27:17 +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
Rob Pilling c78be61f19
Merge pull request #3125 from nxdefiant/ical
sched/calendar interface: fix null timezone
2023-12-10 22:40:23 +00:00
Erik Andresen c815168bda sched/calendar interface: fix null timezone 2023-12-10 19:49:37 +01:00
Rob Pilling 9314d45b56
Merge pull request #3123 from pavelmachek/m_21_bad
bad apple: Initial version of the demo.
2023-12-10 10:52:48 +00:00
Rob Pilling 77d41bd569
Merge pull request #3124 from Ronin0000/master
LCARS Clock v0.30 (Adds More Colors/ Random Color Selection/ Bug Fixes)
2023-12-10 10:36:09 +00:00
Erik Andresen b639dd41f9 myprofile updates 2023-12-10 10:30:55 +01:00
Erik Andresen df662ef2ad myprofile: updated README 2023-12-10 10:09:25 +01:00
Erik Andresen 7fc2ce0375 Added myprofile 2023-12-10 09:39:13 +01:00
Erik Andresen b723512dce health: move strideLength to new app myprofile 2023-12-10 09:18:21 +01:00
Ronin0000 cbb2b155ae
Update lcars.settings.js 2023-12-09 16:49:36 -08:00
Ronin0000 a5c24cd7b4
delete debugging code 2023-12-09 16:44:59 -08:00
Ronin0000 19ac4017bb
Change the settings to be based off the array length, so it shows all the colors 2023-12-09 16:42:48 -08:00
Ronin0000 7a18c3b444
Update lcars.settings.js with newest colors 2023-12-09 16:34:37 -08:00
Ronin0000 6b43fb55d6
Update ChangeLog 2023-12-09 16:34:00 -08:00
Ronin0000 482b30dfdd
Update lcars.app.js with final 0.30 version with more colors and random color functionality
Update lcars.app.js with final 0.30 version with more colors and random color functionality
2023-12-09 16:33:39 -08:00
Ronin0000 d9ec4f354c
Fix bug with 0.30 beta 2023-12-09 14:16:44 -08:00
Ronin0000 39c9158b50
Update lcars.app.js Fix Bug with 0.30 update 2023-12-09 14:06:55 -08:00
Ronin0000 42db617249
Update README.md 2023-12-09 13:58:57 -08:00
Ronin0000 e8ace24ed4
Update metadata.json 2023-12-09 13:58:16 -08:00
Ronin0000 628c3f4a39
Update ChangeLog 2023-12-09 13:58:01 -08:00
Ronin0000 56130e2f74
Update lcars.settings.js with 10 new colors and random colors on startup 2023-12-09 13:56:29 -08:00
Ronin0000 5c2ee99bb5
Update lcars.app.js with 10 new colors and random colors on startup 2023-12-09 13:56:17 -08:00
Pavel Machek 2347a01fa0 bad apple: Initial version of the demo.
This adds famous movie with music.
2023-12-08 22:23:18 +01:00
shansou504 46d93ba792
Update metadata.json 2023-12-08 14:44:03 -05:00
shansou504 ea85f732de
Update metadata.json to poitn to app-icon.png 2023-12-08 14:39:14 -05:00
shansou504 af6108de4e actually fixed spacing 2023-12-08 13:19:18 -05:00
shansou504 ef3087ac4b
tab spacing app.js 2023-12-08 13:09:42 -05:00
shansou504 81e3afa3b8
Add files via upload 2023-12-08 12:00:43 -05:00
shansou504 99416d6bca
Update metadata.json 2023-12-08 12:00:09 -05:00
frederic wagner 371345b861 Merge branch 'master' of github.com:wagnerf42/BangleApps 2023-12-08 17:53:14 +01:00
frederic wagner 8a61cc217a gipy: wip: trying to load large files 2023-12-08 17:52:53 +01:00
shansou504 a80c00dc8f
Create metadata.json 2023-12-08 11:47:24 -05:00
shansou504 56b6188d1c
Create app-icon.js 2023-12-08 11:10:40 -05:00
shansou504 086b1b701a
Create app.js 2023-12-08 11:05:57 -05:00
Erik Andresen ef74b85ef9 health: calculate distance from steps
bring back locale, rounding fixes
2023-12-05 21:03:32 +01:00
Erik Andresen e37b7c804a health: calculate distance from steps
Simplify stride length setting, remove locale
2023-12-04 19:02:45 +01:00
Gordon Williams b5abec090e hworldclock 0.34: Fix 'fast load' so clock doesn't always redraw when screen unlocked/locked 2023-12-04 15:45:08 +00:00
Rob Pilling f63054d326
Merge pull request #3119 from flaparoo/coloursdemo
New app: coloursdemo
2023-12-04 08:50:39 +00:00
flaparoo 7957d8507c
colourdemo: fix clear() call
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-12-04 08:23:20 +08:00
Rob Pilling 5f798ee9a7
Merge pull request #3104 from thyttan/recorder-1-sec-on-gps-event
Recorder: Period 1s + Log GPS => record on GPS event
2023-12-03 22:58:16 +00:00
Erik Andresen 8fe9bf1b64 Merge remote-tracking branch 'origin/master' 2023-12-03 20:49:56 +01:00
Erik Andresen dbf8995b14 health: calculate distance from steps
- multiplies step counts with stride length
- distance menu under step counting is only available if stride length is
set
2023-12-03 20:45:28 +01:00
Rob Pilling e513b90bf4
Merge pull request #3117 from wagnerf42/master
gipy: new release
2023-12-01 22:21:12 +00:00
thyttan 9614c7f29a recorder:Period 1s + Log GPS =>record on GPS event
recorder: writeInterval becomes writeSetup

recorder:change according to some Web IDE warnings

Update apps/recorder/widget.js

Co-authored-by: Rob Pilling <robpilling@gmail.com>

recorder: use `typeof writeSetup === "number"`
2023-12-01 23:05:31 +01:00
Gordon Williams 99076fa3ef Fix errant trailing spaces for long time output in some locales 2023-12-01 08:52:56 +00:00
Flaparoo e1eccad87e New app: coloursdemo 2023-12-01 15:10:12 +08:00
Erik Andresen 4f38e475a8 fix ChangeLog 2023-11-30 22:24:26 +01:00
Erik Andresen 68b1a36780 widmp: Fix variable definitions 2023-11-30 22:20:48 +01:00
Erik Andresen e96ffad55f openstmap: fix if no map
Display message if no map is installed
2023-11-30 21:00:05 +01:00
Gordon Williams e5ebb03e13
Merge pull request #3115 from 7kasper/master
Presentor V0.08 -> V0.14
2023-11-30 09:38:16 +00:00
wagnerf42 f4d4307229
Merge branch 'espruino:master' into master 2023-11-30 10:26:11 +01:00
Gordon Williams b16ea5b7d2 hworldclock: Tidy up and fix clearInterval(undefined) errors 2023-11-30 09:05:27 +00:00
7kasper 65fa387739
Fixes and add spotlight and default screen 2023-11-29 11:20:07 +01:00
Rob Pilling 7a1eaf3622
Merge pull request #3113 from lauzonhomeschool/show_alarm_groups
[alarm] show alarm groups if setting is ON; scroll alarms menu to previous position when going back
2023-11-29 08:14:33 +00:00
7kasper ff4a57de76
Remove dragging and fix cntrl (hopefully) 2023-11-29 01:16:42 +01:00
7kasper a0b42267ff
Testing ctrl keypress 2023-11-29 01:03:57 +01:00
7kasper d160a78231
Next attempt at holding mouse 2023-11-29 00:54:41 +01:00
7kasper 825450f663
Try drag mouse support 2023-11-29 00:31:20 +01:00
7kasper 5a400480e0
Fix mousemove getting stuck. 2023-11-29 00:18:59 +01:00
7kasper 1c160d7737
Little better readme 2023-11-28 23:01:11 +01:00
7kasper 4db81c95ef
Do some bugfixes on presentor app. 2023-11-28 20:08:39 +01:00
7kasper fc50f3d14f
First readme fix. 2023-11-28 19:52:04 +01:00
7kasper 7c8daaa6aa
also add changelog >.< 2023-11-28 19:34:38 +01:00
7kasper 77edfe6936
Code cleanup + windows 11 support 2023-11-28 19:30:12 +01:00
lauzonhomeschool 96778b6be1
Update app.js compact showAlarm boolean 2023-11-27 22:27:13 -05:00
frederic wagner 7e6b77ff4e gipy: fix for zoom + touch update 2023-11-27 09:34:41 +01:00
lauzonhomeschool 9571d6ab97
Update app.js save a few chars on the showAlarm boolean 2023-11-24 15:30:57 -05:00
lauzonhomeschool 85ce98a126
Update app.js for idiomatic group || 2023-11-24 14:54:45 -05:00
lauzonhomeschool d4f5c37f67
Update apps/alarm/app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-11-24 14:38:42 -05:00
Gordon Williams 62686795a5 Add clock info clock widget 2023-11-24 16:46:22 +00:00
Gordon Williams 4fc5fa285a update global settings 2023-11-24 08:36:29 +00:00
Gordon Williams ed23ccfadc
Fix typo
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-11-24 08:32:06 +00:00
Gordon Williams acd01ce4bc
Update apps/openstmap/interface.html
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-11-24 08:31:12 +00:00
lauzonhomeschool 10fd71ee0c [alarm] version 0.46 2023-11-23 22:38:37 -05:00
lauzonhomeschool 1e8165be8a [alarm] scroll alarms menu to prev position 2023-11-23 22:30:16 -05:00
lauzonhomeschool 1aa407963e [alarm] show alarm groups if setting is ON, fix 0.44 selectedAlarm bug 2023-11-23 22:29:00 -05:00
Gordon Williams fcebbf3ef4 Added Utils.readStorageJSON and relaxed JSON parser, and swap all interface.html over
to using it.

This allows Bangle.js 2v20 (or cutting edge) and later to store a relaxed
'JSON' on internal storage which (while still normal JS) is smaller and faster
(and preserves unicode better)

See https://github.com/espruino/Espruino/issues/2429
2023-11-23 12:52:48 +00:00
Rob Pilling 0e4fa182eb Merge pull request #3108 from g-rden/dwm-clock
Daylight world map clock
2023-11-22 08:03:04 +00:00
Rob Pilling 22e5fe8ebf
Merge pull request #3107 from pavelmachek/m_20_altimeter
altimeter: use system variables to calibrate altimeter.
2023-11-22 07:58:19 +00:00
Rob Pilling 05193753de
Merge pull request #3102 from thyttan/recorder
Recorder: 1 second period with 1 decimal place
2023-11-22 07:53:54 +00:00
g-rden 528dcbaafd
use different colour settings 2023-11-20 13:49:20 +00:00
g-rden c8d3f3c146
Create app.js 2023-11-20 13:46:37 +00:00
g-rden 4a3049ad2a
Create README.md 2023-11-20 13:39:47 +00:00
g-rden 4005eb59a3
Create app-icon.js 2023-11-20 13:23:16 +00:00
g-rden ae86f6a0b8
add app.png 2023-11-20 13:21:56 +00:00
g-rden cf5ed643e2
add screenshot 2023-11-20 13:07:08 +00:00
g-rden e985aa28bd
Create metadata.json 2023-11-20 12:59:20 +00:00
g-rden f0738b6179
Create ChangeLog 2023-11-20 12:51:08 +00:00
frederic wagner bd3f4489c4 gipy: fixed perf issues in new display algorithm 2023-11-20 11:48:45 +01:00
Gordon Williams c0dbd64a43
Merge pull request #3106 from nxdefiant/master
health/interace: Replace moving average for bpm with avg
2023-11-20 09:30:14 +00:00
Erik Andresen 69dbc18eee health/interface: replace moving average with average 2023-11-20 07:47:53 +01:00
Pavel Machek aad5aae3ca [] altimeter: update to v0.04 2023-11-19 17:08:59 +01:00
Pavel Machek 0c220b4091 [] altimeter: immediately show altitude after calibration changes 2023-11-19 17:08:59 +01:00
Pavel Machek ae5bb890e8 [] altimeter: use system variables to calibrate altimeter. 2023-11-19 17:08:59 +01:00
Erik Andresen 12dcefedf5 health: Fix bpm for not continous data 2023-11-19 09:42:35 +01:00
thyttan c82feadca4 recorder: 1 decimal place for 1 second period logs 2023-11-17 22:51:21 +01:00
Gordon Williams 9ea23e39a5 misc adjustment - forgot to add to the last commit 2023-11-17 17:05:46 +00:00
Gordon Williams 9aefeb9fe6 messages: Handle text with images in messages list by just displaying the first line 2023-11-17 16:19:06 +00:00
Rob Pilling 8f67f1a8d8
Merge pull request #3101 from Rarder44/Messages-Light
messages_light: Fix js issues
2023-11-17 09:00:19 +00:00
Erik Andresen 61b207e0fa waypoints: Fixes for Bangle.js 1 2023-11-17 04:09:45 +01:00
Erik Andresen 61804505d7 waypoints fixes
- Do not register as type waypoint - show in launcher
- Fixes for Bangle.js 1
- Fixes for not installed textinput
2023-11-16 21:39:37 +01:00
Erik Andresen df78381823 settings: Fix syntax error 2023-11-16 19:30:26 +01:00
nxdefiant 6a0236aa44
Merge branch 'espruino:master' into master 2023-11-16 19:12:39 +01:00
Gordon Williams 681bd41945 Rename 'Wake on BTN1/Touch' to 'Wake on Button/Tap' on Bangle.js 2 2023-11-16 15:04:24 +00:00
Rarder44 56b4709421 messages_light: Fix removal notification from the list of current notifications 2023-11-16 15:53:24 +01:00
frederic wagner 4da1282dec gipy: fine tuning new display algorithm 2023-11-16 15:27:56 +01:00
frederic wagner 9f1800e181 gipy: zoom is back 2023-11-16 11:23:43 +01:00
Rob Pilling a4716c8718 recorder: introduce `settings` in getActiveRecorders() 2023-11-15 22:42:03 +00:00
Rob Pilling 22706db541 recorder: handle initial/non-settings load 2023-11-15 21:54:04 +00:00
thyttan 47d33568cc
Merge pull request #3098 from bobrippling/fix/recorder-fields
recorder: don't prompt the user when the columns change - force new file
2023-11-15 22:47:16 +01:00
Rob Pilling 301f0ee227
Merge pull request #3094 from pavelmachek/m_18_skyspy
skyspy: view sattelitte positions
2023-11-15 21:36:03 +00:00
Erik Andresen fc00a21a91 alarm: Fix typo in changelog 2023-11-15 21:41:31 +01:00
Erik Andresen 8bdc54dd4f alarm: defaultDeleteExpiredTimers detection
Fix new alarm when selectedAlarm is undefined
2023-11-15 21:36:44 +01:00
Rob Pilling f5ac8ade61 recorder: don't prompt the user when the columns change - force new file 2023-11-15 19:37:27 +00:00
Rob Pilling 865ca1f518
Merge pull request #3093 from pavelmachek/m_17_forge
forge: Initial version of application to help developers
2023-11-15 18:12:53 +00:00
Pavel Machek 29c1f0a1fa skyspy: I misunderstood implications of "back", should now be fixed 2023-11-15 11:01:38 +01:00
Pavel Machek 1b8cc09513
Simplify forge.app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-11-15 10:55:14 +01:00
Rob Pilling 98e560a756
Merge pull request #3095 from pavelmachek/m_19_wpedit
waypoints: Merge waypoint_editor into waypoints application
2023-11-15 08:57:48 +00:00
Rob Pilling 7047d40bf1
Merge pull request #3089 from Mineinjava/master
Add weather and calendar data to iOS integration
2023-11-14 22:08:51 +00:00
Pavel Machek ed80f56839 skyspy: Fix typo, clarify this is about GPS. 2023-11-14 21:49:06 +01:00
Erik Andresen 9aaa451c5e Add widhrzone
Widget that displays the current out of five heart rate zones
2023-11-14 19:32:26 +01:00
frederic wagner 6431c279e4 gipy: new display algorithm 2023-11-14 16:40:30 +01:00
Pavel Machek afa7d801c3 waypoints: Merge waypoint_editor into waypoints application
Waypoint editor is reasonably small piece of javascript, so merge it
with waypoints and make it always-available.
2023-11-14 12:27:51 +01:00
Pavel Machek dabf4cbc76 skyspy: initial import.
Application to view sattelitte positions and whether watch can receive
data from them.
2023-11-14 12:20:36 +01:00
Pavel Machek 1d5cd5f900 forge: Tiny cleanups. 2023-11-14 12:04:51 +01:00
Pavel Machek 3004106991 forge: Initial version of application to help developers 2023-11-14 12:02:57 +01:00
Rob Pilling 950883e432
Merge pull request #3090 from hughbarney/master
clkinfocal - add settings menu for 3 different date formats
2023-11-12 16:19:09 +00:00
Hugh Barney cd1b1c643f clkinfocal, updated description 2023-11-12 12:15:22 +00:00
Hugh Barney 1f7f4fdbf1 clkinfocal switch on the string of the date format 2023-11-11 18:42:08 +00:00
Hugh Barney e9ec30ddf0 Merge remote-tracking branch 'upstream/master' 2023-11-11 18:22:06 +00:00
Hugh Barney dc3ba06e9e clkinfocal added settings menu for different date formats 2023-11-11 18:21:45 +00:00
Erik Andresen 9bbbc6bf00 contacts: add vcard export 2023-11-11 09:25:19 +01:00
Mineinjava 27b0f72ff8 remove old events 2023-11-10 21:28:40 -08:00
Mineinjava 62d4581012 delete print 2023-11-10 21:22:43 -08:00
Mineinjava fa84347729 increment version 2023-11-10 21:04:07 -08:00
Mineinjava 5518c4848d fix weather lib and remove prints 2023-11-10 20:44:02 -08:00
Mineinjava 724aeb7bda reprint 2023-11-10 17:15:04 -08:00
Mineinjava da33f3812f remove else 2023-11-10 17:10:57 -08:00
Mineinjava 3de1b0653a not this again 2023-11-10 17:07:00 -08:00
Mineinjava 374919fbd7 add weather 2023-11-10 17:02:12 -08:00
Mineinjava 1cd63b0261 try this 2023-11-10 14:33:46 -08:00
Mineinjava d32c1d1421 try name 2023-11-10 14:28:20 -08:00
Mineinjava adaee22483 try subtitle 2023-11-10 14:19:53 -08:00
Mineinjava 501130e77b slice and test print 2023-11-10 14:14:37 -08:00
Mineinjava a2fdb11685 test 3 2023-11-10 13:41:52 -08:00
Mineinjava b15c3e045a print for debug 2023-11-10 13:36:09 -08:00
Mineinjava 72ab4b6b4b test 2 2023-11-10 13:29:30 -08:00
Mineinjava 70032a34bb test 2023-11-10 12:38:03 -08:00
Erik Andresen a16ef361fb contact/interface: show error on vcard parse exception 2023-11-09 21:49:29 +01:00
Erik Andresen 21e9cd0298 contacts: Add vcard import to interface.html 2023-11-09 21:41:23 +01:00
Rob Pilling 0963409da1
Merge pull request #3082 from jamespsteinberg/master
final design changes for 28x6 app
2023-11-08 08:31:50 +00:00
thyttan 670aaf2126 setting: bump version and ChangeLog
After LCD calibration fix.
2023-11-07 21:33:15 +01:00
frederic wagner f9f50dc72a gipy: removing footways 2023-11-07 16:44:20 +01:00
frederic wagner d2f612bb39 gipy: waypoints autodetect fix for loops 2023-11-07 11:20:21 +01:00
Graham Fenner af06a96bac typo fix: && || ternary 2023-11-07 03:36:30 +00:00
jamespsteinberg fd9703a96a
Merge branch 'espruino:master' into master 2023-11-06 12:38:00 -05:00
James Steinberg 233f166de6 clean up design 2023-11-06 11:36:41 -05:00
Gordon Williams dd96e33774 0.33: Ensure that a new file is always created if the stuff that's being recorded has changed (fix #3081) 2023-11-06 14:55:38 +00:00
Rob Pilling 6789ced709
Merge pull request #3075 from pavelmachek/m_12_contacts
contacts: Inital version of contacts app.
2023-11-06 12:50:52 +00:00
James Steinberg 165a400cdd update screenshot 2023-11-05 13:29:44 -05:00
jamespsteinberg 02489ac0f6
Merge branch 'espruino:master' into master 2023-11-05 13:28:04 -05:00
James Steinberg 2c49a2527d no dithering 2023-11-05 13:26:02 -05:00
Rob Pilling e19faff200
Merge pull request #3079 from pavelmachek/m_16_wpedit
waypoint_editor: allow text waypoint names, allow marking current GPS position
2023-11-04 17:02:04 +00:00
Rob Pilling d1a34125d6
Merge pull request #3078 from pavelmachek/merge_15_sixths
sixths: Implement altitude display, compass and navigation to waypoint.
2023-11-04 15:05:05 +00:00
Rob Pilling b2de1ba761
Merge pull request #3077 from pavelmachek/m_14_stacker
stacker: Add documentation, allow on emulator.
2023-11-04 15:00:13 +00:00
Rob Pilling de62d819f7
Merge pull request #3076 from pavelmachek/m_13_tetris
tetris: implement level/mode selection
2023-11-04 14:59:44 +00:00
Pavel Machek 3f064961f0 wp_edit: we use textinput, include it in dependencies 2023-11-04 09:08:53 +01:00
Pavel Machek 7bfcdee6e2 contacts: we use textinput, include it in dependencies 2023-11-04 09:07:41 +01:00
Pavel Machek b735ae13e4 waypoint_editor: fix tabs vs. spaces. 2023-11-03 22:19:08 +01:00
Pavel Machek 9dd09945a1 [] wp_edit: mark this as v0.03 2023-11-03 22:07:23 +01:00
Pavel Machek b814454d90 [] wp_edit: Graphical fixes for waypoint marking. 2023-11-03 22:07:23 +01:00
Pavel Machek dbde4923c6 [] wp_editor: reindent, minor cleanups. 2023-11-03 22:07:23 +01:00
Pavel Machek 73375ebe96 [] wp_edit: use text entry for waypoint names 2023-11-03 22:07:23 +01:00
Pavel Machek 9690e8128b [] wp_edit: implement marking.
These are changes from devel_wp branch. Graphical cleanups would be
good, otherwise it should work.
2023-11-03 22:07:23 +01:00
Pavel Machek 35751aae3b sixths: Fix altitude display. 2023-11-03 18:32:10 +01:00
Pavel Machek c03776c767 [] sixths: v0.02, allow on emulator 2023-11-03 17:19:35 +01:00
Pavel Machek 7eb9d6cd86 [] sixths: use icons to save screen space. 2023-11-03 17:19:35 +01:00
Pavel Machek b24e9ca079 [] sixths: update docs. 2023-11-03 17:19:35 +01:00
Pavel Machek 4ca2f69e99 [] sixths: Implemented compass / navigating back to waypoints.
These are summary changes from devel_clock branch.
2023-11-03 17:19:35 +01:00
Pavel Machek 0bc7cb4918 stacker: Add documentation, allow on emulator. 2023-11-03 15:38:32 +01:00
Pavel Machek 98ecd6c9c7 tetris: implement level/mode selection
Implement level selection, and allow user to slect controls.
2023-11-03 15:33:58 +01:00
Pavel Machek 2c64fb51ae contacts: Inital version of contacts app. 2023-11-03 15:03:43 +01:00
Gordon Williams 319d22fab6 widclk 0.08: Ensure we clear the whole rect so we don't end up leaving old text when time changes (fix #3073) 2023-11-03 08:42:14 +00:00
Gordon Williams b6e601b9a4
Merge pull request #3072 from charlestietjen/master
App addition: Approx Clock
2023-11-03 08:33:45 +00:00
Gordon Williams e4b0ed2ecf
link in readme 2023-11-03 08:32:29 +00:00
Gordon Williams 310d59429d
Merge pull request #3071 from jamespsteinberg/master
hardalarm and 28x6 for banglejs 2
2023-11-03 08:30:55 +00:00
Rob Pilling 3ac964763b Merge pull request #3038 from th10111/master
Add tyreid app
2023-11-03 08:26:03 +00:00
Rob Pilling f03f39e413 tyreid: match changelog version 2023-11-03 08:25:34 +00:00
Gordon Williams c68a8925f9
Merge pull request #3068 from Mineinjava/master
Add cadence data to `recorder` app
2023-11-03 08:24:23 +00:00
Gabriele Monaco 6433ae0a11 cards: bump version and changelog 2023-11-03 06:51:30 +01:00
charlestietjen 4f504f5c1c added readme 2023-11-02 17:21:05 -04:00
charlestietjen 822dbf7811 touch interaction added 2023-11-02 16:39:53 -04:00
th10111 ff91b41e8e
Update metadata.json 2023-11-02 19:56:20 +00:00
th10111 815c77b8c1
Add files via upload 2023-11-02 19:38:59 +00:00
th10111 a2751d8ddd
Create ChangeLog 2023-11-02 19:37:02 +00:00
James Steinberg 9319ef0ba7 fix one small size issue 2023-11-02 11:52:34 -04:00
James Steinberg 9aa71d12f6 fix readme format 2023-11-02 11:45:40 -04:00
James Steinberg 33ffbf8005 make pr changes 2023-11-02 11:40:31 -04:00
charlestietjen a80a7f2162 version increment, changelog notes 2023-11-02 09:06:00 -04:00
charlestietjen d2692aa36c fixed incorrect hour drawn 2023-11-02 09:04:37 -04:00
charlestietjen 117a7aa552 remove some comments 2023-11-02 08:40:33 -04:00
charlestietjen 39a9b2e3b4 refactor and added before and after strings 2023-11-02 08:32:38 -04:00
James Steinberg 4f56d0c447 buzz more 2023-11-02 03:45:24 -04:00
James Steinberg 43f9ccdca0 formatting 2023-11-02 03:33:11 -04:00
James Steinberg 660653858a hardalarm 1 btn 2023-11-02 03:31:44 -04:00
James Steinberg 1726233805 revert extra stuff 2023-11-02 03:16:57 -04:00
James Steinberg be6d191eb3 better formatting 2023-11-02 03:12:15 -04:00
James Steinberg 077127c3cb resizing 2023-11-02 01:50:48 -04:00
James Steinberg ff1ee4e3c7 changelg 2023-11-02 01:32:24 -04:00
jamespsteinberg 3c06f268b5
Merge branch 'espruino:master' into master 2023-11-02 01:26:07 -04:00
James Steinberg 5453ef719d support banglejs2 2023-11-02 01:25:22 -04:00
Mineinjava 9afd4ef79a divide by two 2023-11-01 21:22:39 -07:00
Mineinjava 9ec73873ab cleanup code 2023-11-01 21:10:13 -07:00
Mineinjava e1d9701bbf change getUTCMilliseconds to getTime 2023-11-01 21:04:09 -07:00
Mineinjava ccc21082e3 account for my lack of thought and print more stuff 2023-11-01 20:40:09 -07:00
Mineinjava 465aa25ffc Apparently i forgot how to console.log 2023-11-01 20:36:08 -07:00
Mineinjava 2ce1d4b510 print for debug 2023-11-01 20:28:03 -07:00
Mineinjava 3c9ebd7130 Merge branch 'master' of https://github.com/Mineinjava/BangleApps into master 2023-11-01 20:06:25 -07:00
Mineinjava 8ceae6df47 fix check for cadence calculation 2023-11-01 20:05:37 -07:00
Mineinjava 76ea4570c9
Merge branch 'espruino:master' into master 2023-11-01 19:44:23 -07:00
Mineinjava 3b1c75e874 forgot colon 2023-11-01 19:41:19 -07:00
Mineinjava b5182301fb increment version 2023-11-01 19:38:39 -07:00
Mineinjava 40968a24fc add cadence to gpx data 2023-11-01 19:36:21 -07:00
thyttan 90ebb4f961
Merge pull request #3067 from thyttan/fastreset
fastreset:(partly) fix accidental load of launcher
2023-11-02 01:06:49 +01:00
Gabriele Monaco 60a7cbcf5b cards: hiding widgets while showing the code 2023-11-01 11:07:00 +01:00
Gordon Williams 86729904b8
Merge pull request #3070 from bobrippling/fix-astral
astral: setUI before loading widgets
2023-11-02 13:26:50 +00:00
Rob Pilling 4c2170f9c5 astral: setUI before loading widgets
This fixes the sanity check warning:
```
Clock astral file calls loadWidgets before setUI (clock widget/etc won't be aware a clock app is running)
```
2023-11-01 17:58:59 +00:00
Gordon Williams 8d0859f24e
Merge pull request #3066 from bobrippling/sunrise-drawtime
sunrise: redraw the clock exactly when a minute ticks
2023-11-01 08:43:16 +00:00
Charles a1bcf50fc6 edit to metadata 2023-11-01 02:06:46 -04:00
Charles 421302eac5 added approxclock 2023-11-01 01:59:56 -04:00
thyttan 901d06a0ae fastreset:(partly) fix accidental load of launcher 2023-10-31 01:20:02 +01:00
Rob Pilling 267b1422c2 sunrise: redraw the clock exactly when a minute ticks 2023-10-30 20:05:27 +00:00
Leon Matthes 27d7c7820a CalClock: Add buzzing before events 2023-10-30 19:41:30 +01:00
Rob Pilling 3bef99cfc4 pebbled: prevent exceptions halting the draw cycle 2023-10-30 08:24:39 +00:00
James Steinberg 25cabc80ef take 2 2023-10-29 18:55:29 -04:00
James Steinberg af6eaa8a35 take 2 2023-10-29 18:24:33 -04:00
James Steinberg 9df6beb62d test 2023-10-29 18:13:30 -04:00
James Steinberg 3dba0b1a61 test 2023-10-29 18:08:00 -04:00
James Steinberg eca118bc18 28x6 2023-10-29 18:06:12 -04:00
Gordon Williams a6a6e5fb4e
Merge pull request #3061 from nxdefiant/master
scicalc: Switch swipe handling
2023-10-27 14:52:37 +01:00
Erik Andresen d06f9bdc6e scicalc: Switch swipe handling
As discussed in #3054

- Use Swipe up/down to switch between screens, left to delete, right to
calculate result
- Also use Bangle.setUI()
2023-10-27 15:39:11 +02:00
Gordon Williams fbfb087e07
Merge pull request #3049 from jabituyaben/master
added support for hr raw exporter and astral clock to bangle.js 2
2023-10-27 10:09:10 +01:00
Gordon Williams 684f705ffe
Merge pull request #3054 from nxdefiant/master
scicalc: Add swipe up action
2023-10-27 10:08:22 +01:00
olivierbarriere 48f2cd3f45
Update ChangeLog 2023-10-26 20:43:49 -04:00
olivierbarriere 437a8ba0f5
Update metadata.json 2023-10-26 20:43:29 -04:00
olivierbarriere 008fce39f0
Update custom.html
Keep advertising when connected

Airtag interval = 2000
BangleJS OpenHaystack interval = 2*1000
2023-10-26 20:43:07 -04:00
Erik Andresen 3b59bead01 scicalc: Exit with short button press 2023-10-26 20:44:30 +02:00
Gordon Williams 77f925d49f Support for interface/custom files to listen directly to data coming from the Bangle
hrmaccevents now uses this feature rather than trying to access BLE directly
2023-10-20 17:04:39 +01:00
nxdefiant 6bb2a86767
Merge branch 'espruino:master' into master 2023-10-20 14:02:20 +02:00
Gordon Williams ded269bc3e
Merge pull request #3057 from thyttan/setting
setting: Prepend 'LCD->Calibration' touch listener
2023-10-20 09:04:55 +01:00
Gordon Williams a3d9f2cc76
Merge pull request #3058 from thyttan/multi-clock
multiclock: fix widget field flashing
2023-10-20 09:04:14 +01:00
Erik Andresen 7a6aa80f30 calendar: cleanup 2023-10-20 07:02:35 +02:00
Ben Jabituya 14ede8b3f1
Merge branch 'espruino:master' into master 2023-10-20 01:47:53 +01:00
Ben Jabituya 0745533c81
Update app.js 2023-10-20 01:47:10 +01:00
Erik Andresen 4fcd9dba40 calendar: reload settings after change 2023-10-19 22:08:28 +02:00
Erik Andresen 2dec53ae2f calendar: test 2023-10-19 21:45:28 +02:00
Erik Andresen 2bd209f0a1 calendar: tweaks 2023-10-19 21:40:54 +02:00
Erik Andresen f78818ae00 calendar: re-add ndColors setting 2023-10-19 20:00:54 +02:00
thyttan c026c6eede multiclock: fix widget field flashing
... when switching to the "dk "clock face.
2023-10-19 19:57:07 +02:00
Erik Andresen aac031489c Merge remote-tracking branch 'upstream/master' into calendar 2023-10-19 19:47:16 +02:00
thyttan 7bf3a846c2 setting: Prepend 'LCD->Calibration' touch listener
...and stop event propagation.
2023-10-19 19:28:43 +02:00
Gordon Williams 503516e42a fix settings not loading if no calendar.days.json file exists 2023-10-19 14:06:53 +01:00
Ben Jabituya 35ed55a24e
Update app.js 2023-10-18 21:32:46 +01:00
Ben Jabituya 9c7e8e168a
Update README.md 2023-10-18 21:32:20 +01:00
Ben Jabituya 11aa21386f
Update app.js 2023-10-18 21:30:33 +01:00
Erik Andresen 1500e68011 scicalc: Add swipe up action
Swiping up has now the same effect as hitting the "<" button.
2023-10-18 18:37:15 +02:00
Ben Jabituya fbcc56a09c
Update app.js 2023-10-18 10:45:25 +01:00
Gordon Williams fd750b1ba8
Merge pull request #3053 from nxdefiant/master
grocery: Drop grocery.html
2023-10-18 08:25:44 +01:00
Erik Andresen c8ef7097c0 grocery: Drop grocery.html
Drop app customiser as it is redundant with download interface and the
latter has more features
2023-10-17 19:17:09 +02:00
Ben Jabituya fd31dcd972
Update app.js 2023-10-17 16:09:53 +01:00
Gordon Williams 36f76cb09e notes about DFU version 2023-10-17 11:47:46 +01:00
Gordon Williams d13c084cc9 widminbate 0.05: Fix broken fork which removed the `update` function 2023-10-17 11:47:46 +01:00
Erik Andresen 107468bcdc calendar: drop settings.ndColors, fixes widgets 2023-10-16 19:08:35 +02:00
Ben Jabituya ce96202fe4
Update README.md 2023-10-16 17:32:03 +01:00
Ben Jabituya 1aa7583fce
Update README.md 2023-10-16 17:20:47 +01:00
Ben Jabituya 53371952a4
Update metadata.json 2023-10-16 17:10:29 +01:00
Ben Jabituya 9bb721f78e
Update metadata.json 2023-10-16 17:09:51 +01:00
Ben Jabituya 387e95283f
Update metadata.json 2023-10-16 17:09:39 +01:00
Ben Jabituya 51207c9de4
Update ChangeLog 2023-10-16 17:08:44 +01:00
Ben Jabituya b673038680
Update app.js 2023-10-16 17:08:16 +01:00
Ben Jabituya fef0fc0743
Update metadata.json 2023-10-16 15:31:58 +01:00
Ben Jabituya ad2b42f5c2
Update ChangeLog 2023-10-16 15:28:40 +01:00
Ben Jabituya 09dbda1d2c
Update metadata.json 2023-10-16 15:28:19 +01:00
Ben Jabituya a8985f96df
Update app.js 2023-10-16 15:28:02 +01:00
frederic wagner dafd4a0121 gipy: interface and ui tweaks 2023-10-16 11:40:09 +02:00
Gordon Williams 07fa23ee25
Merge pull request #3046 from nxdefiant/master
alarm auto expiration for events + fix repeat back
2023-10-16 10:28:31 +01:00
Erik Andresen 404ceca0b2 calendar: prefix functions with const 2023-10-15 10:42:07 +02:00
Erik Andresen abdbe1767e calendar: Update version 2023-10-15 10:30:41 +02:00
Erik Andresen 5b20af90da Merge branch 'master' of github.com:nxdefiant/BangleApps into widbaroalarm 2023-10-15 10:23:47 +02:00
Erik Andresen eb90dfa89a calendar: Add menu 2023-10-15 10:17:03 +02:00
Erik Andresen b6fcc5ee4c alarm: auto expiration for events 2023-10-14 10:04:31 +02:00
Erik Andresen 927306cf8a alarm repeat menu: Do not change value on back
Instead of saving repeat to originalRepeat create a new repeatObj
2023-10-14 09:25:39 +02:00
Erik Andresen 4f47636195 alarm: auto expiration for events
- Set default value
- Add "delete timer after expiration" setting to events.
2023-10-14 09:23:49 +02:00
Ben Jabituya bded700708
Update metadata.json 2023-10-14 00:12:04 +01:00
Ben Jabituya 97a4f2379d
Update ChangeLog 2023-10-14 00:11:43 +01:00
Ben Jabituya ed0a062285
Update app.js 2023-10-14 00:09:56 +01:00
Ben Jabituya 74f8869b85
Update app.js 2023-10-14 00:09:15 +01:00
Gordon Williams ee405145ca run 0.17: Ensure screen redraws after "Resume run?" menu (#3044) 2023-10-13 09:03:47 +01:00
Ben Jabituya c18a52e15b
Update app.js 2023-10-11 23:45:54 +01:00
Ben Jabituya ef923cba85
Update metadata.json 2023-10-11 22:18:27 +01:00
Ben Jabituya 13a7fbe43a
Update ChangeLog 2023-10-11 22:18:13 +01:00
Ben Jabituya 5bd98caa16
Create ChangeLog 2023-10-11 22:06:44 +01:00
Ben Jabituya 10135176b7
Update metadata.json 2023-10-11 22:04:29 +01:00
Ben Jabituya 9f37d2f5de
Update README.md 2023-10-11 19:27:42 +01:00
Ben Jabituya b58ab4bb26
Update app.js
Updated to work with new API. Additional capability includes:

1. Now also records upto 2 hours - if you cancel at any time the CSV file will still be there, the timer you set at the start is more so that you get an alert when it's complete.
2. Along with raw PPG readings, it also records bandpassed filtered data in a second column, available in the new API.
3. Rather than overwriting 1 data file, the app will record upto 5 files before recording to a generic data file as a fallback if all 5 allocated files remain on the watch storage. The limit is in place to avoid going over storage limits as these files can get large over time.
2023-10-11 19:26:20 +01:00