-
For "actions' conditioners" that use the same variables or references, show what those actions' conditioners are inside task view for every actions' conditioner that is connected to the same variable or other same non-variable condition
By "Actions' Conditioners" I mean If/Then/Else, AND/OR, etc.
And for those who have smaller screen maybe could be set from preferences this to be thru tapping or sliding in some particular way, and so in task view the actions' conditioners indicates with a number, as to how many connections it has (same conditioners elsewhere, relating to same variables, or both), and so if it has more than 0, when tapping or sliding on it in some particular way, then could see overlay pop-up of all the actions' conditioners that sharing the same variables or other non-variable conditioners, and perhaps with
-
Tasker Search selections
Just like in the log where the user can select Profiles, Tasks and/or Actions; it would be great to have the same selection buttons in Search. The use case would be a more granular search for cases when you know the Task name or that the variable is used in a Profile without having to scroll through all of the actions which use the variable.
-
AutoPi plugin
Any thoughts of making a plugin for Raspberry pi interface? It would be convenient to start or stop a python file remotely, or interrogate the pi for a variable value.
-
Separate "on touch down" and "on touch UP" events for when the user taps an item in a scene!
Currently, there are "tap" and "long tap" options. But it's impossible to trigger any tasks until the user's finger has released the button.
I have some specific ideas that require actions to happen immediately when a button in the scene is touched, not just when it's released. I'd also like to be able to check whether the button/image/item is still being pressed, and trigger an "exit action" when the button is released (the current "tap" feature is basically an exit action for a button, so that's already there; just not an "enter action" for buttons)
I understand that it'd be
-
Add Create Action
It would be like creating a role in Java, but to perform custom actions with Tasker design with elements generally used when creating Tasker actions doing almost as Perform Task only with more customizations.
-
Layout.XML
Action to write a layout.xml code that returns the id to be used for Java objects such as creating notifications, toasts, or custom activities.
-
Run sl4a add in app factory
Please add action Run SL4A in app This would make Tasker one of the most desired apps, imagine how much people would want to generate an app in Python, Lua and etc without having a computer
-
[For Developer] Action: Element Text in TextEdit
Please create an action to add text in the cursor position.
-
A way to vastly improve debugging (also regarding problems that current ways of debugging have)
When complexity increases, meaning when a lot of sensors are included and they all talk to each other to reach certain outcomes, then as to what is going on when it operates there is little to no feedback as to what is needed, in order to understand what is going on.
So with such, there's little to no help, for instance, from RunLog. The best I know is to add voice feedback all over the place to try to make sense of the flows, but I figured it would be great to dramatically improve Tasker with greatly helpful feedback system,
-
Need a way to default scene dimensions.
In the scene element, have a way to make the Landscape dimensions default to the same as Portrait. Currently, it is not allowing me to erase the values and leave it blank. It is time consuming to through hundreds of elements to input the W x H, for each scene AND each element.
-
Why does Image rotate only allow 45-degree increments? Can you allow us to rotate to any degree?
I am working on a task where rotating an image by 45 degrees is nowhere near precise enough. I need more precision with the rotation within the scene, since it is mean to follow the orientation of the phone.
The functionality I'm trying to recreate is somewhat similar to a compass: no matter which orientation the compass is turned, its arrow always accounts for it and rotates relative to the frame, so that it always points north. Similarly, I want to be able to rotate an image in a scene so that it accounts for the orientation of the phone
-
Visually indicate where a dragged item will be placed in a list.
https://i.imgtc.com/PKYFbEb.gif
Do you see how when I drag layers around in Photoshop, it clearly shows where the layers will be placed when I release them? It highlights the space between the two destination layers as a visual cue to show me where my dragged layer(s) will land.
Tasker doesn't have any visual indication of this! As a result, at least half the time I drag my tasks/scenes/profiles, they end up in the wrong place because there is no visual indication of where I need to drag them to move them where I want!
Please add a visual indicator along the
-
Native support for BLE in Tasker
Hi, Bidirectional BLE Integration in Tasker would be awesome for makers and hardware dabblers, it could make Tasker even more interesting to us.
I think these would be the features that would be needed: 1) Have Tasker connect on some bonded devices when they are within range (currently available via Plugin BLE AutoConnect) 2) "listen" on specified service and characteristic UUID for "notifies" so to trigger profiles, 3) BLE-Write to a specified characteristic. Cheers!
-
Option for buttons in AutoNotifications to immediately dismiss the notification
Most of the time when I press a button on an AutoNotification, part of the button's action is to dismiss the notification. However there is quite a noticeable lag between pressing the button and notification removal, since the process has to go from AN, to Tasker, through a task, and back to AN. On my Samsung s5 this takes a couple of seconds, but I'm sure it would still noticeable on newer devices too.
I propose an additional boolean option for each notification button: "Dismiss notification on button press"
The behaviour would be to send the specified command
-
Add 'Known WiFi'-option to WiFi Near
It would be nice to have an option in WiFi Near to check if there's a known WiFi available. With this it would be possible to do profiles like:
On event 'Display on' AND WiFi Near (known WiFi) => Turn on WiFi
-
Scrub private info from tasker shares
I was hoping to use taskernet to share some of my recent Tasker work but I can't because it uses a lot of AutoRemote. When I export my shares to XML and take a look at them it appears the AutoRemote Send Message steps include my unique IFTTT Webhooks identifier as well as the password I use for my messages. And as far as I can tell there's no way to use a variable for those particular data points so that info could be moved out of the action data and into variables (which aren't part of the share). Can
-
Possibility to select a certain type of apps instaid of a certain app
.I was wondering if it is possible to add a section in profiles (application) in order to select all apps of a certain type of apps the type may be news ,tools,maps,photograghy,puzzles ,… etc.
This is useful to make profiles such as one to enable wifi if a news app is opened or to enable silent mode if a certain type of apps is opened like games.etc,.
-
Possibility to interact with scenes on the lockscreen
By now, we can't interact with scenes placed on the lockscreen, because they are in overlay mode. But other applications, like Floatify for example, are able to display informations on the lockscreen, and allow the user to interact with it without unlocking the smartphone (like answer to a sms). Why is that feature not available in Tasker if it is possible in other apps?
-
blocking notifications by subtext (spotify e.g)
autonotification is able to block by title or text, but sometimes it would be useful to block by subtext (marked with red box). this way the spotify notification wouldn't pop up on all devices with the same account, but only on the one you are listening on.
-
Option for 'IF' and 'FOR' actions to have 'End If' and 'End For' actions attached right below when created.
When I'm creating a task and use an 'IF' or 'FOR' action I always have to immediately go back and create the 'END' action accompanying it because if I don't the rest of my task falls into the IF statement. This is really annoying and it has on several times screwed up my tasks and I don't realize it till I'm already using the task in real use cases.
Many times I have multiple If statements nested inside each other and I loose track. So it would be great to have like a checkbox option to create the 'END' action