19 Commits

Author SHA1 Message Date
Philip Abbey
92d3fbee57 Initial fixes 2024-03-07 21:59:33 +00:00
Philip Abbey
0dfcc65469 3 bug fixes as per the issue description 2024-02-05 19:09:26 +00:00
Philip Abbey
b80227e484 Update Settings.mc
Cosmetic
2024-01-21 20:11:47 +00:00
Philip Abbey
d9b345e5b8 Update Settings.mc
Cosmetic
2024-01-21 20:04:12 +00:00
Philip Abbey
d9ecaf34ee Removed Debug
On some devices it looks like removing the System.println() statements from inside an 'if' clause whose condition is a constant (static constant Globals.scDebug) makes a memory saving. This would suggest the compiler does not propagate constants and prune unreachable code. However in the device of greatest interest debug removal has made no difference to the memory usage. Here the conditional clauses have been turned into comments that can be removed on a case-by-case basis otherwise the debug printing is too voluminous anyway.
2024-01-21 17:53:37 +00:00
Philip Abbey
81762fbf7d Cached 'has' result in initialize()
Also amended a bit of README that was missed and added a memory usage in the RootView for widgets here memory is limited, to serve as a warning to users who are likely to complain.
2024-01-14 19:59:18 +00:00
Joseph Abbey
1f075a8c0f Remove text versions of menu items 2024-01-14 13:29:33 +00:00
Joseph Abbey
32ce1d2a74 Fix naming 2024-01-12 18:01:00 +00:00
Joseph Abbey
7f8814d587 Automatically remove webhook id 2024-01-12 17:53:42 +00:00
Joseph Abbey
22bb84e13b Handle errors for the second step 2024-01-11 20:48:46 +00:00
Joseph Abbey
5f794388e6 Resolve review comments 2024-01-11 07:16:38 +00:00
Restyled.io
4190ce2362 Restyled by whitespace 2024-01-10 23:10:15 +00:00
Joseph Abbey
42e0a1b543 Use webhooks for battery 2024-01-10 23:08:08 +00:00
Philip Abbey
9724430168 Merge branch 'main' into 31-reduce-startup-delay 2024-01-08 00:14:05 +00:00
Philip Abbey
0a2d257421 Initial solution 2024-01-08 00:08:12 +00:00
Restyled.io
bbaee49825 Restyled by whitespace 2024-01-07 19:12:40 +00:00
Philip Abbey
874ced99c2 Update Settings.mc
Do not cancel the background service just because we show the app's glance.
2024-01-07 19:12:03 +00:00
Philip Abbey
ae72313f5e Settings reverted to a static class 2023-12-31 15:55:59 +00:00
Philip Abbey
56155f5f5c Added Watch Battery transmission
Added a background service to send the watch battery level to Home Assistant.
Changed the Glance View as requested by a user.
Updated to new HA icon using SVG in stead of PNG.
2023-12-31 15:22:21 +00:00