-
Under Review
Profiles/tasks separators for better organization
For those having lots of profiles/tasks it would be helpful to have separators with comments.
I am currently doing it with dummy tasks named "_____<GROUP_NAME>" but it has some limitations (no duplicates allowed) and it is a bit annoying for profiles.
-
Support full screen scenes on devices with screen cutouts
It would be nice if Tasker was capable of displaying scenes in full screen including behind any notches and camera holes. Right now there's no way for a scene to extend all the way to the top and bottom of a screen if the phone uses a notch or hole-punch for the front facing camera.
-
Group elements in Scene to move together
Within a Scene, would you consider an action like "group (or link) elements in Scene" so as to move them jointly (move them in a coordinated manner)?
-
Allow the 'Variable Set' action to format the output when doing maths
Basically, give the user the possiblity to specify the decided format that he/she wants the result from a given math equation, to be formatted.
Thread of reference:
https://tasker.helprace.com/i1064-prevent-maths-from-variable-set-action-to-trimm-ceros-if-max-rounding-digits-is-bigger-than-the-result
https://www.reddit.com/r/tasker/comments/k0xivx/dev_tasker_51111rc_more_bugfixes_and_a_small/ge57ok0/?utm_source=reddit&utm_medium=web2x&context=3
-
Two ideas for the "List dialogue" action
1) Implement an easier way to add, remove, and organize things added to the list as an alternative to listing them all on one line followed by commas. A system that is similar to the menu element for scenes. Maybe even add the option to place icons next to each item in the list if the user so chooses. And to that end, maybe even add an indexing option that numbers all the things in the list to sort from in the idea below.
2) An optional sort option that can be checked so that when the dialogue is showed,
-
Project Variables listed in VARS tab
The new project/profile/task variables are hidden via a long press and press in a menu. It would be great if they were listed in the VARS tab to easily check what value they are currently set to.
Also, it would be great if they were visually distinguished from local variables.
-
A new Runlog Start/Stop action
Due to the sometimes enormous amount of entries in the runlog it would be great to be able to start and stop the log at the points of your choice in the code, perhaps optionally combining it with the already existing idea to limit the output to the running task only.
-
Prevent Maths from Variable Set action to trimm ceros if Max Rounding Digits is bigger than the result
Hello Joao, I would like to request something related to maths if possible for the next release(s). Currently, when doing Maths using the 'Variable Set' action, regardless of what is set to the desired decimal places, Tasker deletes all the 'ceros' (#: 0) behind the number automatically, if any. I mean... If a given math operation gives '0.03350000' as a result, configuring Max Rounding Digits to 8, Tasker takes all the remaining ceros out, and shows the result as '0.0335', instead of the value I would like to be shown: '0.03350000'. Example of the above, using
-
Option to disable Google Drive backup prompt
Add option to disable Google Drive backup prompt after local data backup.
-
List dialog check box to select/unselect all
Can you add a check box to select / unselect all values?
-
Planned
Add support for the Implicit Grant Flow to the HTTP Auth action
I've been working with HTTP Auth for some time now. As far as I know, HTTP Auth only supports the Authorized Grant Flow.
I know that the Implicit Grant Flow is less secure, but some APIs include additional functionality in the Implicit Grant Flow. For example, Fitbit's API requires re-authorization every 8 hours under the Authorized Grant Flow, but allows longer-lived tokens (up to one year) under the Implicit Grant Flow.
Thank you!
-
Trig self notification
Tasker event is not triggered by tasker generated notifications.
Do optional to trig also event from Tasker notification to handle without add specific code to notification task.
-
WebSocket
Add WebSocket client and server with tasker activation on message received.
-
%LASTNOTIFICATIONICON
Add a variable with last notification app icon base64 as Pushbullet do.
-
feature request: save captured logs as text file at "Logcat Entry" dialogue
sometimes we need spend time to analysis and extract proper event/activity . But the "Logcat Entry" dialogue is very easy to disappear,(screen off, or other app becomes foreground app,all these event will make "Logcat Entry" dialogue disappear), we have to capture activity what we want again. if tasker has the ability to save/export logs as text file, that will give us a chance to analysis logs meticulously . thanks for your consideration.
-
markdown support
Markdown in scenes and notifications will allow much more flexibility and richness.Currently I'm using "HTML" notification in order so support some sort of formatting while markdown solves that natively and perfectly
-
Selective write to log
I would suggest the ability to decide which task to (not) write to the log. The use case is like this: I continuously develop more and more stuff with Tasker, some of automation is already "production grade" and some in early phase which require more attention and troubleshoot. However, when I look in the log, it is too noisy with the already bullet proof scripts and i have to work really hard to find the tasks/actions/instances that are actually matter. Currently the filter of the logs hides the non-relevant lines but still i need to scroll down in order to
-
Variable substract or add with arrays
There are many ways to refer to arrays and get values from them, for example:
%arr (#), %arr(#>), %arr(#<), %arr (1:2) etc... but in the action "add or substract" it is not possible to enter " arr(1:2) " or similar.
I think it would be very useful to be able to use this to add or subtract multiple values from an array. it is very tedious to have to create actions to subtract each of the values of an array.
I hope this idea is taken into account, bye!
-
Tasker profile to take all call using my bluetooth earbuds when connected to Android Auto
Hi,
I'm a beginner to Tasker. Can anyone help me create a profile to automatically route all connected calls to my bluetooth tws earbuds when connected? I want to use this profile specifically when i'm hooked up to android auto in my car. Appreciate any help.
Thanks
-
Variable add and Variable subtract
Hi,
Good day! I find "Variable Add" and "Variable Subtract" very useful especially the wrap around feature of them. It would be great if both ends are changeable as there are cases where the bottom number is not 0. For instance, if I could set the wrap around to be a range instead such as "1 to 7", "1 to 31", or "%par1 to %par2". I believe it would have greater flexibility if this is the case.
Thank you