New Ideas

  • 1

    Keep the sort order at Profile Export and Import

    Steffen · 0 · Posted

    Hello,

    i make an UI with Tasker, for Phone Settings, Connection and Tasks and more, for us and oure customers and soon for tasker community.

    This profiles share i with export...

    But after the import, is the orderring of profiles and tasks muddled. Because ours profiles overarching and globale variable

    And at the import now always an irritating Question of overwrite of ALL Profiles

    almost the same

    https://tasker.helprace.com/i459-project-export-without-including-profiles-tasks-scenes-from-other-projects

  • 2

    Add support for Lineage OS features

    Niks Gurj · 0 · Posted

    In particular, support for Lineage OS specific settings would be nice to have. Also, this may cover a few more feature requests, like support for Lineage OS profiles.

    You will need Lineage OS SDK for all that https://wiki.lineageos.org/sdk

  • 1

    Two feature resquest

    Lucas · 0 · Posted

    There are two things that everyone is asking for at least half a decade over the internet:

    - A way to use OR logical condition in profiles. We already have the AND (+). This could MASSIVELY reduce the clutter in my tasker.

    - A way to detect apps running on the background.

    Currently, tasker only detects apps on the foreground (Poweramp, for instance, is not detected).

    There are some addons out there for this. ALL of them obsolete.

  • 1

    [AutoNotification] Notification Blocking : whitelist mode

    Mr Man in Black · 0 · Posted

    Hello, I wanted to post a feature request for AutoNotification standalone feature (Notification blocking) but the Joaoapps forum is in read-only mode. I hope my request can be posted here and be considered.

    So I am in love with AutoNotification especially its blocking mode. Works wonders. But can you implement whitelist mode for notification blocking? I have 2 shopping apps which they keep posting promotions and such. i don't want those. I hope I can just input whitelist keywords like "shipped", "on delivery" and "delivered"  so I can specifically track my orders only.

    I know this has nothing to do

  • 5

    Possibility to remove multiple positions in Pop Array

    HMTesting · 1 · Last reply by Rj8810

    As well as array set, which you can specify the values and a separator.

    it would be very useful to be able to remove several elements from an array in the same action without resorting to a FOR loop.

    For example:

    Variable Array: %array

    Position: 1,2,4

    Separator: ,

    To Var: 

  • 1

    Add key down and key up options in keyboard task, useful for long pressing a button

    Isa Haroon · 0 · Posted

    Was trying to make a overlay gamepad button for retro games, key simulation using keyboard is working flawlessly, but cannot keep it pressed. if this is a simple change please consider implementation.

    Regards

  • 3

    Use regular expression in search?

    David White · 0 · Posted

    For example: use notify$ to find notify w/out including notify cancel.

  • 6

    Add a blocking level option to the wait action and the Timeout option

    Rich D · 1 · Last reply by Rich D

    - Currently when a wait action is encountered it will change the priority system and allow any task of any priority tu run. 

    - Currently when a Time out action is used it will honor the priority system and block only tasks with lesser priorities.

    This would add the ability to..

    1. Block all - block all task of any priority.

    2. Block by Priority - block all tasks of lesser priority. 

    3. Block none - allow all tasks of any priority to run.

  • 2

    Add a TimeOut feature to scenes

    Rich D · 3 · Last reply by Rich D

    This would add the ability to set a Timeout in the 'Show scene' action. It would function like all other time out options currently available in some actions. So it would block any tasks with lower priority from running.

  • 3

    Ability to change the Tasker theme in child apps

    Leone Holierhoek · 0 · Posted

    In Tasker I set the theme to dark. But when I export a child app, for example, the app pick dialog shows in the standard orange tasker theme. I want to be able to also change the theme in the child app. For example, using the 'Set Tasker pref' action.

  • 4

    Search input field in select app dialog

    Leone Holierhoek · 1 · Last reply by MattH

    Please add a searchfield input to the pick input  dialog - app(s). This way a user can find and select a specific app without scrolling through the list.

  • 2

    Possibility to create switch sheet

    Timon Mulder · 0 · Posted

    I would love to see an option to create switches, without the use of scenes. It would be an useful addition to web screen for autotools (like the bottom buttons)

    Thx

  • 2

    AutoShare - android.intent.action.VIEW

    Anuraag Agrawal · 0 · Posted

    Hi can you make AutoShare available when android.intent.action.VIEW intent receive. I want AutoShare to be an option when I open any file from file manager.

  • 2

    Popup continue to next action

    Thatcher · 0 · Posted

    Could you make it so that popups can continue to the next action while the pop-up is displayed

  • 3

    Stop all task inside the same project.

    Abdes Samad · 0 · Posted

    Create an action like "stop task" for multiples tasks on same time.

    Inside this new features. 

    You can query wich task can be stop and this action can have options like :

    Kill all the task inside the current project whose the task is built.

    Excludes some tasks can not be killed.

    Filter by project. If the Task is use inside an other projects. The option return a value

  • 3

    (Request) Add Timeout setting to Tasker Keyboard

    Marco FM · 0 · Posted

    Lately I've found that Tasker Keyboard gets stuck sometimes for 30 seconds (And then it throws Action Timeout Error), stopping my whole Task for that time. It happens when I copy something to the clipboard and then inmediately try to use the Tasker Keyboard action. This is probably caused because of the Android 10+ Workaround for the clipboard.

     

    It seems that the default Timeout for that action is 30 seconds. Can you add an option to modify that value like with other actions? That would help a lot with this issue.

  • 2

    Problems editing large scenes

    Per A. Flåtten · 0 · Posted

    I'm having a bit of problems creating large scenes, that are supposed to use the entire screen. One thing is that I cannot create scenes that are larger than the screen not including the lower android buttons, but in addition to that they are rather difficult to create and edit, since the scene editor buttons are made invisible if the scene is to great. Would it be possible to edit a scene in for instance 75% size?

    Also it would have been great if apps using scenes were handled by Android as other apps, and not only as dialogs, in

  • 3

    Search error?

    Per A. Flåtten · 0 · Posted

    I sometimes need to be able to search for for example different variables in the code. There seems to be a small error in this search possibility, as it only returns the lines where the variables are being set, like "Variable Set %var to 0", but not the lines where the variables are being used, for instance if you set a command to be run only "If %var = 0" or something like that, the search for "%var" doesn't stop at that command. Anything to do about that?

  • 5

    Better debugging options

    Per A. Flåtten · 0 · Posted

    1. Permanently visible debug menu while running an app

    Especially when it comes to the larger apps / codes I would wish for an easier way to debug the code. As far as I know, the only way to truly debug the code as it runs, is by pressing the  button. And unfortunately that is not too easy either, as after a few clicks, the whole menu at the bottom of the screen with these play buttons on disappears. And so you'll have to drag the screen up and down and then press the button every time you want it to

  • 2

    Receive Intent Activity function from across apps.

    Aarif Z · 0 · Posted

    Want function to make Kid apps appear in Matching Activities when intent is fired. Example a tap on link opens up choice of apps to open with.. Kids app or tasker isn't available in the choices.

    Commented here before -

    https://www.reddit.com/r/tasker/comments/mq4hwc/dev_tasker_51210beta_fixing_access_to_external/h3jez37?utm_medium=android_app&utm_source=share&context=3