Commit Graph

11411 Commits (a3c5a723bc052273f0c58b2b6e97e5eed436648f)

Author SHA1 Message Date
lauzonhomeschool 0502e90489
Update ChangeLog 2022-12-09 12:02:15 -05:00
Gordon Williams 31dadf83a0 Now re-adds widgets if they were hidden when fast-loading 2022-12-09 14:59:18 +00:00
Gordon Williams 25c50d2d97 0.21: Remade all icons without a palette for dark theme 2022-12-09 14:42:33 +00:00
Gordon Williams 870ecae41c Change 3rd mode to show the time to next sunrise/sunset time (not actual time) 2022-12-09 13:31:55 +00:00
Gordon Williams a115c3f862 Change 3rd mode to show the next sunrise/sunset time (not actual time) 2022-12-09 13:19:07 +00:00
Gordon Williams 79acfbb5a8 Calendar clockinfo 2022-12-09 13:14:02 +00:00
Gordon Williams d7fbe66163 Merge branch 'master' of github.com:espruino/BangleApps 2022-12-09 10:36:14 +00:00
Gordon Williams cd785f34aa
Merge branch 'master' into unlibrify-message-widgets 2022-12-09 10:34:38 +00:00
Gordon Williams 7fab8272e5 Add fast load capability 2022-12-09 10:33:38 +00:00
Gordon Williams 117560ffed Fix 'srcs' being defined in global scope 2022-12-09 10:32:45 +00:00
Gordon Williams d33106bc8f Allow sunrise to show a 'range' 2022-12-09 10:32:35 +00:00
Gordon Williams e303c15ac2 faster circles rendering 2022-12-09 10:32:16 +00:00
Gordon Williams 4476b816e1
Merge pull request #2378 from thyttan/lang
[Weather] remove remnant of merge conflict
2022-12-09 09:57:43 +00:00
Gordon Williams a0d3d15dbf Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps
+      Add a 'time' clockinfo that also displays a percentage of day left
2022-12-09 09:52:44 +00:00
Gordon Williams 7a2af0e61d Fixing warnings 2022-12-09 09:52:34 +00:00
Gordon Williams 00a022c7c1 Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps 2022-12-09 09:49:33 +00:00
Gordon Williams 7b18f54a76 oops 2022-12-09 08:44:11 +00:00
Gordon Williams 97b5cf0341
Merge pull request #2375 from rigrig/widmsggrid-provides-a-widget
widmsggrid: provides a "message" widget
2022-12-09 08:41:33 +00:00
Gordon Williams ce99a3fb1d
Merge pull request #2377 from hughbarney/master
Added Simplest++ and Lato Clocks, both support fast load and clock_info's
2022-12-09 08:41:00 +00:00
Gordon Williams aa1e485db8 0.59: Ensure we do write messages if messages app can't be fast loaded (see #2373) 2022-12-09 08:34:50 +00:00
lauzonhomeschool a9f0b83e11
boot.js toLocalISOString 2022-12-08 17:50:46 -05:00
lauzonhomeschool c483cbc067
lib.js support timezone - toLocalISOString
Test scenario:
E.setTimeZone(-8);
date = new Date("2022-12-05T23:00");
date.toLocalISOString(); // -> "2022-12-05T23:00:00.000-0800"
getActiveAlarms([{on: true, t: 0, dow: 0b1111111, date: "2022-12-05"}], date); //should be marked as active, but isn't
getActiveAlarms([{on: true, t: 0, dow: 0b1111111, date: "2022-12-06"}], date); //should not be marked as active, but it is because it is already "tomorrow" in UTC
2022-12-08 17:48:56 -05:00
thyttan 5a519e372d remove remnant of merge conflict 2022-12-08 23:12:30 +01:00
Richard de Boer 2becb161bb
widmsggrid: update README 2022-12-08 22:43:13 +01:00
Richard de Boer ec410fdac7
Message widgets: we don't need a library 2022-12-08 22:33:04 +01:00
Richard de Boer 605f87bb8f
widmsggrid: provides a "message" widget 2022-12-08 21:57:54 +01:00
Hugh Barney 70bf7dc474 Merge remote-tracking branch 'upstream/master' 2022-12-08 20:28:22 +00:00
Hugh Barney 55ca187d5d Lato version of Simplepp Clock 2022-12-08 20:12:47 +00:00
Gordon Williams a808b1a87d
Merge pull request #2374 from pebl-hank/master
Reverted changes to implementation of 0.25
2022-12-08 16:15:31 +00:00
Hank e2b34fdd0f Reverted changes to implementation of 0.25 2022-12-08 16:23:53 +01:00
Richard de Boer 8e5489486e
messagegui: don't write to flash so often
fixes #2370
2022-12-07 21:56:07 +01:00
Richard de Boer bdaa9661cd
messages: erase messages file instead of writing empty []
for #2370
2022-12-07 21:18:35 +01:00
Gordon Williams 7c17660dd3
Merge pull request #2371 from pebl-hank/master
Changed direction
2022-12-07 13:21:57 +00:00
Hank 3cf55b6649 Changed direction 2022-12-07 14:12:53 +01:00
Gordon Williams e3d92ea3da
Merge pull request #2369 from pebl-hank/master
BangleJS2: Swipe down to rotate screen. So you can show the time to a friend real quick.
2022-12-07 11:36:37 +00:00
Hank 383f18f92f Tidy up 2022-12-07 12:18:14 +01:00
Gordon Williams 416d5d0fff Remove settings for what is displayed and instead allow circles to be changed by swiping 2022-12-07 10:54:34 +00:00
Gordon Williams 7cc1627653 Merge branch 'master' of github.com:espruino/BangleApps 2022-12-07 09:58:58 +00:00
Gordon Williams 973b8e1565 circlesclock 0.19: Remove old code and fixing clkinfo handling (fix HRM and other items that change) 2022-12-07 09:58:45 +00:00
Hank 9cd7106f38 Add Rotation on swipe Down 2022-12-07 10:27:29 +01:00
Hugh Barney 8f535ff067 Added simplestpp, updated icon 2022-12-06 23:43:07 +00:00
Hugh Barney c5086ad935 Added simplestpp, updated icon 2022-12-06 23:28:06 +00:00
Hugh Barney 231cb0d35f Added simplestpp, updated icon 2022-12-06 23:19:28 +00:00
Hugh Barney 424d784f20 Merge remote-tracking branch 'upstream/master' 2022-12-06 23:12:45 +00:00
Hugh Barney b29a2c4d0b Added simplestpp, basic clock with fast load and clock_info support 2022-12-06 23:12:14 +00:00
Gordon Williams 9f12e39b7a
Merge pull request #2368 from thyttan/podcast-addict
[podcast Addict Remote] shorten prepended info re intents in comment
2022-12-06 16:52:09 +00:00
Gordon Williams 102ce16498
Merge pull request #2366 from nxdefiant/master
noteify: Remove duplicate alarm widget
2022-12-06 13:50:16 +00:00
Erik Andresen 8fca0579ce noteify: Remove duplicate alarm widget 2022-12-06 14:33:15 +01:00
Gordon Williams 2d379ea8f1
Merge pull request #2365 from thyttan/spotify-remote
[Remote for Spotify] remove unnecessary removeListener
2022-12-06 12:46:32 +00:00
thyttan 4b58d6a2e0 shorten prepended info re intents 2022-12-06 13:03:47 +01:00
Gordon Williams 4ca2add2ce
Merge pull request #2364 from thyttan/podcast-addict
[Podcast Addict Remote] remove only specific listeners
2022-12-06 11:53:06 +00:00
thyttan 4a7c6e4c2e remove unnecessary removeListener 2022-12-06 12:50:23 +01:00
thyttan cbdb072054 remove only specific listeners 2022-12-06 12:43:32 +01:00
thyttan 02cdc9fc93 remove only specific listeners 2022-12-06 12:20:52 +01:00
Gordon Williams a3f77de725
Merge pull request #2356 from nxdefiant/sleepphasealarm
sleepphasealarm
2022-12-06 10:50:53 +00:00
Erik Andresen 224b4560cb sleepphasealarm: format 2022-12-06 11:48:02 +01:00
Erik Andresen cee04a21bf sleepphasealarm: Do not run buzz() when 'js' is set 2022-12-06 11:45:50 +01:00
Gordon Williams 3e5c0538a9 Support for provides_widgets entry in metadata, and try and tag existing widgets
Support for 'default' tag and add it to apps that we expect would be used by default with the Bangle
split widalarm out of alarm

fixes https://github.com/espruino/BangleApps/issues/2353
2022-12-06 10:25:32 +00:00
Gordon Williams 26522b3bd8
Merge pull request #2358 from nxdefiant/gallery
gallery: Do not invert image colors
2022-12-06 09:26:18 +00:00
Gordon Williams 04d9c6a575
Merge pull request #2359 from thyttan/podcast-addict
[Podcast Addict Remote] compatibility with Fastload Utils
2022-12-06 09:25:37 +00:00
Gordon Williams 74dfa8fa95
Merge pull request #2357 from thyttan/spotify-remote
[Remote for Spotify] compatibility with Fastload Utils
2022-12-06 09:25:28 +00:00
thyttan 684c54e884 rebase on latest changes 2022-12-05 22:28:27 +01:00
thyttan b124bfade5 spotrem - compatibility with Fastload Utils 2022-12-05 21:42:41 +01:00
Hugh Barney 22b97ac962 Prime Lato: changed to a prime icon 2022-12-05 20:41:42 +00:00
thyttan 350e0057f4 podadrem - compatibility with Fastload Utils 2022-12-05 21:40:28 +01:00
Erik Andresen d06e4c5a5e gallery: Do not invert image colors 2022-12-05 21:34:20 +01:00
Hugh Barney cdfe284987 Merge remote-tracking branch 'upstream/master' 2022-12-05 20:32:37 +00:00
Hugh Barney 7114d646bc Prime Lato: changed to a prime icon 2022-12-05 20:31:58 +00:00
Gordon Williams ae6d53ffc3 bootloader 0.55: Add toLocalISOString polyfill for pre-2v15 firmwares
+      Only add boot info comments if settings.bootDebug was set
+      If settings.bootDebug is set, output timing for each section of .boot0
2022-12-05 17:09:09 +00:00
Erik Andresen 946f77d7b5 sleepphasealarm
Support javascript command to execute as defined in scheduler 'js' configuration
2022-12-05 18:06:17 +01:00
thyttan ee21d0bb48 weather - autotranslate strings 2022-12-05 15:09:23 +01:00
thyttan fb721b00a7 hrm - autotranslate strings 2022-12-05 15:09:23 +01:00
thyttan db38c19701 recorder - autotranslate more strings 2022-12-05 15:09:23 +01:00
thyttan 6522e0311d files - autotranslate strings 2022-12-05 15:09:23 +01:00
thyttan 67071d3722 android - autotranslate some strings 2022-12-05 15:06:47 +01:00
Gordon Williams 7a236dd9d3
Merge pull request #2350 from xxDUxx/master
ContourClock: New Version (fast load!)
2022-12-05 12:56:03 +00:00
Gordon Williams 64b002d1c1
Merge pull request #2348 from hughbarney/master
SlopeClock++ README update and debug feature for PrimeTimeLato
2022-12-05 10:11:32 +00:00
Gordon Williams 596a2be1f8
Update README.md 2022-12-05 10:09:40 +00:00
Gordon Williams 48d24623a3
Merge pull request #2346 from halemmerich/bthrm
bthrm - New GUI based on layout library
2022-12-05 10:08:42 +00:00
Gordon Williams 36aee255e3
Merge pull request #2323 from storm64/sleeplogalarm
[sleeplogalarm] New widget to trigger alarms early on light sleep or awake
2022-12-05 10:03:42 +00:00
xxDUxx ca52522fc0
Update metadata.json 2022-12-05 11:03:21 +01:00
Gordon Williams 4249f6397e
Merge pull request #2349 from peerdavid/master
[AIClock] Added clkinfos
2022-12-05 10:01:54 +00:00
Gordon Williams 5f35b3a061
Merge pull request #2351 from halemmerich/widgetutils
widget_utils - Allow setting a time for hiding on swipeOn
2022-12-05 09:52:59 +00:00
Gordon Williams 6dda2fc7f1
Merge pull request #2352 from halemmerich/gpstrek
gpstrek - Workaround minifier issue
2022-12-05 09:50:03 +00:00
Gordon Williams 7dfed9a35e
Merge pull request #2355 from m-p-3/patch-2
messageicons: Bump version, update changelog
2022-12-05 09:48:49 +00:00
Gordon Williams 109bd4a963
Merge pull request #2347 from nxdefiant/master
kbswipe: Support input of numbers
2022-12-05 09:48:25 +00:00
xxDUxx 081f3b8eb6
Update contourclock.settings.js 2022-12-05 10:14:17 +01:00
m-p-3 768e2cb8f3
Update Changelog 2022-12-04 21:26:22 -05:00
m-p-3 72bbc3a406
Bump version
0.01 -> 0.02
2022-12-04 21:24:33 -05:00
storm64 ada3ea74c8
Merge branch 'espruino:master' into sleeplogalarm 2022-12-05 02:56:31 +01:00
Martin Boonk 2df4ba30f5 gpstrek - Workaround minifier issue 2022-12-04 21:13:10 +01:00
xxDUxx 179e012995
Delete apps/widtick directory 2022-12-04 20:33:26 +01:00
xxDUxx df6eda645b
Update README.md 2022-12-04 20:31:13 +01:00
xxDUxx 06e8ba63ca
Update README.md 2022-12-04 20:31:04 +01:00
xxDUxx c9dec5ce4a
Create README.md 2022-12-04 20:30:35 +01:00
Martin Boonk dba3511e2a imageclock - Disable auto hide of widgets 2022-12-04 20:26:18 +01:00
Erik Andresen 90e603b49d kbswipe: Redo some patterns 2022-12-04 19:44:17 +01:00
Martin Boonk 8016e8ec53 bthrm - Correctly handle 0 values 2022-12-04 16:53:16 +01:00
David Peer 3673a0d7cf Fixed json file 2022-12-04 16:43:41 +01:00
David Peer fa70e5354c aiclock -- support clkinfo module and updated icons of some clkinfos... 2022-12-04 16:42:24 +01:00
Hugh Barney 999e47a550 Updted slopeclkpp README 2022-12-04 14:24:45 +00:00
Erik Andresen 2183b53524 kbswipe: Redo some patterns 2022-12-04 11:46:12 +01:00
Hugh Barney 0fc43db0e4 Merge remote-tracking branch 'upstream/master' 2022-12-04 10:24:22 +00:00
Erik Andresen 6324ffb378 kbswipe: Bug fixes 2022-12-04 10:56:20 +01:00
xxDUxx 2b95ba68af
Update app.js 2022-12-03 21:50:46 +01:00
xxDUxx c07d23ce17
Update app.js 2022-12-03 21:49:34 +01:00
xxDUxx 7925703ea1
Merge branch 'espruino:master' into master 2022-12-03 14:59:06 +01:00
xxDUxx 48ddf89913
Update ChangeLog 2022-12-03 14:57:48 +01:00
xxDUxx 2ea2983e36
Update contourclock.settings.js 2022-12-03 14:57:07 +01:00
xxDUxx cd21548da8
Update ChangeLog 2022-12-03 14:51:48 +01:00
xxDUxx 94eb6f7544
Update contourclock.settings.js 2022-12-03 14:26:43 +01:00
xxDUxx 2abdfd991c
Update app.js 2022-12-03 14:19:04 +01:00
xxDUxx 51cbb46466
Update contourclock.settings.js 2022-12-03 14:04:42 +01:00
xxDUxx 3a65e3f0ef
Update metadata.json 2022-12-03 13:08:44 +01:00
xxDUxx 5308b42db1
Update app.js 2022-12-03 13:07:33 +01:00
Martin Boonk ddbbef2bf8 bthrm - Change from timeouts to timestamps for resetting values 2022-12-03 00:05:48 +01:00
Martin Boonk 85c2f92e0a bthrm - Bump version 2022-12-03 00:05:48 +01:00
Martin Boonk e77a5f973c bthrm - Emit copies of events when changing 2022-12-03 00:05:43 +01:00
Erik Andresen 39860e9bb2 kbswipe: Support uppercase input 2022-12-02 20:40:15 +01:00
Erik Andresen 48815b249e kbswipe: Support input of numbers
To switch between the input of alphabetic and numeric characters tap the widget which displays either "123" or "ABC"

closes #1820
2022-12-02 19:38:51 +01:00
Martin Boonk 1530ed3915 bthrm - Reimplement viewer app with layout 2022-12-02 19:13:40 +01:00
Martin Boonk 6b6dc4b14e bthrm - Show internal values if replacing HRM 2022-12-02 19:13:40 +01:00
Gordon Williams 11e5dc5905 messagesgui 0.57: Fix "unread Timeout" = off (previously defaulted to 60s) 2022-12-02 16:31:20 +00:00
Gordon Williams 1e9b3a6d9a lightswitch 0.06: Fix issue where .draw was being called by reference (not allowing widgets to be hidden)
ref https://github.com/espruino/BangleApps/pull/2334
2022-12-02 09:04:03 +00:00
Gordon Williams 6bd7ba504c
Merge pull request #2342 from thyttan/aiclock
[AI Clock] Change to using widget_utils .hide()
2022-12-02 08:52:42 +00:00
thyttan 525b23a296 remove accidentally created file 2022-12-01 21:08:46 +01:00
thyttan 481ddb6a22 add more /*LANG*/ to some of the most installed apps 2022-12-01 21:03:15 +01:00
thyttan 6ea11508ef use widget_utils .hide() 2022-12-01 19:26:40 +01:00
Gordon Williams 1bb9b68e6a
Merge pull request #2340 from myxor/weather_clkinfo
Weather clkinfo: weather condition with temperature
2022-12-01 14:24:27 +00:00
Marco H d5fde1f046
Update metadata.json 2022-12-01 15:17:27 +01:00
Marco H cb84cce203
Update ChangeLog 2022-12-01 15:17:18 +01:00
Marco H d547ec97a6
Update clkinfo.js 2022-12-01 15:16:50 +01:00
Gordon Williams 546cfa7996 fix grey maps 2022-12-01 13:47:48 +00:00
Gabriele Monaco bd6f3c9304 circlesclock: optional legacy weather icons 2022-12-01 13:06:17 +01:00
Gabriele Monaco 92bf3579f2 circlesclock: using the weather clkinfo instead of reading from the file 2022-12-01 13:06:16 +01:00
glemco 80bd13c1a2 Fixed short label and dynamic 2022-12-01 13:06:16 +01:00
Gabriele Monaco 0bd33f0efe circlesclock: improved clkinfo handling 2022-12-01 13:06:16 +01:00
Gordon Williams bca82d185b Merge branch 'master' of github.com:espruino/BangleApps 2022-12-01 10:38:15 +00:00
Gordon Williams a64feae3bd
Merge pull request #2330 from m-p-3/patch-1
Added several icons to MessageIcons' lib.js
2022-12-01 10:38:05 +00:00
Gordon Williams b6c7dc7e3d
Merge pull request #2335 from rigrig/fix-messages-music
messages,messagegui: fix handling of music
2022-12-01 10:34:48 +00:00
Gordon Williams 218e2d5214 health 0.16: Code tidyup, add back button in top left of health app graphs 2022-12-01 10:32:49 +00:00
Gordon Williams 6d53b13079
Merge pull request #2332 from halemmerich/qcenter
qcenter - Fastload the clock on swipe
2022-12-01 10:12:57 +00:00
Gordon Williams 2c64d4a5a7
Merge pull request #2334 from thyttan/torch
[Torch] add loadWidgets to work with Fastload Utils app
2022-12-01 10:10:48 +00:00
Gordon Williams 4a2bd50830
Merge pull request #2333 from nxdefiant/master
gallery: Add interface
2022-12-01 10:07:25 +00:00
Gordon Williams 320f976e7a
Merge pull request #2338 from dustin-richards-was-here/master
Add "Confirm" button to alarm and timer edit menus
2022-12-01 09:55:11 +00:00
Dustin Richards edcfd198fe [alarm] add confirm button to edit timer menu 2022-12-01 02:29:00 -07:00
Dustin Richards 245c156468 [alarm] version bump 2022-12-01 02:19:41 -07:00
Dustin Richards 6fe79f47b6 [alarm] fix broken lambda 2022-12-01 02:10:00 -07:00
Dustin Richards 41046b9bb1 [alarm] add confirm button to edit alarm menu 2022-12-01 02:03:23 -07:00
Richard de Boer 050139c763
barclock: add Fast Loading 2022-12-01 01:16:23 +01:00
thyttan ef74a18566 load widgets and hide them 2022-12-01 00:45:48 +01:00
Richard de Boer e9c673e119
messages,messagegui: fix handling of music
The library combines musicinfo+musicstate messages, and waited for a
"complete" message before emitting the event.
But once you are playing music you don't get new music state events.
The problem was that when the first "complete" message arrives, the UI
is load()ed, so the library forgets its state, and doesn't emit anymore
music events until the play state changes.

This
- changes the library to keep combining music messages, but always
  emit an event
- makes the UI only launch itself if it sees a "complete" music event
- makes the UI also combine musicinfo+musicstate messages
2022-11-30 23:58:36 +01:00
thyttan e01e08db22 no swipeOn for HW=1 2022-11-30 23:40:47 +01:00
storm64 439ecd703d [sleeplogalarm] Correct dependencies in metadata 2022-11-30 22:31:55 +01:00
storm64 59c745a743 [sleeplogalarm] Add sched dependency 2022-11-30 22:05:38 +01:00
thyttan c4cbac0898 use widget_utils slideOn - needs further work 2022-11-30 21:45:57 +01:00
thyttan 95c5fd8bcf only load widgets if fastload is installed 2022-11-30 21:10:06 +01:00
thyttan f21a0c6a52 add loadWidgets to work with Fastload Utils app 2022-11-30 20:44:19 +01:00
Erik Andresen 88da8fbc24 gallery: Add interface
Based on imageconverter.html with added Util.writeStorage()/Util.eraseStorage()
2022-11-30 19:08:18 +01:00
Martin Boonk 36e331e360 qcenter - Bump version 2022-11-30 18:48:29 +01:00
Martin Boonk 557190b666 qcenter - Change tabs to spaces according to code style 2022-11-30 18:48:29 +01:00
Martin Boonk e82f64b696 qcenter - Add settings json to data array 2022-11-30 18:48:29 +01:00
Martin Boonk afa7975916 qcenter - Go back to settings menu instead of clock 2022-11-30 18:48:10 +01:00
Martin Boonk 97ce93a907 qcenter - Fix fast loading to clock and prevent fast loading all apps 2022-11-30 18:22:09 +01:00
Gordon Williams dda81fe199 fix alignment of non-7x7 maps, non-flickery uploads, and allow huge (1MB) map uploads 2022-11-30 16:54:27 +00:00
m-p-3 1c475097e0
Fixed another typo
Line 58
2022-11-30 06:57:30 -05:00
Gordon Williams 45c5e15f20 fix https://github.com/espruino/BangleApps/issues/953 - new lock widget 2022-11-30 09:55:02 +00:00
Gordon Williams 1777799ae6 0.04: Fix 'Uncaught ReferenceError: "__FILE__" is not defined' error (fix #2326) 2022-11-30 09:37:39 +00:00
Gordon Williams f55db143be
Merge pull request #2319 from nxdefiant/master
taglaunch: Backport PR 2316 for launch
2022-11-30 09:18:22 +00:00
Gordon Williams 0cc01f584b
Merge pull request #2322 from storm64/sleeplog
[sleeplog] Improved README + option to add functions triggered by sleeplog
2022-11-30 09:08:51 +00:00
Gordon Williams 49c86750fc
Merge pull request #2325 from rigrig/fix-messages-readme
messages: Fix/improve README
2022-11-30 09:03:13 +00:00
Gordon Williams e9ee0c28f9
Merge pull request #2328 from LeonMatthes/calclock
CalClock: Version 0.5
2022-11-30 09:01:53 +00:00
Gordon Williams 70bb01f6da
Merge pull request #2327 from glemco/devel
weather: added weather condition to clkinfo
2022-11-30 09:00:52 +00:00
Gordon Williams b82dc2b782
Merge pull request #2324 from rigrig/fix-messagesmusic
Fix messagesmusic
2022-11-30 08:52:14 +00:00
Erik Andresen bfbd86bc33 sleepphasealarm: Minor tweaks 2022-11-30 09:34:17 +01:00
m-p-3 70307b3267
Fixed typo
At 132:16
2022-11-29 21:20:47 -05:00
m-p-3 938f881653
Added several icons to MessageIcons' lib.js
Also added some "colors" from the official branding guidelines with a reference to the source info.

Related to #2189
2022-11-29 21:17:24 -05:00
Leon Matthes 52d71ab0ca CalClock: Version 0.5
- Use event colors
- Improved all day event support
2022-11-29 23:19:59 +01:00
Erik Andresen 5eda7ae889 noteify interface
Use write callback to wait for reload
2022-11-29 18:07:12 +01:00
glemco 52c807aea5 weather: added weather condition to clkinfo
picture is dynamically generated with the weather lib
2022-11-29 12:44:12 +01:00
Richard de Boer 6b9e6eb428
messages: Fix/improve README
It wasn't up-to-date anymore with how the library/gui now work, and
still mentioned `messagelib`.
2022-11-28 22:59:52 +01:00
Richard de Boer f75cfa573e
messagesmusic: Fix loading message UI 2022-11-28 22:38:16 +01:00
storm64 9c42820dd1 [sleeplog] Correct typos found by @thyttan 2022-11-28 22:08:11 +01:00
Richard de Boer 4d48b8c05b
messagesmusic: Fix dependency on messages library (whoops) 2022-11-28 22:07:50 +01:00
storm64 4283fa2d9d [sleeplogalarm] Add dependency in README 2022-11-28 21:54:21 +01:00
storm64 64dd7720a8
Merge branch 'espruino:master' into sleeplogalarm 2022-11-28 21:36:20 +01:00
storm64 c238a783ac
Merge branch 'espruino:master' into sleeplog 2022-11-28 21:29:27 +01:00
storm64 4f78515a71 [sleeplog] Reorder in README.md 2022-11-28 21:21:36 +01:00
Erik Andresen 7d8f813e2c tetris: fix tag 2022-11-28 21:04:47 +01:00
Martin Boonk a8ba0658d9 fastload - Fix build warnings 2022-11-28 20:26:46 +01:00
Martin Boonk 88b9f7eac8 fastload - Add versions to changelog 2022-11-28 20:17:10 +01:00
Martin Boonk e86b716093 fastload - Remove debug prints 2022-11-28 20:02:58 +01:00
Martin Boonk 30b05f8d8e fastload - Adds a README 2022-11-28 19:57:02 +01:00
Martin Boonk 65034377c6 fastload - Adds setting for hiding the loading screen 2022-11-28 19:57:02 +01:00
Martin Boonk 64567228a6 fastload - Adds setting for always loading to launcher 2022-11-28 19:56:58 +01:00
Martin Boonk 9a59935b21 fastload - Bump version 2022-11-28 19:56:21 +01:00
Martin Boonk dc87171dcc fastload - Allow redirecting to launcher for back function of setUI 2022-11-28 19:56:05 +01:00
Martin Boonk 13bbf669b4 fastload - Add fastload app 2022-11-28 19:56:00 +01:00
Erik Andresen 03f40ffca1 taglaunch: Backport PR 2316 for launch 2022-11-28 19:33:50 +01:00
Gordon Williams a7364f716b Keep messages version rising so it'll actually update to the new version automatically 2022-11-28 15:03:00 +00:00
Gordon Williams d0d35ecec7 renaming 2022-11-28 14:48:46 +00:00
Gordon Williams 20c153033e
Merge branch 'master' into split-message-library 2022-11-28 14:24:10 +00:00
Gordon Williams 8678d0cc21 slight tweaks to https://github.com/espruino/BangleApps/pull/2304/ 2022-11-28 14:22:44 +00:00
Gordon Williams cac0c306f4 Merge branch 'android-gps-updater' of github.com:LukasEdl/BangleApps into LukasEdl-android-gps-updater 2022-11-28 13:56:16 +00:00
Gordon Williams b097b93bbf active pedometer notes 2022-11-28 13:55:02 +00:00
Gordon Williams eba77c8a99 openstmap 0.15: Make track drawing an option (default off) 2022-11-28 11:16:36 +00:00
Gordon Williams 981f16ceeb
Merge pull request #2314 from glemco/devel
Sched clkinfo and other improvements
2022-11-28 10:33:03 +00:00
Gordon Williams 73a491aeaf
Merge pull request #2312 from Kedlub/quickcenter
[New App] Quick Center
2022-11-28 10:30:16 +00:00
Gordon Williams 62826cbb27
Merge pull request #2313 from berkenbu/master
Add lightning mode to F9 lander app, new app "Tetris"
2022-11-28 10:23:49 +00:00
Gordon Williams b1a7401754
Merge pull request #2315 from nxdefiant/master
hrmmar: Add fft elimination algorithm to remove MA
2022-11-28 10:13:24 +00:00
Gordon Williams e2da2a87a8 0.03: Added support for locale based time
ref #2311, fix #2317
2022-11-28 10:09:55 +00:00
Gordon Williams 172c73ed1c
Merge pull request #2311 from eyecreate/patch-2
Add support for local time display to slopeclockpp
2022-11-28 10:08:21 +00:00
glemco a011f929fd Rolled back agenda clkinfo 2022-11-28 08:33:41 +01:00
storm64 beab5405c7 [sleeplogalarm] Correct filtering improve settings 2022-11-28 00:08:21 +01:00
Martin Boonk bc28900e60 launch - Use Bangle.showClock 2022-11-27 22:15:45 +01:00
Hugh Barney 7aaf8fd873 Merge remote-tracking branch 'upstream/master' 2022-11-27 19:03:33 +00:00
Hugh Barney 3a45f15574 primtime lato, added debug feature 2022-11-27 19:03:15 +00:00
nxdefiant 7b49d4eb2e
Merge branch 'espruino:master' into master 2022-11-27 19:15:49 +01:00
Erik Andresen 77e270d356 hrmmar: Add fft elimination algorithm to remove MA
The fft with size=256 is calculated over a window of 8 seconds with step size 2
seconds. Sample rate of acceleration (12.5Hz) and PPG sensor (25Hz) is unchanged, so the algorithm runs with 12.5Hz.
Generally the maximum peak in fft spectrum in an interval of -5..+10BPM of
last one is used.

The low fft resolution limits the accuracy to ~3BPM, but mean error
is ~5-10BPM.

If firmware reports confidence >= 90% its value is used.
2022-11-27 19:05:40 +01:00
Gordon Williams dc219416eb bump version 2022-11-27 09:41:58 +00:00
Gordon Williams 8da09e3ea1
quick fix for last update - recorder now plots tracks ok 2022-11-27 09:34:27 +00:00
frederic wagner 60fc2d6d88 gipy: minor bugfix for orientation display 2022-11-26 21:34:48 +01:00
Richard de Boer 2a506e7421
messages: split library/gui/widget into separate apps 2022-11-26 16:52:17 +01:00
Marko.Kl.Berkenbusch@gmail.com 43fdeecdb1 Another mistake in metadata 2022-11-25 20:27:44 -05:00
Marko.Kl.Berkenbusch@gmail.com 5a1c701add Fix metadata typo 2022-11-25 20:24:30 -05:00
Marko.Kl.Berkenbusch@gmail.com 4fa373c078 Merge branch 'master' of https://github.com/berkenbu/BangleApps 2022-11-25 20:18:43 -05:00
Marko.Kl.Berkenbusch@gmail.com 21e9fc1e24 Add tetris app, first commit 2022-11-25 20:06:29 -05:00
berkenbu 32a170d0a6
Merge branch 'espruino:master' into master 2022-11-25 20:00:21 -05:00
Kedlub e35f3a26bb qcenter: Add padding 2022-11-25 21:37:54 +01:00
frederic wagner 38a07a3c9c Merge branch 'master' of github.com:wagnerf42/BangleApps 2022-11-25 21:00:12 +01:00
frederic wagner 2abe29d8ee gipy : eta + arrow 2022-11-25 20:59:33 +01:00
eyecreate 58fbe0455e
Update ChangeLog 2022-11-25 12:52:37 -05:00
eyecreate ebc2091c29
Update metadata 2022-11-25 12:52:13 -05:00
eyecreate 93c2429bf5
Add locale time support to watch 2022-11-25 12:51:08 -05:00
Gabriele Monaco 18d91bf5f9 Added short field and general clkinfo improvements 2022-11-25 18:50:38 +01:00
Gabriele Monaco 4ff8e9a52c Fixed sched clkinfo icons and sorting 2022-11-25 18:35:10 +01:00
Gabriele Monaco c8ee05a4b6 clkinfo: added sched and ranges in weather 2022-11-25 18:35:10 +01:00
Gordon Williams a9b12f0dba misc fixes/tweaks for map rendering 2022-11-25 17:05:30 +00:00
Kedlub fb0dcb82cd qcenter: Update description 2022-11-25 17:53:34 +01:00
Gordon Williams c0a89a375e oops 2022-11-25 16:36:07 +00:00
Gordon Williams 7bdafa281a clock_info images now optional 2022-11-25 16:27:42 +00:00
Gordon Williams 602689ed28 Fix clkinfo icon 2022-11-25 16:26:38 +00:00
Gordon Williams 902db2a19a recorder 0.18: Improve widget load speed, allow currently recording track to be plotted in openstmap 2022-11-25 16:08:52 +00:00
Gordon Williams e5894c36af oops - forgotten commit 2022-11-25 16:08:40 +00:00
Gordon Williams 639d9b7dc5 agenda 0.08: Fix error in clkinfo (didn't require Storage & locale) 2022-11-25 16:08:26 +00:00
Gordon Williams 459a643c87 openstmap
Added ability to upload multiple sets of map tiles
      Support for zooming in on map
      Satellite count moved to widget bar to leave more room for the map
2022-11-25 15:34:51 +00:00
Kedlub bc052c3ace qcenter: Grammar fixes & Final touches 2022-11-25 14:42:10 +01:00
Gordon Williams f4a48e62e6 Added Util.close to allow interfaces to close the window
Fix My Location that couldn't be installed after the most recent update
2022-11-25 09:42:25 +00:00
storm64 f687ea0027
Merge branch 'espruino:master' into sleeplogalarm 2022-11-24 23:58:53 +01:00
storm64 00f4279e7b
Merge branch 'espruino:master' into sleeplog 2022-11-24 23:58:42 +01:00
storm64 30abb6706b [sleeplog] Improve README, remove convertOldLog 2022-11-24 23:56:16 +01:00
Kedlub 8cf2f9957a qcenter: Added widgets & fix remove 2022-11-24 18:30:29 +01:00
Gordon Williams b01d284b80 Mention the calibration app isn't a good idea now 2022-11-24 14:43:23 +00:00
storm64 ec37f35622 [sleeplogalarm] Replace getDay with getDate 2022-11-24 13:29:52 +01:00
wagnerf42 37705ccfe2
Merge branch 'espruino:master' into master 2022-11-24 13:18:14 +01:00
Gordon Williams fc96f98c1d android 0.17: Now kick off Calendar sync as soon as connected to Gadgetbridge 2022-11-24 09:44:48 +00:00
storm64 ad7161cc93 [sleeplogalarm] Correct filter for last alarm 2022-11-23 18:11:42 +01:00
m-p-3 e0bfca0715
Delete .createdir 2022-11-23 10:46:28 -05:00
m-p-3 a733055c10
Upload icon source files to messageicons/icons 2022-11-23 10:44:58 -05:00
m-p-3 5e2af483b3
Creating "icons" directory in "messageicons" 2022-11-23 10:41:28 -05:00
Gordon Williams 10d6206e99 0.11: Swipe down to see widgets
Support for fast loading
2022-11-23 14:47:28 +00:00
Gordon Williams c6a20ace26 Remove unused function (Gadgetbridge does not use this any more) 2022-11-23 14:32:02 +00:00
Gordon Williams d90959d2f9 Widgets can now be made visible by swiping down (#2196) 2022-11-23 14:31:20 +00:00
Gordon Williams 0a285a80f1 stop non-default apps pushing themselves up to the top of the apps list using sort-order 2022-11-23 11:02:26 +00:00
Gordon Williams 3f6aff95c9
Merge pull request #2306 from halemmerich/quicklaunch
quicklaunch - Respect appRect on touch events
2022-11-23 10:57:12 +00:00
Gordon Williams 14bb091684 Merge branch 'master' of github.com:espruino/BangleApps 2022-11-23 10:47:43 +00:00
Gordon Williams cf3e574b8f oops - forgot to commit changelog 2022-11-23 10:42:25 +00:00
Gordon Williams 3836212aa1
Merge pull request #2292 from Rarder44/Messages-Light
[Messages light] - new message GUI app
2022-11-23 10:41:13 +00:00
Gordon Williams c039069db7 slopeclockpp 0.04: Changed to use clock_info for displayed data (see #2226)
Made fonts smaller to avoid overlap when (eg) 22:00
      Allowed black/white background (as that can look nice too)
2022-11-23 10:36:03 +00:00
Gordon Williams 6cae9442ec
Merge pull request #2251 from glemco/devel
[WIP] circlesclock: load circles from clkinfo
2022-11-23 09:13:40 +00:00
frederic wagner 45e39af359 gipy: checking file size
but we can't hide the alert ?
2022-11-22 19:53:25 +01:00
Kedlub db6b143c65 qcenter: Fix settings 2022-11-22 16:33:32 +01:00
Kedlub 1c38505c9f qcenter: Fix metadata 2022-11-22 13:57:13 +01:00
Kedlub a7ad62a030 qcenter: New app 2022-11-22 13:52:21 +01:00
frederic wagner 230800d403 gipy : checking file size
somehow it does not load on the watch
2022-11-22 13:48:12 +01:00
Gabriele Monaco c435bc217d circlesclock: load circles from clkinfo 2022-11-22 12:55:40 +01:00
Martin Boonk d0899bb362 quicklaunch - Respect appRect on touch events 2022-11-21 22:33:28 +01:00
Martin Boonk 22bf24f4b5 imageclock - Bump version 2022-11-21 20:47:58 +01:00
Martin Boonk 7988e258ce imageclock - Use new widget_utils slideOn() 2022-11-21 20:47:58 +01:00
Martin Boonk c20a594987 imageclock - Load widgets after first full draw 2022-11-21 20:47:58 +01:00
Martin Boonk ac7986189c imageclock - Combine drawing code into app file on upload 2022-11-21 20:47:57 +01:00
Martin Boonk e787560fb3 imageclock - Use shorter variable names 2022-11-21 20:42:59 +01:00
Lukas 7561f8d7c2 add gps request handling 2022-11-21 20:41:52 +01:00
Lukas c68c14a9ed add check if gps data should be overwritten, before the gps data is emitted 2022-11-21 20:41:51 +01:00
Lukas 31bed21581 add setting to set overwrite of internal gps 2022-11-21 20:41:49 +01:00
Lukas d5e6879897 add handling of gps events 2022-11-21 20:41:48 +01:00
Gordon Williams c4e1fd01be Added clkinfosunrise to allow clocks to display sunrise and sunset if they use clock_info 2022-11-21 16:37:04 +00:00
frederic wagner 71245dcff6 gipy : new interface to double check upload 2022-11-21 14:08:02 +01:00
Gordon Williams bf6e0ed5ca Use heatshrink/imageconverter from webtools - see https://github.com/espruino/BangleApps/pull/2299 2022-11-21 12:16:27 +00:00
Gordon Williams ddfaad7aed bump version 2022-11-21 10:44:09 +00:00
Gordon Williams 313222800d
Merge pull request #2296 from Kedlub/msgfix
[ios] Add letters to unicodeRemap
2022-11-21 10:43:19 +00:00
Gordon Williams 6051bff000
Merge pull request #2302 from myxor/mylocation_v0.08
MyLocation v0.08: Allow setting location from webinterface in the AppLoader
2022-11-21 10:40:34 +00:00
Gordon Williams a38288fd29
Merge pull request #2291 from nxdefiant/master
taglaunch: New launcher
2022-11-21 09:34:44 +00:00
Gordon Williams abd2aaea02
Merge pull request #2290 from Rarder44/rebble-fix
[Rebble] fix draw before widget hide
2022-11-21 09:30:32 +00:00
Marco H 998855b099 Allow setting location from webinterface in the AppLoader 2022-11-21 10:20:23 +01:00
Gordon Williams 81ac568350 Merge branch 'master' of github.com:espruino/BangleApps 2022-11-21 09:19:34 +00:00
Gordon Williams 60320a0e00 Fix weather clkinfo icons - see #2251 2022-11-21 09:19:31 +00:00
Gordon Williams 0cf5afc712
Merge pull request #2298 from thyttan/quicklaunch
[Quick Launch] Revert "Use Bangle.load(), remove the special 'Show launcher' entry"
2022-11-21 09:09:54 +00:00
thyttan 8d6b7cb0d7 bump to 0.07 after reverting 0.06 2022-11-20 17:32:44 +01:00
thyttan 40ab4bb6d1 Revert "Use Bangle.load(), remove the special 'Show launcher' entry"
This reverts commit e115cac82a.
2022-11-20 17:25:21 +01:00
frederic wagner adc83746ad gipy: more lost speedup + scale bugfix 2022-11-20 12:04:49 +01:00
Kedlub 698a04922f Add letters to unicodeRemap
Added characters with caron to unicodeRemap, to properly display messages in Czech language
2022-11-20 10:29:40 +01:00
frederic wagner 7685d347fd gipy: speeding up lost code 2022-11-20 08:40:33 +01:00
frederic wagner f6a7e5665b gipy: minor speed improvements + profiling 2022-11-19 13:48:26 +01:00
Erik Andresen 061d4f3f72 taglauncher: fix tag sort 2022-11-19 06:42:30 +01:00
Erik Andresen 66a6e3d3e8 taglauncher: Add sortorder 2022-11-19 06:29:54 +01:00
storm64 7ef5152c17 [sleeplogalarm] Clear ToDo-list 2022-11-18 23:31:10 +01:00
storm64 8c4c514059 [sleeplogalarm] Add setting + explanations, icon 2022-11-18 23:08:41 +01:00
Erik Andresen c0c46bbc6c taglaunch: update description 2022-11-18 22:25:45 +01:00
Erik Andresen c6e13c651d taglaunch: update description 2022-11-18 22:24:41 +01:00
Erik Andresen cd14794a42 taglaunch: format 2022-11-18 22:07:19 +01:00
Erik Andresen 47d9ebbb6f taglaunch: handle tag tools as tool 2022-11-18 22:04:24 +01:00
Erik Andresen b6c1b9224e gpsinfo: add outdoors tag 2022-11-18 21:55:58 +01:00
Erik Andresen 16995ae0a2 taglaunch: New launcher
Based on the default launcher but puts all applications in a submenu by their tag.
This can result in a faster application selection than the linear access of the default launcher.
2022-11-18 19:05:23 +01:00
Rarder44 765f17b89a comment 2022-11-18 18:58:58 +01:00
Rarder44 6e16c5fc4f fix draw before widget hide 2022-11-18 18:45:29 +01:00
Luca Pozzi 151e9f458a
Merge branch 'espruino:master' into Messages-Light 2022-11-18 18:36:09 +01:00
Rarder44 2b5bb48211 changed all var into let
cleanup main
2022-11-18 18:35:44 +01:00
Rarder44 2f57490a12 added app "Messages Light" 2022-11-18 17:25:51 +01:00
Rarder44 c6255ce9c8 cleanup code and fix fastload issue 2022-11-18 17:18:59 +01:00
storm64 69d0890cfa [sleeplogalarm] Alarm only once each alarm 2022-11-18 15:26:15 +01:00
Gordon Williams 35668fd853
Merge pull request #2288 from Rarder44/rebble-fix
[rebble] - convert var/function to let
2022-11-18 11:48:55 +00:00
Rarder44 5cd48ec705 - fix log_debug 2022-11-18 12:13:23 +01:00
Gordon Williams 64bada3bbd
Merge pull request #2285 from thyttan/sevenmins
[Seven minute workout] New app
2022-11-18 09:18:59 +00:00
Rarder44 b181994551 draw moved
removed comments
2022-11-18 00:43:15 +01:00
Rarder44 584fcb9980 bump version and changelog 2022-11-18 00:16:02 +01:00
Rarder44 65e240dc4e convert var -> let
convert function -> let
2022-11-18 00:15:12 +01:00
Gordon Williams 65cc432af3 Merge branch 'master' of github.com:espruino/BangleApps 2022-11-17 19:25:05 +00:00
Gordon Williams a885d6de83 boot 0.54: Fix for invalid version comparison in polyfill
fix #2286, #2287
2022-11-17 19:24:41 +00:00
storm64 361efb6c25 [sleeplog] Add more details to README.md 2022-11-17 18:12:59 +01:00
storm64 a49f902f02 [sleeplogalarm] Adjust default filter times 2022-11-17 17:52:18 +01:00
thyttan 36766e69c5 First commit 2022-11-17 17:48:32 +01:00
storm64 c25750ebc1 [sleeplogalarm] Correct times display in settings 2022-11-17 17:44:36 +01:00
storm64 9def5a8ee3 [sleeplogalarm] Don't show own alarm 2022-11-17 17:09:18 +01:00
frederic wagner 4e5d2ddd34 gipy: bugfixes in scale code 2022-11-17 17:08:54 +01:00
storm64 67d6da813e [sleeplogalarm] Correct typo 2022-11-17 16:32:47 +01:00
storm64 8800ba8fda [sleeplogalarm] Reorder settings + filter for msg 2022-11-17 15:16:18 +01:00
frederic wagner 7e1edf763f gipy: correcting typo 2022-11-17 14:51:21 +01:00
frederic wagner 7bdeb887f4 gipy: rescale when lost + indicate nearest point 2022-11-17 14:41:36 +01:00
storm64 5720204307 [sleeplogalarm] Correct t inside created alarm 2022-11-17 10:32:55 +01:00
storm64 855a2c4263 [sleeplog] Switch unchanged data behav. in trigger 2022-11-17 10:26:52 +01:00
storm64 dfe57c0e77 [sleeplog] Correct generation of time in trigger 2022-11-17 10:04:57 +01:00
storm64 550b95d969 [sleeplogalarm] Correct times in sleeplog.trigger 2022-11-17 09:33:00 +01:00
storm64 528716322a [sleeplog] Correct fn call for trigger 2022-11-17 09:26:51 +01:00
storm64 abb719319f [sleeplog] Correct time as date for trigger 2022-11-17 08:36:22 +01:00
storm64 a2fd46e35c [sleeplog] Correct calculation of time in trigger 2022-11-16 23:26:23 +01:00
storm64 8d54208ade [sleeplogalarm] Update using sleeplog.trigger 2022-11-16 23:24:43 +01:00
storm64 9105c94e1b [sleeplog] Replace onChange with trigger object 2022-11-16 22:46:49 +01:00
Martin Boonk 7ce10a18b6 bthrm - Bump version 2022-11-16 17:34:05 +01:00
Martin Boonk f7aa8340f0 bthrm - Reset powerdownRequested when start BTHRM 2022-11-16 17:32:20 +01:00