Philip Abbey
4ab25ef860
Comment header update
...
Corrected spelling of username of contributor.
2023-12-17 12:46:20 +00:00
Philip Abbey
3ce4b7d3e8
Merge branch 'main' into 22-add-internationalisation-for-application-settings
2023-12-17 12:43:48 +00:00
Philip Abbey
19be6c28ed
Update ErrorView.mc
...
Removed commented out code.
2023-12-17 12:10:52 +00:00
Philip Abbey
091cc7c2fe
Update HomeAssistantService.mc
...
Amended comment.
2023-12-17 11:57:43 +00:00
Philip Abbey
fc2f509085
Merge branch 'main' into 29-vivoactive-4s-crashes-user-reported-error
2023-12-17 11:57:24 +00:00
SomeoneOnEarth
ba5f90c682
Change bg color for error and root view
2023-12-16 22:02:19 +01:00
SomeoneOnEarth
e6d5053ebb
Use app name from resources for glance view
2023-12-16 21:49:23 +01:00
Philip Abbey
16383f61a4
Added SomeoneOnEarth to all source headers
...
Give credit to a co-author.
2023-12-16 17:07:43 +00:00
Philip Abbey
f086d0d03b
Bug fix for devices with API 3.1.0
...
1) Removed WatchUi.getCurrentView() API call in favour of a new method of ensuring only one ErrorView is pushed at a time.
2) Any error view will be cancelled when responses start working again, e.g. watch gets in Bluetooth range of the phone again.
3) Added error message decoding for misspelled entities.
Co-Authored-By: Joseph Abbey <me@josephabbey.dev>
2023-12-16 17:03:38 +00:00
SomeoneOnEarth
0f157aca07
Add hint for widget related stuff
2023-12-16 17:46:19 +01:00
SomeoneOnEarth
aeb7620fb2
Add hint for glance related stuff
2023-12-15 20:11:11 +01:00
SomeoneOnEarth
6c9cfc1c29
Alligned var naming
2023-12-15 19:12:45 +01:00
SomeoneOnEarth
4454e77f35
Show longer texts on fetching + exit view properly
2023-12-15 13:18:49 +01:00
SomeoneOnEarth
5d8c5125ff
Improved initial/exit view texts + add i18n
2023-12-15 01:52:26 +01:00
SomeoneOnEarth
9aa32703cc
Directly quit w/o showing RootView (if possible)
2023-12-15 00:38:03 +01:00
SomeoneOnEarth
3cc1dd88c3
Fix for older API versions
2023-12-15 00:31:47 +01:00
SomeoneOnEarth
f5095ac97a
Code cleanups
2023-12-15 00:31:47 +01:00
SomeoneOnEarth
6bb9d836ac
Introducing Loading and Exit View for Widget
2023-12-15 00:31:41 +01:00
SomeoneOnEarth
79b3bc6c21
Quick and dirty widget/glance implementation
2023-12-15 00:27:27 +01:00
Jan Schneider
143bcf08a7
Add application property "confirm_timeout"
...
After this time (in seconds), a confirmation dialog for an action is automatically closed and the action is cancelled.
Set to 0 to disable the timeout. The default value is 3 seconds.
2023-12-10 22:52:09 +01:00
Jan Schneider
ee3b2abed2
Auto close confirmation dialog after timeout
2023-12-10 12:16:01 +01:00
Philip Abbey
8c0540ee45
Initial version with "auto quit"
...
Quit the application after a user settable period of time based on a timeout value from the settings.
2023-12-02 19:04:53 +00:00
Philip Abbey
2d07eaa9c6
Update HomeAssistantView.mc
...
Review comment about a random space.
2023-12-01 11:28:19 +00:00
Philip Abbey
0ab9cb800a
Initial solution
...
For optional confirmation dialogue box.
2023-12-01 09:15:59 +00:00
Philip Abbey
4cc4aef300
Update HomeAssistantIconMenuItem.mc
...
Removed comment
2023-11-21 18:04:46 +00:00
Philip Abbey
71c1ccc229
Code review comment
...
Removed debug
Fixed manifest App ID for release
2023-11-21 17:58:18 +00:00
Philip Abbey
ce90d9d47f
Single HomeAssistantService for all Taps
...
1. Amended code for a single HomeAssistantService for all 'tap's
2. Removed now redundant GET request for taps without a service now that having a service is enforced.
3. Determined that migrating API code from 'toggle's to the HomeAssistantService is awkward due to the close coupling with other methods in the class.
2023-11-20 21:32:35 +00:00
SomeoneOnEarth
bcdcfdc66c
Set showing icons for types as default
2023-11-19 17:04:22 +01:00
SomeoneOnEarth
440980a96f
Aligned naming of menu item types
2023-11-19 13:24:42 +01:00
SomeoneOnEarth
ab995db5ba
Removed redundant code from spike
2023-11-19 13:24:37 +01:00
SomeoneOnEarth
604294ae0b
Corrected log strings
2023-11-19 13:11:51 +01:00
SomeoneOnEarth
eab2af72f8
Added app setting for left - right menu alignment
2023-11-19 13:11:51 +01:00
SomeoneOnEarth
7bd3486724
Refactored icon submenu creation
2023-11-19 13:11:51 +01:00
SomeoneOnEarth
d93aa78686
Refactored MenuItems creation
2023-11-19 13:11:48 +01:00
SomeoneOnEarth
081a41737f
Bugfix
2023-11-19 13:07:07 +01:00
SomeoneOnEarth
2c09ab71a8
Lean UI spike use correct icons for menu and tap
2023-11-19 13:07:07 +01:00
SomeoneOnEarth
8764969537
Leaner UI spike
2023-11-19 13:07:03 +01:00
Philip Abbey
b90e6c7130
Connection reporting improvements and update resumption
...
Separation of phone connectivity and Internet access tests for finer grained feedback to the user.
Updates no longer stop on absence of Internet connectivity.
2023-11-18 15:52:02 +00:00
Philip Abbey
4b320086ee
Tap menu items without a service tag will be ignored.
...
The JSON schema checker is relied on to highlight this error.
2023-11-17 17:51:01 +00:00
Philip Abbey
33bc12d779
Update HomeAssistantMenuItem.mc
...
Review comments. Vibrate on tap, visual confirmation on receipt of response.
2023-11-14 21:14:32 +00:00
Philip Abbey
2ccd2bfbff
Changes required for 2-tap-or-toggle-dont-work-on-venu-2
...
Made the 'service' field for taps mandatory.
This makes scripts work for both the emulator and real devices.
Provide a response for automations started with a tap, and now they can be used for both tap and toggle.
2023-11-14 08:35:38 +00:00
Philip Abbey
d540fb576a
Bugfixes
...
Do not crash on zero items to update
Report unreachable URLs
Verify API URL does not have a trailing slash '/'
Increased HTTP response diagnosis
2023-11-12 16:24:56 +00:00
Philip Abbey
765d7f7f50
Removed timer based update mechanism
...
Instead chaining calls from the previous update is a slightly close coupled way that might need to be refined.
2023-11-11 20:00:26 +00:00
Philip Abbey
fde270ff34
Renamed class variables
...
There's a Monkey C convention to have class variable names start with 'm', then be camel case. 'm' for 'member' according to https://developer.garmin.com/connect-iq/reference-guides/monkey-c-reference/ .
2023-11-11 13:58:35 +00:00
Philip Abbey
e7c4411dd2
Fix for the update rate
...
Now perform a "round robin" of all toggle menu items. The delay is currently 100 ms to avoid Communications.BLE_QUEUE_FULL errors.
2023-11-11 13:36:08 +00:00
Philip Abbey
b7ed8607fb
Additional changes for the previous merge.
2023-11-11 07:49:15 +00:00
Philip Abbey
80e56e5969
Merge branch 'main' of ssh://github.com/house-of-abbey/GarminHomeAssistant
2023-11-11 07:46:40 +00:00
Philip Abbey
1653569e8f
Added 54 devices
...
Added vibrate knowledgement
Fall back to a home made alert if no toast or vibrate
Support for 80 devices, 54 new ones added
2023-11-10 18:22:14 +00:00
Joseph Abbey
5afb08d096
Service call for tap item
2023-11-09 21:13:09 +00:00
Philip Abbey
ebb89cd4b4
Amended display of "no Internet" errors
2023-11-04 10:44:08 +00:00