-
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.
-
User-defined HTTP request types (e.g. REPORT, PROPFIND)
Hi, can the "HTTP Request" action be extended so that any request type can be specified? This would allow talking to WebDAV or similar services which require special types such as REPORT or PROPFIND.
-
tab of community projects and task
please add a tab of community projects in your app so that we can import projects to tasker from other people easily as other app like Macrodroid and Automate app add in their apps.
So please add a little option for ease of people and for less knowledge people and users. Please
-
Python and/or pascal actions
Like javascript and java actions, but python and/or pascal. Pascal is just because I know better than other languages, but python have your utilities to everyone, because is the best language to manage data. I loaded, searched with regex and showed in screen the matches in 3.2 seconds a wordlist with almost 1.000.000 words in pydroid3 (python compiler for android), and with Tasker take several minutes and dont finish, also many times Tasker stop work if you load so much values to a variable.
-
Search Replace on Project/Tasks
A way to search for and replace various design arguments could be created as it can cause a lot of problems when doing this in the tasker xml.
And it can affect or corrupt the project and would give more productivity when modifying projects or large tasks
I think it would be interesting to also add a way to select which actions and elements to modify
-
Add files to assets on create apk
Could you do something like that? even if it is possible to do this by obtaining the project before building to send to Android Studio or Java IDE (Android)
Because it is not being very good to do this by modifying the apk and it makes the job harder to use it and also add an action to export the assets file
-
Under Review
Ability to run the build in VPN from tasker
I have been a Tasker user since I remember. I'm happy to see more features being added almost daily, unfortunately one feature that is missing is able to start the build in VPN. Can you please add it to the next release?
-
Action to increase or decrease the time remaining on a timer widget by a given interval
For example, decrease the time remaining on a widget by 1 minute while it is running, without losing its place. If the resulting time would be 0 (or less), then the timer expires.
-
Search error?
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?
-
(Request) Add Timeout setting to Tasker Keyboard
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.
-
Stop all task inside the same project.
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
-
Ability to change the Tasker theme in child apps
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.
-
Use regular expression in search?
For example: use notify$ to find notify w/out including notify cancel.
-
Add looping animation for scenes and/or scene elements
Allow configuration of a looping animation in the scene editor. This would prevent elements to be static, which would prevent Burn-In in OLED displays
Options like:
-Start position
-End position
-Speed
When the scene is created, the element start at it's start position, and it will work its way until it reaches it's end position, at which point it will start in reverse, until it reaches it's start position again, and it will keep looping
Another option would be to spin the element, in which case there would only be the option to control direction and speed. Like a semi-circle
-
Filter Notification Event by type
Hi,
Android 11 or 10 introduced new type of notifications: silent. Its is configurable per notification channel.
I think, that Tasker should implement it in Notification Event, so user can be able to filter new notification by type silent or normal.