Automation/fastlane/metadata/android/en-US/changelogs/138.txt

13 lines
1.1 KiB
Plaintext
Raw Normal View History

* Fixed: Overlay permission for start other program action only required if startByActivity() is selected
2023-12-12 23:40:12 +01:00
* 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.
2023-12-19 23:52:28 +01:00
* Fixed: Storage permission might be displayed as not granted even if it was
2024-01-06 17:25:27 +01:00
* Fixed: Applied a very old bugfix also to F-Droid and Google-Play editions that had by mistake been implemented only in the APK edition (timeFrame trigger with repetitions)
2024-01-06 23:57:52 +01:00
* Fixed: Rare crash while starting service
2024-01-20 23:47:32 +01:00
* Fixed: Compensated for Android changes, time-based triggers are now precise again
2023-12-19 23:52:28 +01:00
* Added: new action -> take screenshot
2023-12-21 16:40:11 +01:00
* Added: Location service (GPS) can be toggled between states if WRITE_SECURE_SETTINGS has been granted from a computer
2024-01-03 16:24:21 +01:00
* 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