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

61 lines
2.6 KiB
Plaintext
Raw 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
* Your current speed
* Background noise (only until Android 7)
* Wifi connection
* Other applications running
* Airplane mode
* Roaming status
* NFC tags
* Bluetooth connection
* Headset connected
* Phone call running
* 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
2022-05-29 02:42:12 +02:00
* Broadcasts of other apps
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
* Change screen brightness
* Send text message
* Play sound file
2022-01-10 19:32:44 +01:00
* Create notifications
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.
* Furthermore I can always use help in translating the app. English, German and some Spanish are among my own skills. Italian is covered by somebody already. But everything else is more than welcome.
* 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