New Ideas

  • 1

    Stop parent task (anonymous or named) and Stop all caller tasks

    valecnik · 0 · Posted

    I have two smaller proposals:

    1. 

    it would be useful to add to Stop task possibility of:

    - stopping parent task (both anonymous and named) 

    - stopping all parent caller tasks

    currently it can be done by parsing %caller() variable but it is difficult and not possible to obtain task name for anonymous tasks

    2. 

    Possibility to set cooldown times on profiles for both active and inactive states (currently is possible for active state only)

    These two things can be useful for situations where for example I need profile with state WiFi connected and need to prevent situations where I'm

  • 1

    "Wait Until Command" Action

    Christian WS · 0 · Posted

    The command system is incredibly powerful and simple to use, it can be used as a way to simplify various projects and tasks into a single one that takes the command and does stuff based on the command itself.

    It is easier than "Run Task" because the syntax is significantly easier. However, the drawback is that if you have one task that triggers a command and another that gets triggered by it, the first one has no way of knowing if the second one finished without problem, as there's no "return variable" option and no way to logically allow it.

  • 2

    Variable driven scene checkboxes and toggles

    Bobby Chapman · 0 · Posted

    In scenes could you please update checkbox and toggles so that their default value can be variable driven? Currently you can only choose of they are on or off instead of setting the state with a variable.

  • 1

    Feature Request: Support Named Regex Groups in If ~R Conditions

    JRG · 0 · Posted

    Please extend If ~R conditionals to support named regular expression capture groups (e.g., (?<ssid>.*)), just as the Simple Match/Regex action does. This would bring consistency across matching actions and allow cleaner logic in reusable tasks by eliminating the need for intermediate extraction steps.

    Example:

    …should create the variable %ssid if matched, just like Simple Match/Regex already does.

    Thank you!

  • 1

    In the application context selection screen, make the frame around selected applications higher contrast

    Adam Logan · 0 · Posted

    I can't see the difference at native resolution. I have to zoom to maximum zoom to see if an app is selected, and even then, it's hard to see. Native Resolution Maximum Zoom Another idea is to dim the overall tile for unset, and have selected apps at regular brightness. It just needs to be easier to see.

  • 1

    Search throughout labels

    GianMaxTheo · 0 · Posted

    After more than ten years of Tasker usage, I have had the need to search for keywords in labels and found that, strangely enough, they are not considered part of the user data. 

    I don't know if that would be really useful to anyone; I haven't tried to use it for ages. However, I would like to suggest this feature. Thank you.

  • 1

    Searching Tasker Global Variable Values

    Sharif Salah · 0 · Posted

    Hey, 

    I know how to use the search functionality within Tasker to search for the name of a Global Variable or array I have in mind. Supposing however, I have a value in mind and I want the search to retrieve a list of Global variables that currently match that value. I think it would be neat if that were possible. 

    Many thanks 

  • 1

    Task setting to force time out

    Sometimes, actions do not time out properly and a task could literally end up running indefinitely causing device to heat up. Add an option in task settings to force kill the task after x seconds.

  • 1

    Multi-Line Input Dialog

    Kyle Tameirao · 0 · Posted

    I'd like to request the implementation of a single input dialog that contains the option to add additional lines with optional text above each line to produce a different variable per line or array.

    This will supplement the need to send input dialogs back to back to back to query the user for an additional piece of information in order to complete 1 operation.

  • 1

    Auto-destroy scene on dismiss

    Maz · 0 · Posted

    If I show a scene and check "Continue Task Immediately" it is cumbersome to destroy it manually if the user leaves.

    Can we have an Option (e.g. Checkbox) to auto-destroy a scene on dismiss (back button press, home button press, ...) for the "Show Scene" task?

  • 3

    Join from Tasker for Android TV devices

    Alexey Korepov · 0 · Posted

    Would be great to have Join app available on the Android TV devices. TV usually always powered on and can be used as a hub to control other home devices remotely.

  • 1

    Prevent Continuous Root Access Prompts

    KeenGuy301 · 0 · Posted

    When using Tasker with root access there are continuous root access toast popups.

    Magisk is supposed to give root request toasts only when an app is using root but for Tasker I am getting like 25 log entries and alerts in 1 minute for Tasker. This is preventing me to browse magisk logs as they are getting filled by tasker. I am only using root in one task to run a shell command so Tasker shouldn't continuously request root access.

    Attaching a screenshot of the sample, if we could have a toggle to prevent background root checks or add a

  • 1

    Autowear switch pairing to other devices

    Productivity · 0 · Posted

    Hi Joao,

    Regarding the last update enhancing device interoperability, sending commands, autoshare... its a good opportunity for tasker little brother, autowear.

    One of the main painpoints of wearos devices is the lack of simultaneous connectivity by bluetooth (the lowest energy consuming connectivity channel). Therefore it reduces its own capability to use the smartwatch as an standalone remote controller for everything (headphones, phones, computers, smartglasses (hot topic right now)

    Some functionalities could be:

    - Toggle pairing to previous device.

    - Set favourite pairing devices.

    Regards

  • 8

    Listener for new modes presets

    Andrzej · 4 · Last reply by Dave247

    Hi, The latest Android update introduced Modes. They allow us to predefine Do Not Disturb settings.

    Unfortunately, they have limited capabilities at the moment, and it would be great to enhance them with Tasker by adding an action that executes upon activating such a mode.

    Tasker could detect whether a mode has been activated and which one (preferably by name). Then, we could use a profile to listen for its activation and, for example, use a Tasker action to turn on vibration.

  • 2

    Please include decimal number in "Task" variables "Variable add > Value" I suggest four zero after points = 0.0001, hence can use it

    Ahmad K. · 0 · Posted

    Hello,

    In tasker app there is no decimal

    Please include decimal number in "Task"  variables "Variable add > Value"

    1. I can not add decimal number like 0.5 or 0.3 or 0.003, I suggest to inlude three to four zero after points = 0.0001, hence can use it
  • 2

    AutoWear : add more than two complications of each type

    Shaigan · 0 · Posted

    Nowadays, there are two complications of each type for AutoWear. More and more watchface accept more than 4 complications at the same time.

    Can you add more than two of each type ? 

  • 1

    A small app like Tasker Settings for Wear OS

    Shaigan · 0 · Posted

    In ordrer to change secure settings locked in the lastest Wear OS versions (Wifi for example) without developper options remain activated everytime.

  • 2

    Enhanced JSON Reading to better handle arrays

    alg · 0 · Posted

    Idea: Make JSONPath syntax available in tasker.

    Currently JSON query syntax in tasker does not support the JSONPath standard (currently in proposed status) as described in https://www.rfc-editor.org/rfc/rfc9535.html and https://en.wikipedia.org/wiki/JSONPath

    In particular arrays are awkward to deal with, especially for more complicated structures (arrays in objects in arrays... etc.)

    It's possible to work around this at the expense of additional tasker actions, or by using Javascript(Let) but it would be preferable if the standard was provided for.

    Some examples which don't work well are: %my_var(N)            Nth element of unnamed array. Have to use the rather ugly

  • 2

    Blur and Dim to image

    WhirlWolf · 1 · Last reply by A.C.

    Can you please add blur and dim feature to image?

  • 2

    Add an option to treat optional parameters with variables as inputs as if they had been left blank

    RccaJack · 0 · Posted

    I'd like to be able to have an optional parameter filled with a variable name and still be able to use it as if it had not been filled at all. For example, the "Default" field of the "Variable Query" action. When left blank, the dialog has nothing filled in, but if I put a variable there, regardless of what the variable contains, the dialog will always have something filled in. The best I can do is have the variable set to just a space, but then it's highlighted and if the user taps the edit field before typing the