-
Completed
Web session
You start a web session and it stores all cookies and that stuff for you, that you don't have to filter it out, store it and send it again. This is pretty easy in python, so maybe as well for AutoTools?
-
Completed
QR Code Dialog
While messing with AutoBarcode, it occurred to me that being able to display a text string as a QR code in an Autotools dialog has two use cases
- Debug, like the Linux kernel has. Link
- NFC functionality for sending e.g a text message between two phones without RF communication.
It's here in case anyone is interested, for fun. No worries if anyone thinks it's pointless.
(Including ZXing is probably bloat in this context, using a web service for a dialog is weird. :)
-
Declined
usb disconnect?
The autotools worked great when my usb was detected but I need an exit app. This does nto work as state and there is no inverse? Is there no way to do this.
-
Declined
Use Sensor.TYPE_LIGHT instead of finding the int value
Hi
I am having difficulty finding the correct sensor int value for the light sensor. All the documentation online refers to Sensor.TYPE_LIGHT.
Is it possible to change the autotools event to use the string (Sensor.TYPE_LIGHT) instead of the int (not sure what it is yet, i cant find it)?
Thank you
Peter
-
Completed
Dialog timeout and text access.
Being able to access the text entered into an input dialog box after a timeout would make the voice recognition feature even better.
-
Completed
Launcher Switcher
Add ability to switch launcher (Google Launcher, Pixel Launcher, Nova Launcher et al)
Cheers!
-
Completed
Adjust adaptive brightness level
I have a Google Pixel with Android v7.1.1. With AutoTools, I can read the adaptive brightness level (it's screen_brightness_auto_adj). It will range anywhere from 0.0 (slider all the way to the left) to 100.0 (slider all the way to the right). But if I try doing a custom setting to set it, I get the "Can't change setting on this device. You cannot change private secure settings." I've done the ADB command to grant AutoTools the WRITE_SECURE_SETTINGS permission, but still can't get it to work. It would be great to have a way to set this in AutoTools.
-
Completed
Finding the Maximum occuring variable in an Array
Getting the maximum occuring variable in an array , this will help in cases where I am getting data from multiple sources in form of an array and want to figure out a reliable value which is occurring the most in the array.
-
Completed
Use keys instead of password for ssh
I'd like to suggest an option for using keys instead of passwords for the ssh connection.
-
Completed
Add action to force connection to a Bluetooth device
Secure Settings (Tasker Plugin) allowed for a action to force connection to a nearby Bluetooth device.Hoping that AutoTools can also implement the action.
Cheers!!
-
Completed
Disable pattern, pin, pass lock and keyguard
Root option. Pattern lock disable would be preferred, but icing on the cake is more than welcomed.
-
Completed
AutoTools smart lock
Hello, I propose my idea to use autotools to make smart lock (as did the secure settings application before nougat), for example to disable the password on a trusted site or based on wireless network connected, in hope to see this function on autotools;)
-
Completed
Disable the window for dialogs on recents apps
Everytime a dialog is created, it remains on my recents apps, which I really hate... It would be great to have a update which they won't appear in recents.
-
Completed
Local HTML file reader
Is it possible to add an option to read HTML files from local storage. This is required if I am using HTTP post to get some data using parameters, cookies, etc. then I want to use Read HTML tool to read the output file.
file://pathtofile but it did not work
-
Completed
JSON Write "Merge" feature
I frequently have a chunk of JSON that I would like to add to another one. I'd love to see an option to merge them without having to deconstruct one and then cycle through and add it piece by piece to the other.
-
Completed
JSON Read return in JSON format
I'd like to see an option to have the result of a JSON Read returned as JSON, so it could be fed right into another JSON Read or Write.
-
Declined
Why not just update the original Tasker app
Like seriously, all I see you doing with all these auto extensions to Tasker is squeezing more money out of people by making them buy the full version of all these other apps.
-
Completed
HTML Parsing
It would be great if autotools had an html parser (there are quite a few parser libraries that could possibly be used to make this easier to implement). This would enable me to grab content from websites that don't provide an xml or json feed of data (such as a train timetable page that doesn't offer an API), or to do things like check for updates on a particular part of a website (e.g. the html element containing the price of a product on a shopping website).
-
Completed
Auto brightness read setting
I'd like to be able to read the adaptive brightness setting as on or off. Currently can only read brightness level in Tasker. Can set it in Tasker, just can't read it's value
-
Completed
Color Picker
Hi Joao,
Good day! Much like the text processor of auto tools, would it be awesome if we can also have color picker or color processor in auto-tools that will return the hex value into a variable of the picked color when you share a picture.