triggerUrl with POST params

This commit is contained in:
2024-01-03 16:24:21 +01:00
parent 8b193aa89c
commit f3613f8eb0
15 changed files with 136 additions and 83 deletions

View File

@ -2,7 +2,9 @@
* Fixed: Broadcast receiver trigger would not trigger anything, but crash
* Fixed: Bug in Android 14 (not in Automation!!!) required a change when dialing MMI codes containing a # character.
* Fixed: Storage permission might be displayed as not granted even if it was
* Added: One can now choose between GET and POST when using triggerURL action
* Added: new action -> take screenshot
* Added: Location service (GPS) can be toggled between states if WRITE_SECURE_SETTINGS has been granted from a computer
* Added: Result of triggerUrl action is now stored in a variable if you wish to check it
* Added: triggerUrl action can now be used with POST and parameters
* Added: Result of triggerUrl action is now stored in a variable if you wish to check it
* Added: New trigger: Calendar events
* Added: Result of runExecutable action is now stored in a variable if you wish to check it