Commit Graph

11 Commits

Author SHA1 Message Date
0b80e4546d Corrected a previous incomplete commit
All now "WatchUi.loadResource($.Rez.Strings.WebhookFailed) as Lang.String"
2024-01-21 20:43:11 +00:00
6e67c4cf2a Removed RezStrings.mc
And in-lined the resource strings fetching.
2024-01-21 20:38:01 +00:00
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
44ec2e2eb1 Initial Solution 2024-01-19 19:26:02 +00:00
94bc49afe2 Restyled by whitespace 2024-01-14 11:52:49 +00:00
31b30788b1 add TemplateMenuItem 2024-01-14 08:00:49 +00:00
32ce1d2a74 Fix naming 2024-01-12 18:01:00 +00:00
22bb84e13b Handle errors for the second step 2024-01-11 20:48:46 +00:00
a211565810 2024-01-11 17:37:18 +00:00
f155ab0925 Added error messages for first request 2024-01-11 17:27:52 +00:00
5f794388e6 Resolve review comments 2024-01-11 07:16:38 +00:00