Commit Graph

9835 Commits (c0b49b33598040b9a6517eda12239de562cf0e8e)

Author SHA1 Message Date
Amos Blanton c0b49b3359
Update ChangeLog 2022-09-23 07:16:58 +00:00
Amos Blanton 2254fdd049
If midnight clear the display to clean up artifacts
Since slash is (wisely) very conservative about clearing / redrawing, artifacts from past dates that aren't overwritten tend to stack up. On my watch now where it says "Sun 9/18" there is some left over "T" from last Thursday sticking out to the left of the "S" in "Sun", and some leftover "6" sticking out to the right of the "8" in "18" from two days ago. This should clear everything once a day at midnight so these artifacts get cleared out.
2022-09-18 09:28:11 +00:00
Gordon Williams 88533f84bc 0.03: Remove global declaration of BANGLEJS2 var (fix #2123) 2022-09-16 09:08:48 +01:00
eleanor f11f1a2538
Merge branch 'espruino:master' into master 2022-09-09 08:45:26 -05:00
eleanor eae3ce56d3
Update metadata.json 2022-09-09 08:18:55 -05:00
eleanor 8e70ac9f83
Update ChangeLog 2022-09-09 08:18:42 -05:00
eleanor 7421238f41
Update metadata.json 2022-09-09 08:18:26 -05:00
eleanor 404625f44b
Update ChangeLog 2022-09-09 08:18:08 -05:00
Gordon Williams b2bb45d878 improve sched readme 2022-09-09 09:37:10 +01:00
Peer David 1c7ab9ea06
Merge branch 'espruino:master' into master 2022-09-08 16:00:57 +02:00
David Peer 4653ffc07b Show calendar week 2022-09-08 16:00:46 +02:00
Gabriele Monaco 311d619e57 agenda: displaying calendar colour and name 2022-09-08 09:10:13 +00:00
eleanor 6547e2dcc6
updated month abbreviation 2022-09-07 14:32:15 -05:00
eleanor 0f6272aa70
Update app.js 2022-09-07 14:17:23 -05:00
eleanor 9cc04dcbe8
called queuedraw 2022-09-07 13:56:35 -05:00
eleanor ed5a1850c5
Made suggested changes
- used `date_utils`
- replaced "second interval" with `queueDraw()`
2022-09-07 13:24:21 -05:00
Gordon Williams 67e8beea7c
oops - merge error 2022-09-07 10:16:20 +01:00
Gordon Williams 82444f9942
Merge branch 'master' into new_branch 2022-09-07 10:15:39 +01:00
Gordon Williams f952e17258 messages: Option to make message icons monochrome (not colored) (fix #2043) 2022-09-07 09:53:22 +01:00
Gordon Williams 097730245a minor readability tweak when checking for messages 2022-09-07 09:20:58 +01:00
Gordon Williams 5e49dcedf2
Merge branch 'master' into messages-load-function 2022-09-07 09:16:46 +01:00
Gordon Williams df04960655
Merge pull request #2113 from thyttan/clocks-and-widgets
Clock apps tell clock widgets to hide.
2022-09-07 09:09:35 +01:00
Gordon Williams b5d4c18118
Merge pull request #2114 from peerdavid/master
[BWClock] Improved handling of callback functions in menu
2022-09-07 09:01:58 +01:00
thyttan fcce875880 small fix 2022-09-07 01:12:33 +02:00
thyttan 11e34f73b4 Clock apps tell clock widgets to hide #7 2022-09-07 01:09:46 +02:00
thyttan ab15ed66a2 Clock apps tell clock widgets to hide #6 2022-09-07 00:57:47 +02:00
thyttan 4097f19d4e Clock apps tell clock widgets to hide #5 2022-09-07 00:41:09 +02:00
eleanor fb41861376
Merge branch 'espruino:master' into master 2022-09-06 15:29:01 -05:00
eleanor fe27aca4eb
Create app-icon.js 2022-09-06 15:28:24 -05:00
eleanor 1e5f11abb4
Add files via upload 2022-09-06 15:24:30 -05:00
eleanor e3307eaa48
Delete iconclk.png 2022-09-06 15:23:55 -05:00
eleanor 1bafd0add9
Add files via upload 2022-09-06 15:23:29 -05:00
eleanor 8b7a6b6f2b
added screenshot 2022-09-06 15:16:45 -05:00
eleanor 7ed481e4f7
created metadata 2022-09-06 15:15:54 -05:00
eleanor eb6598d1d7
made a README 2022-09-06 15:14:23 -05:00
eleanor 17e85fb65a
created ChangeLog 2022-09-06 15:12:43 -05:00
eleanor 9a9b82ba19
Create app.js 2022-09-06 15:11:19 -05:00
thyttan 3c291b12a5 small fix 2022-09-06 21:29:05 +02:00
thyttan 7b1058e537 Clock apps tell clock widgets to hide #4 2022-09-06 21:27:02 +02:00
thyttan 0d2093a134 Clock app tell clock widgets to hide #3 2022-09-06 20:56:43 +02:00
David Peer 04767b94d9 Improved handling of async data 2022-09-06 20:37:23 +02:00
thyttan 55e1a7e74f small fix 2022-09-06 20:29:56 +02:00
Peer David f42c82c67f
Merge branch 'espruino:master' into master 2022-09-06 20:09:25 +02:00
thyttan 395be5a65d Clock apps tell clock widgets to hide #2 2022-09-06 19:34:20 +02:00
thyttan 61ad67d32e fix typo 2022-09-06 18:47:26 +02:00
thyttan 5b1b3553c5 Clock apps tell clock widgets to hide 2022-09-06 18:38:13 +02:00
storm64 8f25103d37 [ptlaunch] Correct typo 2022-09-06 12:39:28 +02:00
storm64 505a1183e4 [ptlaunch] Correct setUI mode-object conversion 2022-09-06 12:36:17 +02:00
storm64 f6640e10ce [ptlaunch] Add setUI custom clock recognition
Update boot.js to support clocks in custom setUI mode, started with: `Bangle.setUI({ mode: "custom", clock: 1, ... });
2022-09-06 12:15:52 +02:00
Peer David 64c96e9540
Merge branch 'espruino:master' into master 2022-09-05 16:17:23 +02:00