New Topics

  • 1

    Security Vulnerabilities on Data Exports

    Peyman Babazadeh · 0 · Posted

    When Tasker has an active Lock Code and "Backup User Vars/Prefs" option is unchecked in preferences: 1. we shouldn't be able to export backup data, through the 3-button menu on top right, before inputting correct Lock Code

     

    2. Project variable values shouldn't be included in the backup data. Same as global variables, they should be omitted in the Tasker backup data

  • 1

    Name tag for Tasker licenses

    Moshe Siani · 0 · Posted

    Having more than one Tasker license makes it more difficult to know which license belong to which device. That is why i am suggesting to have the option in https://taskernet.com/?licenses to add a name/Name tag to each license so it would be no brainer to know which one belongs to which device. 

  • 2

    Check for new update for imported Taskernet projects

    Moshe Siani · 0 · Posted

    I saw there was a post about it already but i thought to give it a try.

    https://tasker.helprace.com/i1756-auto-update-feature

    I have found out that technically everyone can do it themself by saving the date of the imported project using the api taskernet link and just to compare it with the current date inside the json data.

    https://taskernet.com/_ah/api/datashare/v1/shares/$user/$project?a=0 

    So how about doing something like this but built in within Tasker with every imported project?

    I would also recommend having the option to control the check for new update time and excludes projects from the checkup that the user doesn't want to update. 

  • 1

    Autolocation activity not generating

    spammy · 1 · Last reply by João Dias

    Monitor is running but nothing is detected. It has all the permissions it has asked for. Geofences and location are not required and so are disabled.

    This is running on Graphene OS but Play Services is installed.

  • 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

    Secondary urls are not anymore standard opened by Tasker

    Jack · 10 · Last reply by Jack

    Hi.

    I use links linke "tasker://secondary?app=tc" to launch apps from my walltablet dashboards via Tasker.

    This was working fine, one click and the action started.

    But after updating Play Store Tasker version from 6.4.15 to 6.5.9 the browser asks me how to handle the links.

    Tested on Samsung Internet and Chrome.

    So now I need two clicks where before one was enough.

    How to get the "old" behavoir back?

    Thanks in further!

  • 1

    Error Remote Execution JSON File

    Yasratcha · 2 · Last reply by João Dias

    I want to report the remote execution problem. I couldn't import neither Google Cloud Service Account nor Google Cloud Firebase JSON files in Preference > Misc configuration as per step 3 from here. I have imported the JSON files using magnifying glass and copy-paste it directly to the corresponding input field, but it keeps showing error something like "Invalid JSON file, null" even though the JSON files of mine are not error and formatted correctly (you could see this post attachments for the evidence).

    I have been downloaded the APK from your google drive (this) based on the solved problem before,

  • 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

    Next Record On List Dialog

    Sanjay Shiyalwala · 1 · Last reply by João Dias

    I am trying to get next item from list dialog via json file, working fine if record not found or single record, issue comes when there are multiple records found and i get list dialog with record 1 of 10, 2 of 10, 3 of 10, and so on for 10 records found but list record is not changing i.e. fist record only appearing while all other changes. my code 

    Task: Search Contact2

        

        A1: Input Dialog [

             Title: SEEPCO

             Text: Enter name, email, ID, etc.

             Close After (Seconds): 30

             Input Type: text

             Output Variable Name: %search_term ]

        

        A2:

  • 2

    Autonotification categories being ignored with Samsung One UI 7.0

    Wayne Chrestay · 4 · Last reply by Wayne Chrestay

    I have a task set up to look for alarm when specific notification categories are received. After updating to the Samsung One UI 7.0, it appears to no longer check for this and instead alarms on any notification matching the criteria, regardless of the specified Notification Category Name.

  • 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

    Nullpointer Exception with AutoTools Regex

    Joh · 0 · Posted

    I am using AutoTools Regex with this regex: 

    (Regex plus is enable as otherwise "(....|)" isn't working correctly.)

    In my case "(?<end>.*)" matches the empty string, so %end won't be set.

    Using "Test: %end" for "Output Text" lead to this exception.