Commit Graph
753 Commits
Author SHA1 Message Date
Philip Abbey 8c5aa820ef Update README.md
Added version information for 1.7
v1.7
2023-12-13 08:53:00 +00:00
Philip Abbey a13f04fa6c Merge pull request #28 from j-a-n/confirm_timeout
Auto close confirmation dialog after timeout
2023-12-11 08:22:10 +00: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 44d5bf8e93 Update README.md v1.6 2023-12-06 22:56:59 +00:00
Philip Abbey fae2241f01 Merge pull request #24 from house-of-abbey/23-prevent-battery-drain-by-quitting-the-app-after-a-timeout
Initial version with "auto quit"
2023-12-06 22:43:42 +00:00
Philip Abbey 42e89906f6 Review comments 2023-12-06 22:09:22 +00: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
Joseph Abbey ea58171b2f Merge pull request #20 from house-of-abbey/19-feature-request-confirm-dialogue v1.5 2023-12-01 11:53:17 +00:00
Philip Abbey 531c3e972e Update config.schema.json
Added missing full stops.
2023-12-01 11:42:11 +00:00
Philip Abbey 2d07eaa9c6 Update HomeAssistantView.mc
Review comment about a random space.
2023-12-01 11:28:19 +00:00
Philip Abbey 0e443e33d3 Update config.schema.json
Tidy up of help text
2023-12-01 10:19:49 +00:00
philipabbey e616a6bd76 Apply automatic changes 2023-12-01 10:10:43 +00:00
JosephAbbey 239f8a793b Apply automatic changes 2023-12-01 10:08:12 +00:00
JosephAbbey fc22ca3497 Apply automatic changes 2023-12-01 10:03:11 +00:00
Philip Abbey 1df64286f0 Updated README
Also missed schema changes of the previous commit. Added a photo of the confirmation view.
2023-12-01 09:54:23 +00:00
Philip Abbey 0ab9cb800a Initial solution
For optional confirmation dialogue box.
2023-12-01 09:15:59 +00:00
Philip Abbey 3fe48be756 Update README.md
Adding some hints to avoid setup errors.
2023-11-30 18:56:42 +00:00
Philip Abbey e41adff62d Update README.md
Added credit
v1.4
2023-11-21 20:35:27 +00:00
Philip Abbey ae403e724c Update README.md
Added description of v1.4
2023-11-21 20:31:32 +00:00
JosephAbbey 7fd90fe85d Apply automatic changes 2023-11-21 18:24:57 +00:00
Joseph Abbey 3fadbb5757 Update translate.yml 2023-11-21 18:13:47 +00:00
Philip Abbey d5b3b6a2c5 Merge pull request #15 from Someone0nEarth/lean_ui
Icons for Menu Types
2023-11-21 18:08:56 +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 5f8ffdce5e Changed color of tap and menu icon 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 a4db5e5699 Merge pull request #14 from house-of-abbey/10-separate-phone-connection-test-from-connection-available-test
10 separate phone connection test from connection available test
2023-11-18 16:02:08 +00:00
philipabbey d6c6657ade Apply automatic changes 2023-11-18 16:01:19 +00: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
Joseph Abbey 61311336da Update README.md 2023-11-18 07:28:50 +00:00
Philip Abbey 2742090b68 Merge pull request #12 from house-of-abbey/11-impose-the-requirement-for-a-service-field-for-taps
Tap menu items without a service tag will be ignored.
2023-11-17 18:01:03 +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 6b8892aee8 Update README.md
Added release notes for version 1.3.
v1.3
2023-11-16 09:19:36 +00:00
JosephAbbey fce353dc38 Apply automatic changes 2023-11-15 07:51:24 +00:00
Joseph Abbey 647f92e9c6 2023-11-15 07:49:33 +00:00
JosephAbbey c2bd0dfa40 Apply automatic changes 2023-11-14 23:18:35 +00:00
Joseph Abbey 22f9fa6901 Rename resources-deu/corrections.xml to resources-deu/strings/corrections.xml 2023-11-14 23:09:59 +00:00
Joseph Abbey cf7be0bcd9 Create corrections.xml 2023-11-14 23:09:15 +00:00
Joseph Abbey 6a2a70ba0b Merge pull request #8 from Someone0nEarth/correcting_german_translation 2023-11-14 23:05:59 +00:00