Closed Ideas

  • 1
    Completed

    Web session

    Georg Trede · 1 · Last reply by João Dias

    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?

  • 2
    Completed

    QR Code Dialog

    Karl Wood · 1 · Last reply by João Dias

    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

    1. Debug, like the Linux kernel has. Link
    2. 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. :)

  • 1
    Declined

    usb disconnect?

    Greens SeanPam · 1 · Last reply by João Dias

    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.

     

  • 2
    Declined

    Use Sensor.TYPE_LIGHT instead of finding the int value

    Peter Thornton · 1 · Last reply by João Dias

    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

  • 1
    Completed

    Dialog timeout and text access.

    Karl Wood · 2 · Last reply by Karl Wood

    Being able to access the text entered into an input dialog box after a timeout would make the voice recognition feature even better.

  • 2
    Completed

    Launcher Switcher

    Laurie Street · 3 · Last reply by advancer

    Add ability to switch launcher (Google Launcher, Pixel Launcher, Nova Launcher et al)

    Cheers!

  • 1
    Completed

    Adjust adaptive brightness level

    Jimmy Nejmeh · 2 · Last reply by Jimmy Nejmeh

    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.

  • 1
    Completed

    Finding the Maximum occuring variable in an Array

    Shashank kakrecha · 1 · Last reply by João Dias

    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.

  • 7
    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.

  • 17
    Completed

    Add action to force connection to a Bluetooth device

    Laurie Street · 8 · Last reply by João Dias

    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!!

  • 5
    Completed

    Disable pattern, pin, pass lock and keyguard

    Ian Grody · 1 · Last reply by João Dias

    Root option. Pattern lock disable would be preferred, but icing on the cake is more than welcomed.

  • 14
    Completed

    AutoTools smart lock

    Mrstark · 5 · Last reply by anonymized

    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;)

     

  • 1
    Completed

    Disable the window for dialogs on recents apps

    Ronaldo Cesar · 1 · Last reply by João Dias

    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.

  • 1
    Completed

    Local HTML file reader

    Abdullah Alahdal · 1 · Last reply by Abdullah Alahdal

    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

  • 1
    Completed

    JSON Write "Merge" feature

    Lynda Howell · 2 · Last reply by João Dias

    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.

     

  • 1
    Completed

    JSON Read return in JSON format

    Lynda Howell · 2 · Last reply by João Dias

    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.

  • 1
    Declined

    Why not just update the original Tasker app

    Fionnafire · 1 · Last reply by João Dias

    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.

  • 1
    Completed

    HTML Parsing

    Rob · 2 · Last reply by João Dias

    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).

  • 1
    Completed

    Auto brightness read setting

    Daniel Jenkins · 2 · Last reply by João Dias

    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

  • 1
    Completed

    Color Picker

    Lemuel Sacop · 1 · Last reply by João Dias

    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.