Closed Ideas

  • 14
    Completed

    Add a wait period to the flash action

    Rich D · 3 · Last reply by João Dias

    The newer versions of Android have created what I would definitely call a bug with the wait action. Now if I have multiple flashes no matter if the first flash is set to long or not the second flash will immediately overwrite the first. This happens so fast I can not even see the first flash action, leading me to believe it never occurred which makes debugging very difficult. The fix for this is to add a wait action after the flash action. Which means every flash action now I will have to add a wait action after it to

  • 1
    Completed

    Cool down period as a variable or set from within a task

    Tom Michael · 1 · Last reply by João Dias

    Have profile "cool down" time be specified from a global variable. Something like ...

    Tasker Function - Set Profile Cool Down Period - Select Profile (from helper list) for Cool Down Period. - Set Cool Down Time Period (from helper)

    This can be useful when using "If" statements in specific tasks for profiles where collision or priority levels can cause conflicts.

    Example:

    Profile - "Remind me to Call Mom Back"- Missed Call Notification from Mom

    Task - Remind Me

    IF - I'm in a %Meeting (true), Set Cool Down Period for 2 Hours for profile "Remind me to Call Mom

  • 15
    Completed

    A way to designate whether a Profile has been user named or not.

    Tasker Pro · 2 · Last reply by João Dias

    Currently in Tasker when creating a new Profile there is the ability to name it manually by the user, or to just click the checkbox and let Tasker auto-assign it a name (usually based on whatever the Contexts are then assigned).

    The problem with this is - some of the names that Tasker uses for auto-naming can often look like they were named by a user, which can cause problems later on, specifically:

    The variables %PACTIVE and %PENABLED do not / will not contain Profile names that have been assigned by Tasker, regardless of if they are active or enabled.

  • 1
    Completed

    Somfy Tahoma scenario

    Thomas Roux · 1 · Last reply by João Dias

    same kind of connectivity as the IFTTT "TaHoma" applets, to trigger a Somfy scenario (proprietary home automation protocol) from Tasker framework

    https://ifttt.com/somfy_tahoma

    Is this possible ?

  • 1
    Completed

    Screen Capture action in Tasker

    Elijah W. · 3 · Last reply by João Dias

    Add a Screen Capture action in Tasker.

  • 1
    Declined

    Add Ability to specify seperator on list dialog

    Karthi Kn · 1 · Last reply by João Dias

    Hi

    Please add ability to change seperator on tasker native list dialog..

    I have array %arr() = 1,2,4,3

    %arr1= 1

    %arr2 = 2

    %arr3 = 4,3

    IF I  have this kind of array its showing 4 items.. so allow me to specify seperator on list dialog, its very usefull

    Thanks

  • 3
    Completed

    Collision toast - optional please!

    Tortuosit of Tapiola · 2 · Last reply by João Dias

    Hey Joao,

    please make the collision toasts optional. They may be interesting for newbies. But people who know Tasker, who manage collisions appropriately, who take them into account, as part of the programming - the toasts are totally annoying.

    Please a global option or a checkbox where we can supress the warning for specific tasks...

    You could also make them part of the "Flash warnings" global setting. 

    thx

  • 29
    Completed

    Create a variable whose value is the name of the current task.

    Noel Yap · 10 · Last reply by João Dias

    Please provide a way to get the name of the currently running task (and only that task). This would allow tasks to push themselves on to a stack and have other tasks pop off the stack and execute those tasks (eg to set and reset volume profiles).

  • 1
    Declined

    Incoming call lock

    Irfan Ahmed · 3 · Last reply by João Dias

    There shall be an incoming call hidden behind a fingerprint, password or any authentication. After providing the credentials the call incoming shall be visible.

    This will avoid anyone answering or spying incoming caller. Or answer calls on your behalf which you might not want anyone to see or know. 

  • 3
    Completed

    Alexa integration

    Alvi RieZel · 1 · Last reply by João Dias

    since i've seen the google assistant integration it would be good if we can go with alexa too references https://developer.amazon.com/en-US/docs/alexa/custom-skills/steps-to-build-a-custom-skill.html

  • 1
    Completed

    BT Connected => Select BT Device. Also display custom device name

    Pion_G · 3 · Last reply by João Dias

      In the "BT Connected" state settings, device name lookup dialog ("Select a BT Device") displays built-in devices names, but not aliases.   This make hard to distinguish devices with identical names.   I know that by testing it is possible to found corresponding device MAC Address, but it would be very much easy if the dialog displayed BT devices aliases also.    Sample: 

  • 1
    Declined

    Toggle Bluetooth absolute volume developer setting

    Matthias · 2 · Last reply by Karl Wood

    Hello,

    I'd like to toggle the Bluetooth absolute volume developer setting when a certain BT device connects and disconnects. Unfortunately I did not find the option in Tasker. It would be very nice if you could add the option to change this setting with Tasker.

    Thanks!

  • 1
    Completed

    Autotools Web Screen Status Bar Text size

    Joram · 2 · Last reply by João Dias

    I've tried the new Autotools Web Screen 'Status Bar Text' and liked it. It's pretty straight forward. While trying I noticed it's possible to change the position of the Text in the Status Bar but not the text size. I would like to be able to change the text size to match the text and icons of the Status Bar, or do what ever one likes.

    In my case for example, I have the current temperature in the little space right of the hole for the front camera and the edge of the screen wich is not used by the

  • 1
    Declined

    Built-in orientation variable

    Stretchion · 2 · Last reply by Neil F

    Hello

    It would be great to have a built-in variable for the orientation state.

    There are a functions to check it manually either by profile or task action but both of course are slower if we've a built-in variable.

  • 1
    Declined

    Send text-command to Google Assistent without opening the Assistent app

    Leone Holierhoek · 1 · Last reply by João Dias

    From Tasker, for example send the command "Play Spotify on my Google Hub" to the Google Assistent. Without seeing any visual interaction. Maybe the API from Google can be used? Or the action-block app from Google?

  • 1
    Completed

    Restart foreground app

    Name F · 2 · Last reply by Name F

    Please consider this small contribution this works for me you can minimise it into one line of shell command with REGEX by eliminating the extra steps of variable splits  I'm sorry I can't dig further into REGEX. 

    RestartApp (43) A1: Run Shell [ Command:dumpsys window windows | grep -E 'mCurrentFocus' Timeout (Seconds):0 Use Root:On Store Output In:%what Store Errors In: Store Result In: ] A2: Variable Split [ Name:%app Splitter:/ Delete Base:On Regex:Off ] A3: Variable Split [ Name:%app1 Splitter:u0 Delete Base:On Regex:Off ] A4: Run Shell [ Command:am force-stop %app12 monkey -p %app12 -c android.intent.category.LAUNCHER 1 am start -n

  • 1
    Declined

    AutoInput to also report the actual coordinates of the click/long-click actions

    berkan · 1 · Last reply by João Dias

    %aicoordinates contains the center point of the clicked element.

    This is fine for relatively small elements like buttons, but sometimes I want to know the actual point I clicked on a larger surface -- for instance, on a canvas in a drawing app.

    Is it possible for AutoInput to set an extra variable (%aitruecoordinates ?) to return the point that was actually clicked?

    Many thanks!

  • 2
    Completed

    Sensors off option in android 10

    Deepak David · 9 · Last reply by Ricky

    Can you please add sensors off option in new tasker for android 10? Similar to dark mode toggle

    It helps for privacy as well as battery saving.

  • 1
    Completed

    I'd like to suggest that release dates be change to ISO date format (YYYY-MM-DD).

    David Kusterer · 4 · Last reply by David Kusterer

    Here is a link to the suggested standard: Use international date format (ISO)

  • 2
    Completed