Commit Graph

12530 Commits (e9d2c641904d1243994ba49137072780ddca4435)

Author SHA1 Message Date
hughbarney cebb3c6cb2 Added Deko clock 2022-09-18 16:20:48 +01:00
hughbarney 03b34ad9ed Merge remote-tracking branch 'upstream/master' 2022-09-18 15:53:13 +01:00
David Peer 2c1b29eb53 Added action to HA 2022-09-18 12:10:14 +02:00
David Peer aeb2ec5002 Fix build 2022-09-18 12:01:53 +02:00
David Peer 1d8008c127 Added home assistant 2022-09-18 12:00:58 +02:00
David Peer 3696cff42a Minor fix -- otherwise clock works not properly 2022-09-18 11:46:25 +02: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
David Peer b06f3a9cc2 Added weather 2022-09-17 18:21:54 +02:00
David Peer b60f0c4687 Added basic version of agenda 2022-09-17 18:07:43 +02:00
David Peer 37ff21b7fa Improved input through locking 2022-09-17 17:26:43 +02:00
David Peer 274544ec0f Several improvements 2022-09-17 17:14:20 +02:00
Richard de Boer c8b25dd6ec
saclock: new clock: A very basic analog clock 2022-09-17 16:49:22 +02:00
Hank d573aad9d8 Another try 2022-09-16 12:58:56 +02:00
Hank 0c91817991 Fixes 2022-09-16 12:56:04 +02:00
Hank d85dba2136 - 2022-09-16 12:47:40 +02:00
Hank 6fe1ee3173 - 2022-09-16 12:41:06 +02:00
Hank 86bf076bd0 Fixes 2022-09-16 12:36:43 +02:00
Hank 6494808bfa Fixes 2022-09-16 12:33:55 +02:00
Hank 982a03a1ea Fixes 2022-09-16 12:28:20 +02:00
Hank 8e50254abb Fixes 2022-09-16 12:21:55 +02:00
Hank 1955422890 Typo 2022-09-16 12:14:35 +02:00
Hank 714631aa3d DNDToggle Initial release 2022-09-16 12:12:45 +02:00
Gordon Williams 88533f84bc 0.03: Remove global declaration of BANGLEJS2 var (fix #2123) 2022-09-16 09:08:48 +01:00
David Peer 77e1821cf4 Minor changes 2022-09-15 21:44:47 +02:00
David Peer 61bff3306f Next improvements 2022-09-15 21:16:00 +02:00
David Peer d02e5db24b Improvements 2022-09-15 21:01:43 +02:00
storm64 a1e03d3229 [widbt_notify] Simplify code, add some options 2022-09-14 21:53:04 +02:00
Gordon Williams 674ef0aa13
Merge pull request #2121 from splch/patch-1
Use 10-minute acceleration and charging for isWorn()
2022-09-12 08:25:40 +01:00
Gordon Williams c3ee954802
Merge pull request #2116 from elykittytee/master
Fixed the date
2022-09-12 08:19:05 +01:00
Gordon Williams b3b3e94615
Merge pull request #2120 from rigrig/apploader-improvements
Apploader.js improvements
2022-09-12 08:18:24 +01:00
David Peer f4b1eb0032 First menu is already working. 2022-09-12 07:25:32 +02:00
David Peer daedc1068e Some improvements 2022-09-12 07:20:11 +02:00
David Peer 876c5caff5 First tests with new clock_info 2022-09-11 18:26:56 +02:00
Spence Churchill 4a2d8212c1
optimize for precision over accuracy
correctly classifying when the watch is on is more important than classifying classifying when the watch is off
2022-09-09 17:54:08 -07:00
Spence Churchill dc8319d97a
use 10-minute acceleration and charging
removes temperature due to weather situations
2022-09-09 10:38:37 -07: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
Richard de Boer e072fe23a1
apploader.js: add -b1 param to upload to Bangle.js 1 2022-09-09 15:10:06 +02:00
Richard de Boer 0a7f3abb08
apploader.js: don't hide errors while loading 'noble'
Loading the module can also fail when e.g. compiled against a different
Node.js version, don't hide those errors.
2022-09-09 15:01:46 +02:00
Gordon Williams 23eb487024 quick update to make initial error easier to find if noble not installed 2022-09-09 09:41:00 +01:00
Gordon Williams faf879c59c Fix app loader after previous core changes 2022-09-09 09:38:52 +01:00
Gordon Williams b2bb45d878 improve sched readme 2022-09-09 09:37:10 +01:00
Gordon Williams 20c4f06718 Merge branch 'master' of github.com:espruino/BangleApps 2022-09-08 16:01:56 +01:00
Gordon Williams 1f3695efff Allow clock 'info screens' to be defined - as per https://github.com/espruino/BangleApps/pull/2114#issuecomment-1240836007 2022-09-08 16:01:48 +01:00
Gordon Williams 3bcfa8c036
Merge pull request #2119 from peerdavid/master
[BW Clock] Show calendar week
2022-09-08 15:39:47 +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