-
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 declaring of variables. Please read.
There is a lot to this suggestion, but please read it all, it’s worth it.
Declaring a variable changes how a variable is used, until that variable is next named in a Declare Variable action.
Action for Declare Variable has three values:
Variables:
A comma separated list of variable names.
Assign Out:
This option controls what happens when the value of an unset variable is referenced.
standard:
The variable reacts as at present.
unset:
When a variable is declared with this option, instead of
-
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.
-
Bluetooth earphone key event detect
Many of our wireless earphones have buttons to control music. Such as double tapping airpods to pause music.
The bluetooth earphone button does not trigger any key event on android phone, so that autoinput and other events can't capture the button event on bluetooth earphone directly.
So I wish Tasker can add an event to capture the bluetooth earphone button event, this will allow users make many useful remote control profiles.
-
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
-
List variable names passed from subtasks
Variable names appear in the list when clicking the variable buttons in actions, if's etc. These include variable names used in the task and the profile. Variable names returned from a child task is however not included which can make it pretty cumbersome to use these. I'd love seeing these in the variable list as well.
-
Allow "Notify" action notification icons to be regular content URIs
Rather than just some sort of specific Tasker URIs, they should work with content and maybe file URIs.
-
Be able to choose the camera lens
Hello. Be able to choose the camera lens (wide angle, ultra wide angle, zoom).
Ditto for the front camera (for those who have 2 lenses)
Thanks
-
Changing the bin icon in 'Task Edit' to red background + white bin icon
Greetings all,
When dragging Actions around in Task Edit, it took me a long while to notice that the (+) icon changes to the bin icon. Before I found this, I used to delete Actions by pressing using the "cut" function (still do now due to habit).
Changing the bin icon colors to red background + white bin icon makes it more clear that the icon changes and that you can drag Actions there to delete them. Cheers!
Pic attached for example.
-
Let us convert a global variable into a project variable.
I have many global variables that are used extensively through tasker. Many of them are only used within the scope of a single project.
I would love to clean up Tasker and turn those global variables into project variables so they don't appear elsewhere. Unfortunately it seems like the only way to do it is to manually find every instance of every mention of those variables and change them by hand, one by one.
Please add functionality to convert a global variable into a project variable instead.