-
Control what channel (Left/Right) audio comes from
Could it be made so Media playback and other sounds Tasker can make can be made so we can control which speaker the sound comes from (Left/Right) please?
Thank you!
-
Allow the theming of sliders and other scene elements
in particular the slider handle and the actual line the handle slides along
-
An easy way to filter arrays
Currently, if we want to filter an array we need to use %var(#?pattern), then loop over the indices returned and construct a new array. Another suggestion already exists to get rid of that loop by allowing %var(1,5,7) to return an array with just those indices and I agree that'd be a nice improvement. There it is then suggested that we could then use %var(%var(#?pattern)) to filter an array. However, I think for that special case we can do even better.
We currently already have %var(#>)/%var(>) and %var(#<)/%var(<), where the version with # returns the index and the other the value,
-
Convert condition to If block (and vice versa)
When editing code you might sometimes find that what was originally a condition on a single action actually needs to apply to multiple actions, or that an If block that used to be bigger now only contains one action.
As you commented on this suggestion (sorry, I can't find a way to link the comment directly), the solution to the first part is often to use an If block instead. However the conversion can currently be cumbersome to do by hand, especially for complicated conditions. And Tasker is all about automating stuff, right? :)
I think it'd be nice if
-
Modular Operation
I hope to add a way to modularize the task list.For instance.Now there is actually this modular way.But there's a problem.Is when one of the tasks invokes the other.There is no easy way to edit the task being called.I hope to add a function, that is, in the task that calls other tasks, click on the called task, you can directly enter the editing process of the called task.That would be very convenient.In addition, the task module called in the task list is displayed in another color, so that it can be well distinguished, it is not a normal task
-
Update AutoRotate Behavior
Update the behavior of the Tasker Action: Display AutoRotate (Off, On, Toggle) to reflect the Screen rotation changes introduced in Android 9 (API level 28):
“When the device is in rotation lock mode, users can lock their screen to any rotation supported by the top, visible Activity. An Activity should not assume it will always be rendered in portrait. If the top Activity can be rendered in multiple rotations in auto-rotate mode, the same options should be available in rotation locked mode, …”
Currently, setting Display AutoRotate to Off, always locks the screen to portrait instead of the current orientation.
-
Rename Toggle to Tasker
Tasker's default Quick Settings Tile is very useful for disabling/enabling Tasker, but can its label be changed from "Toggle" to "Tasker" to better describe its function?
-
reorganize caller variables
in call event state, it sould be no matter in which direction the call is to get its external participiant.
why at first find out, in which direction the call is and then use "called name" and "called num" or "caller name" and "caller num"??
it would be much better, when the global variables are:
%EXT_NAME %EXT_NUM %CALL_DIRECTION %CALL_DURATION %CALL_ANSWER_DATE %CALL_ANSWER_TIME %LOCAL_NUM for dual sim
-
Allow "Desktop" mode or setting of user agent for WebView element in scenes
This should be fairly simple to implement as native Android already allows for this feature. I think I might be able to control the user agent with Java code injection but haven't been able to successfully make this work. It would be really great if we were able to load full, desktop-mode webpages in our projects and apps we make with Tasker, without having to use a plugin or chrome web view window. Please please please? 🙏🏻🙏🏻🙏🏻
Thank you!
-
Sort File list by Dir, Files or Both
Right now File List action puts every Dir and File into an array. There should be a option to limit the Array to just Dirs or File or Both. Its annoying when you want move APKs files into a APK Dir, etc.
-
Digest Authentication - request to add
Hello Joao,
I absolutely love Tasker and the Autoapps and Join!
I've mentioned this request on the Autoapps forum, but posting here also as advised. I'd like to ask if digest authentication can be added to Tasker and/or the Autoapps (e.g. Autoweb) as an additional authentication option. This would be helpful for using the Philips Android TV API and the Remote Hue API (and likely lots of other things too).
Please consider this request :-)
Best,
R
-
Fail "Send Intent" action when target is not found
At the moment, it appears the "Send Intent" action always succeeds, even when it does not find any suitable target for the intent. Could that be changed, so action fails?
This would make debugging tasks that contain intents much easier.
-
I wish there were a built-in "alarm set" state context
My newest Tasker automation relies on such a context. I currently am using a complex workaround based on variables. This is less than ideal because the variables must be set one particular way, which is not versatile, and my current setup for this project is fairly confusing. My automatons could be greatly simplified if this wish were fulfilled.
-
It will be perfect if it will be possible to move matching rules inside matching pattern.
if I want to push matching rule to beginning position,I need to remove all rules below,and then restore it manually.
-
Sub-trigger or trigger within task
As of now, trigger (event, state, app, time etc) can be defined only as start event of any profile. Once any task is running with this trigger, there is no way to pause running task and wait till another event occur. This brings limitation to define complex task/profiles.
We can use workaround of activating another profile with that task, but that's workaround only and not best solution.
I am not software person, but my guess, we have all trigger elements readily available to do this. It's about putting these trigger element within task and defining algorithm to use this.
I
-
Icon list
Hi joaomgcd
As in Icon grid menu scene add an option in list dialog with icon grid menu. This will be most useful who want to get a large number of list elements.
Thanks in advance from reocrd4
-
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
-
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!
-
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
-
Move through the scene elements with the buttons (DPAD_DOWN, DPAD_UP, DPAD_LIFT, DPAD_RIGHT) of the physical keyboard or remote control; select an element with the ENTER button of the physical keyboard or remote control.
Moving through the elements and selecting the scene elevement with the buttons of the physical keyboard or remote control is very relevant for Android NV and TV box