Commit Graph

13698 Commits (a9f0b83e11735cf128888a1c2da11912c8dd5ed9)

Author SHA1 Message Date
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
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
Gordon Williams 2b6c6b69aa
Merge pull request #2373 from rigrig/messagegui-fast-load
messagegui: don't write messages to flash quite as often
2022-12-08 10:34:28 +00:00
Gordon Williams 1bd3803bbf
Merge pull request #2372 from rigrig/message-improvements
messages: erase messages file instead of writing empty []
2022-12-08 09:13:01 +00: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
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 cdf306b868
Merge pull request #2367 from thyttan/lang
[Translations] adjust some sv_SE translations
2022-12-06 16:51:44 +00:00
thyttan 80ea9d910c adjust some sv_SE translations 2022-12-06 17:07:02 +01: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
Gordon Williams 2a4375c5fd
Merge pull request #2363 from thyttan/spotify-remote
[Remote for Spotify] remove only specific listeners
2022-12-06 11:34:51 +00: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 341517881b update docs to put the best solution at the top 2022-12-06 09:41:54 +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
Gordon Williams f9d4d6cf78
Merge pull request #2362 from thyttan/swipeScroller
[Swipe menus] rebase on latest changes to E.showScroller_Q3...
2022-12-06 09:23:40 +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
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
Gordon Williams b47725568c Not sure how, but core got set to earlier commit 2022-12-05 17:09:22 +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
Gordon Williams 92efe31a4b
Merge pull request #2345 from thyttan/lang
[Multiple apps] autotranslate some strings
2022-12-05 14:14:21 +00: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