1
0
Fork 0
Commit Graph

13751 Commits (214a018843f08d3bb8da00ffba5f231ab5bdea3a)

Author SHA1 Message Date
Gordon Williams 214a018843 update shortnames 2022-12-12 09:01:00 +00:00
Gordon Williams b0549bebca
Merge pull request #2388 from hughbarney/master
Added 'Firmware ClockInfo' and some teaks on screenshots and icons
2022-12-12 08:59:33 +00:00
Gordon Williams a0a3b5c66e
Merge pull request #2384 from rigrig/clockface-really-remove
ClockFace: fix fast loading
2022-12-12 08:58:12 +00:00
Gordon Williams 479224eb61
Merge pull request #2389 from nxdefiant/master
astrocalc
2022-12-12 08:48:49 +00:00
Erik Andresen 5fe0a7ad6a astrocalc: Update description 2022-12-12 07:37:36 +01:00
Erik Andresen f6ee8333c4 astrocalc translations 2022-12-11 22:36:31 +01:00
Erik Andresen 340fc06678 astrocalc
fix typo
2022-12-11 22:16:39 +01:00
Erik Andresen 90b68051c5 astrocalc
- Compatibility with Bangle.js 2
- Get location from My Location
2022-12-11 22:09:16 +01:00
Hugh Barney 0a0c6f8d23 Lato, fixed screenshot filename 2022-12-11 19:13:36 +00:00
Hugh Barney ad9ea67cba fixed whitespace 2022-12-11 19:11:36 +00:00
Hugh Barney 8465d61d31 made icon transparent, fixed screenshot filename 2022-12-11 18:52:59 +00:00
Hugh Barney 776ef09608 added screenshot 2022-12-11 18:23:05 +00:00
Hugh Barney 8a67b1a63d changed icon to be transparent 2022-12-11 17:56:18 +00:00
Hugh Barney 3af685e072 Firmware ClockInfo 2022-12-11 17:25:38 +00:00
Richard de Boer 825a705339
ClockFace: fix fast loading 2022-12-11 15:15:44 +01:00
Hugh Barney bff8fbacda Simplest++ dropped the word clock from the app name 2022-12-09 18:52:30 +00:00
Gordon Williams 640fe08d9e
Merge pull request #2379 from lauzonhomeschool/patch-3
sched - improve support for date timezone, toLocalISOString
2022-12-09 17:11:01 +00:00
lauzonhomeschool e0495a1b85
Update metadata.json 2022-12-09 12:02:42 -05:00
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 2ad704a3d9
Merge pull request #2376 from rigrig/unlibrify-message-widgets
Unlibrify message widgets
2022-12-09 10:34:49 +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
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