diff --git a/README.md b/README.md index d1ec7d9..f17aaab 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ The `id` attribute values are taken from the same names used in [`strings.xml`]( | 1.1 | Updated for 54 more devices, 80 in total. Scene support. Added vibrate acknowledgement for tap-based menu items. Falls back to a custom visual confirmation in the absence of 'toast' and vibrate support. Bug fix for large menus needing status updates. | | 1.2 | Do not crash on zero items to update. Report unreachable URLs. Verify API URL does not have a trailing slash '/'. Increased HTTP response diagnosis. Reduced minimum API Level required from 3.3.0 to 3.1.0 to allow more device "part numbers" to be satisfied. | | 1.3 | Tap for scripts was working in emulation but not on some phones. Decision is to make the 'service' field in the JSON compulsory for 'tap' menu items. This is a breaking change, but for many might be a fix for something not working correctly. Improve language support, we can now accept language corrections and prevent the automated translation of strings from clobbering manually refined entries. Thank you to two new contributors. | -| 1.4 | New lean user Interface with thanks to [SomeoneOnEarth](https://github.com/Someone0nEarth) for their contribution which is now the default. If you prefer the old style you can still select it in the settings. The provision of a 'service' tag is now not just heavily suggested by the JSON schema, it is enforced in code. With apologies to anyone suffering a breakage as a result. | +| 1.4 | New lean user Interface with thanks to [Someone0nEarth](https://github.com/Someone0nEarth) for their contribution which is now the default. If you prefer the old style you can still select it in the settings. The provision of a 'service' tag is now not just heavily suggested by the JSON schema, it is enforced in code. With apologies to anyone suffering a breakage as a result. | | 1.5 | Added an optional confirmation dialogue view to prevent accidental execution of actions on mistaken tap. This also brings a change in the JSON schema to allow an optional field to specify that the confirmation should be used for a menu item. As we are now maturing and adding features we have decided to mitigate breaking changes to the JSON schema by being more careful to adopt the Home Assistant schema (noting there is a 1:1 mapping between YAML and JSON). This change does deprecate the top level `service` tag in favour of `tag_action` containing multiple fields including `service` & `confirm`. Users should migrate to the new format for the new functionality, but the timescale for actual deprecation are long and undecided. | | 1.6 | Added a user configurable 'timeout' in seconds so that when no action is taken the application automatically closes, stopping the continuous polling for changes of status and hence saving the drain on the battery. This can be disabled with timeout=0. | | 1.7 | Added timeout to confirmation views so that when used for security devices it does not linger when left unconfirmed. Thanks to [Jan Schneider](https://github.com/j-a-n) for the contribution. Known bug for devices not supporting [`WatchUi.getCurrentView()`](https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi.html#getCurrentView-instance_function) API call which is only available on API Level 3.4.0, e.g. Vivoactive 4S. | diff --git a/manifest.xml b/manifest.xml index 866e4e4..e0b8645 100644 --- a/manifest.xml +++ b/manifest.xml @@ -9,9 +9,9 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 - SomeoneOnEarth's Test App id="bf69be91-5833-4d96-92ea-c5f1a9db5dcc" + Someone0nEarth's Test App id="bf69be91-5833-4d96-92ea-c5f1a9db5dcc" philipabbey's Test App id="98c36259-498a-4458-9cef-74a273ad2bc3" Live Application id="40131e87-31ff-454b-a8e2-92276ee399d6" diff --git a/resources-ara/strings/strings.xml b/resources-ara/strings/strings.xml index 1ea89b1..0bf7fe8 100644 --- a/resources-ara/strings/strings.xml +++ b/resources-ara/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-bul/strings/strings.xml b/resources-bul/strings/strings.xml index b7cfdaf..93eb779 100644 --- a/resources-bul/strings/strings.xml +++ b/resources-bul/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-ces/strings/strings.xml b/resources-ces/strings/strings.xml index 1a6cda1..691fbee 100644 --- a/resources-ces/strings/strings.xml +++ b/resources-ces/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-dan/strings/strings.xml b/resources-dan/strings/strings.xml index 354f0d7..684669d 100644 --- a/resources-dan/strings/strings.xml +++ b/resources-dan/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-deu/strings/corrections.xml b/resources-deu/strings/corrections.xml index d3f5997..3c50a66 100644 --- a/resources-deu/strings/corrections.xml +++ b/resources-deu/strings/corrections.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 14 November 2023 + P A Abbey & J D Abbey & Someone0nEarth, 14 November 2023 --> diff --git a/resources-deu/strings/strings.xml b/resources-deu/strings/strings.xml index 6e8ca99..bb019af 100644 --- a/resources-deu/strings/strings.xml +++ b/resources-deu/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-dut/strings/strings.xml b/resources-dut/strings/strings.xml index d695c2a..4821e85 100644 --- a/resources-dut/strings/strings.xml +++ b/resources-dut/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-est/strings/strings.xml b/resources-est/strings/strings.xml index ec240b8..4d7d866 100644 --- a/resources-est/strings/strings.xml +++ b/resources-est/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-fin/strings/strings.xml b/resources-fin/strings/strings.xml index 137ae08..395399f 100644 --- a/resources-fin/strings/strings.xml +++ b/resources-fin/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-fre/strings/corrections.xml b/resources-fre/strings/corrections.xml index a9be4eb..49e05c3 100644 --- a/resources-fre/strings/corrections.xml +++ b/resources-fre/strings/corrections.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 14 November 2023 + P A Abbey & J D Abbey & Someone0nEarth, 14 November 2023 --> diff --git a/resources-fre/strings/strings.xml b/resources-fre/strings/strings.xml index ae19a88..5de193d 100644 --- a/resources-fre/strings/strings.xml +++ b/resources-fre/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-gre/strings/strings.xml b/resources-gre/strings/strings.xml index 6a2a2f6..4a88205 100644 --- a/resources-gre/strings/strings.xml +++ b/resources-gre/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-heb/strings/strings.xml b/resources-heb/strings/strings.xml index dcae0bf..c2e80a7 100644 --- a/resources-heb/strings/strings.xml +++ b/resources-heb/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-hrv/strings/strings.xml b/resources-hrv/strings/strings.xml index 12de052..42219f1 100644 --- a/resources-hrv/strings/strings.xml +++ b/resources-hrv/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-hun/strings/strings.xml b/resources-hun/strings/strings.xml index 49a4cbc..217e91d 100644 --- a/resources-hun/strings/strings.xml +++ b/resources-hun/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-ind/strings/strings.xml b/resources-ind/strings/strings.xml index 440efd6..c6d8061 100644 --- a/resources-ind/strings/strings.xml +++ b/resources-ind/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-ita/strings/strings.xml b/resources-ita/strings/strings.xml index c42d511..e782445 100644 --- a/resources-ita/strings/strings.xml +++ b/resources-ita/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-jpn/strings/strings.xml b/resources-jpn/strings/strings.xml index 0474907..1930e08 100644 --- a/resources-jpn/strings/strings.xml +++ b/resources-jpn/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-kor/strings/strings.xml b/resources-kor/strings/strings.xml index 6f1b8c5..cfdc285 100644 --- a/resources-kor/strings/strings.xml +++ b/resources-kor/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-26-26/drawables.xml b/resources-launcher-26-26/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-26-26/drawables.xml +++ b/resources-launcher-26-26/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-30-30/drawables.xml b/resources-launcher-30-30/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-30-30/drawables.xml +++ b/resources-launcher-30-30/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-35-35/drawables.xml b/resources-launcher-35-35/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-35-35/drawables.xml +++ b/resources-launcher-35-35/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-36-36/drawables.xml b/resources-launcher-36-36/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-36-36/drawables.xml +++ b/resources-launcher-36-36/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-40-40/drawables.xml b/resources-launcher-40-40/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-40-40/drawables.xml +++ b/resources-launcher-40-40/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-54-54/drawables.xml b/resources-launcher-54-54/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-54-54/drawables.xml +++ b/resources-launcher-54-54/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-60-60/drawables.xml b/resources-launcher-60-60/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-60-60/drawables.xml +++ b/resources-launcher-60-60/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-61-61/drawables.xml b/resources-launcher-61-61/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-61-61/drawables.xml +++ b/resources-launcher-61-61/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-62-62/drawables.xml b/resources-launcher-62-62/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-62-62/drawables.xml +++ b/resources-launcher-62-62/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-65-65/drawables.xml b/resources-launcher-65-65/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-65-65/drawables.xml +++ b/resources-launcher-65-65/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-70-70/drawables.xml b/resources-launcher-70-70/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-70-70/drawables.xml +++ b/resources-launcher-70-70/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-launcher-80-80/drawables.xml b/resources-launcher-80-80/drawables.xml index 4f18f5a..b9e68f9 100644 --- a/resources-launcher-80-80/drawables.xml +++ b/resources-launcher-80-80/drawables.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-lav/strings/strings.xml b/resources-lav/strings/strings.xml index 35031b8..8e43a6f 100644 --- a/resources-lav/strings/strings.xml +++ b/resources-lav/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-lit/strings/strings.xml b/resources-lit/strings/strings.xml index 732fb8a..3343734 100644 --- a/resources-lit/strings/strings.xml +++ b/resources-lit/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-nob/strings/strings.xml b/resources-nob/strings/strings.xml index d7b40ed..b18c833 100644 --- a/resources-nob/strings/strings.xml +++ b/resources-nob/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-pol/strings/strings.xml b/resources-pol/strings/strings.xml index c8cf3be..bc5e094 100644 --- a/resources-pol/strings/strings.xml +++ b/resources-pol/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-por/strings/strings.xml b/resources-por/strings/strings.xml index 9cfa70d..ad7bd0c 100644 --- a/resources-por/strings/strings.xml +++ b/resources-por/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-ron/strings/strings.xml b/resources-ron/strings/strings.xml index 4dd236b..b85e612 100644 --- a/resources-ron/strings/strings.xml +++ b/resources-ron/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-slo/strings/strings.xml b/resources-slo/strings/strings.xml index f725788..2e024ac 100644 --- a/resources-slo/strings/strings.xml +++ b/resources-slo/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-slv/strings/strings.xml b/resources-slv/strings/strings.xml index 24e0d43..59f24dc 100644 --- a/resources-slv/strings/strings.xml +++ b/resources-slv/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-spa/strings/strings.xml b/resources-spa/strings/strings.xml index 049a6e1..b1a7bd2 100644 --- a/resources-spa/strings/strings.xml +++ b/resources-spa/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-swe/strings/strings.xml b/resources-swe/strings/strings.xml index ec3f904..ee7550d 100644 --- a/resources-swe/strings/strings.xml +++ b/resources-swe/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-tha/strings/strings.xml b/resources-tha/strings/strings.xml index 38aeb70..4f10874 100644 --- a/resources-tha/strings/strings.xml +++ b/resources-tha/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-tur/strings/strings.xml b/resources-tur/strings/strings.xml index f5cbdb7..ceb30dc 100644 --- a/resources-tur/strings/strings.xml +++ b/resources-tur/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-ukr/strings/strings.xml b/resources-ukr/strings/strings.xml index beee4f1..be12986 100644 --- a/resources-ukr/strings/strings.xml +++ b/resources-ukr/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-vie/strings/strings.xml b/resources-vie/strings/strings.xml index 47de53b..ae3a0ae 100644 --- a/resources-vie/strings/strings.xml +++ b/resources-vie/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-zhs/strings/strings.xml b/resources-zhs/strings/strings.xml index 3d92fa8..9a200a9 100644 --- a/resources-zhs/strings/strings.xml +++ b/resources-zhs/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-zht/strings/strings.xml b/resources-zht/strings/strings.xml index 6f201e4..8703056 100644 --- a/resources-zht/strings/strings.xml +++ b/resources-zht/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources-zsm/strings/strings.xml b/resources-zsm/strings/strings.xml index b731039..b4a79b8 100644 --- a/resources-zsm/strings/strings.xml +++ b/resources-zsm/strings/strings.xml @@ -9,7 +9,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources/settings/properties.xml b/resources/settings/properties.xml index 8929de2..fbc6a81 100644 --- a/resources/settings/properties.xml +++ b/resources/settings/properties.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources/settings/settings.xml b/resources/settings/settings.xml index 4403534..b972088 100644 --- a/resources/settings/settings.xml +++ b/resources/settings/settings.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/resources/strings/strings.xml b/resources/strings/strings.xml index 300ad8f..4d64b1a 100644 --- a/resources/strings/strings.xml +++ b/resources/strings/strings.xml @@ -8,7 +8,7 @@ tested on a Venu 2 device. The source code is provided at: https://github.com/house-of-abbey/GarminHomeAssistant. - P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 + P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 --> diff --git a/source/Globals.mc b/source/Globals.mc index bd2ed2d..510019c 100644 --- a/source/Globals.mc +++ b/source/Globals.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 // // // Description: diff --git a/source/HomeAssistantApp.mc b/source/HomeAssistantApp.mc index bac4035..1e667f0 100644 --- a/source/HomeAssistantApp.mc +++ b/source/HomeAssistantApp.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 // // // Description: diff --git a/source/HomeAssistantConfirmation.mc b/source/HomeAssistantConfirmation.mc index 951fd1d..414552d 100644 --- a/source/HomeAssistantConfirmation.mc +++ b/source/HomeAssistantConfirmation.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 19 November 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 19 November 2023 // // // Description: diff --git a/source/HomeAssistantGlanceView.mc b/source/HomeAssistantGlanceView.mc index efa828f..7bc68ee 100644 --- a/source/HomeAssistantGlanceView.mc +++ b/source/HomeAssistantGlanceView.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 23 November 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 23 November 2023 // // // Description: diff --git a/source/HomeAssistantIconMenuItem.mc b/source/HomeAssistantIconMenuItem.mc index 80375b1..f3ede7c 100644 --- a/source/HomeAssistantIconMenuItem.mc +++ b/source/HomeAssistantIconMenuItem.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 // // // Description: diff --git a/source/HomeAssistantMenuItem.mc b/source/HomeAssistantMenuItem.mc index d8e0f4c..cb55927 100644 --- a/source/HomeAssistantMenuItem.mc +++ b/source/HomeAssistantMenuItem.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 // // // Description: diff --git a/source/HomeAssistantMenuItemFactory.mc b/source/HomeAssistantMenuItemFactory.mc index a98e283..21eb111 100644 --- a/source/HomeAssistantMenuItemFactory.mc +++ b/source/HomeAssistantMenuItemFactory.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 17 November 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 17 November 2023 // // // Description: diff --git a/source/HomeAssistantService.mc b/source/HomeAssistantService.mc index c88615c..14fd621 100644 --- a/source/HomeAssistantService.mc +++ b/source/HomeAssistantService.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 19 November 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 19 November 2023 // // // Description: diff --git a/source/HomeAssistantToggleMenuItem.mc b/source/HomeAssistantToggleMenuItem.mc index 08b2fbe..ad648e4 100644 --- a/source/HomeAssistantToggleMenuItem.mc +++ b/source/HomeAssistantToggleMenuItem.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 // // // Description: diff --git a/source/HomeAssistantView.mc b/source/HomeAssistantView.mc index 3e2f6d0..9fb8e3a 100644 --- a/source/HomeAssistantView.mc +++ b/source/HomeAssistantView.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 // // // Description: diff --git a/source/HomeAssistantViewIconMenuItem.mc b/source/HomeAssistantViewIconMenuItem.mc index 382444d..474b8e1 100644 --- a/source/HomeAssistantViewIconMenuItem.mc +++ b/source/HomeAssistantViewIconMenuItem.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 16 November 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 16 November 2023 // // // Description: diff --git a/source/HomeAssistantViewMenuItem.mc b/source/HomeAssistantViewMenuItem.mc index 81fd141..7ed91ea 100644 --- a/source/HomeAssistantViewMenuItem.mc +++ b/source/HomeAssistantViewMenuItem.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 // // // Description: diff --git a/source/RootView.mc b/source/RootView.mc index fcd5d00..ff20a42 100644 --- a/source/RootView.mc +++ b/source/RootView.mc @@ -9,7 +9,7 @@ // tested on a Venu 2 device. The source code is provided at: // https://github.com/house-of-abbey/GarminHomeAssistant. // -// P A Abbey & J D Abbey & SomeoneOnEarth, 5 December 2023 +// P A Abbey & J D Abbey & Someone0nEarth, 5 December 2023 // // // Description: