Automation/fastlane/metadata/android/en-US/full_description.txt

81 lines
3.1 KiB
Plaintext
Raw Permalink Normal View History

2021-03-05 22:41:43 +01:00
Create rules that are made of triggers and actions. A prominent example would be something like "Mute phone at work".
Here's a list of supported triggers and actions:
Supported triggers:
* Location
* Day/Time
* Charging state
* Battery level
* USB connection to computer established
* Current speed
2021-03-05 22:41:43 +01:00
* Background noise (only until Android 7)
* Wifi connection
* Other applications running
* Airplane mode
* Roaming status
* NFC tags
* Activity detection (not in F-Droid version)
2021-03-05 22:41:43 +01:00
* Bluetooth connection
* Headset connected
* Notifications of other apps
2021-12-19 12:58:33 +01:00
* Device orientation (gyroscope)
2022-01-10 19:32:44 +01:00
* Profile active or not
* Screen state (on or off)
* Status of media playback
* Device is starting
* Service is starting
2022-05-29 02:42:12 +02:00
* Broadcasts of other apps
* Router state
* System states (Bluetooth/wifi)
2023-01-14 21:55:52 +01:00
* Variables that have been set
* Calendar appointments
* Phone call running
2021-03-05 22:41:43 +01:00
Supported actions:
* Change wifi state
* Change bluetooth state
* Toggle USB tethering
* Toggle wifi tethering
* Toggle Bluetooth tethering
2021-03-05 22:41:43 +01:00
* Toggle automatic screen rotation
* Make an HTTP request
* Change ringtone/sound setting
* Start another application
* Wait (in between other actions)
2021-12-19 14:47:46 +01:00
* Turn screen on or off
2021-03-05 22:41:43 +01:00
* Toggle airplane mode
* Toggle mobile data connection
* Speak text
* Open music player
* Control media playback
2021-03-05 22:41:43 +01:00
* Change screen brightness
* Play sound file
2022-01-10 19:32:44 +01:00
* Create notifications
* Close notifications
* Send broadcasts
* Run script/command
* Maintain screen active
2023-01-14 21:55:52 +01:00
* Set variables
* Initiate phone calls
* Terminate phone calls
* Copy text to clipboard
* Make screenshot
* Change location setting
* Send text message
It's quite hard to keep this app working across the many different hardwares as well as the many changes Android undergoes over the versions. I can test it in the emulator, but that cannot show all bugs.
2021-05-11 22:49:41 +02:00
So if a certain feature is not working on your device - let me know. Over the years I have fixed almost all bugs that have been reasonably reported to me. But for that I'm dependend on your input.
2021-12-05 22:28:30 +01:00
If you have a problem and think about contacting me please
- update to the latest version first and see if your problem persists there, too.
- check this list of known problems first: https://server47.de/automation/index.php#knownProblems
2021-05-16 19:51:22 +02:00
2021-05-20 23:11:16 +02:00
Donations are certainly a good, but not the only way to motivate me :-)
2021-11-23 13:27:09 +01:00
* If you'd like to support me, you can also leave a positive review for the app on Google Play (https://play.google.com/store/apps/details?id=com.jens.automation2).
2022-06-06 02:47:51 +02:00
* If you like the app, simply some warm words via email are always appreciated.
2022-07-07 20:40:29 +02:00
* Furthermore I can always use help in translating the app. English, German and some Spanish are among my own skills. Italiano e russo sono già coperti. But everything else is more than welcome.
2022-06-06 02:47:51 +02:00
* If you have a talent/experience in graphics design and have some ideas for nicer icons let me know.
* If you have an interesting use-case or found a way to combine triggers and actions to achieve something intriguing and you think it's worth putting it on the examples page (https://server47.de/automation/examples.html), let me know.
2022-05-29 02:42:12 +02:00
Explanation of the many permissions can be found here: https://server47.de/automation/permissions.php