-
Add support for Lineage OS features
In particular, support for Lineage OS specific settings would be nice to have. Also, this may cover a few more feature requests, like support for Lineage OS profiles.
You will need Lineage OS SDK for all that https://wiki.lineageos.org/sdk
-
Dump %TRUN in the log when RejMaxQ occurs
When the maximum number of simultaneously running tasks occurs (default 10) no new tasks will be started. The log will show RejMaxQ. Troubleshooting would be much easier if the log would automatically contain the contents of %TRUN at that moment.
Also the toast that notifies the user of the RejMaxQ event is easy to miss. The rejected tasks can cause confusing misconfiguration later on. It is confusing to the user, cause their setup will misbehave, without them having seen the cause, leading to the user troubleshooting in the wrong place. My proposal is to make the RejMaxQ event toast dismissable
-
Change the "active" task color to work better on greyscale
I keep my phone on greyscale to make it less addictive. This makes it hard to see if a task/"task condition" is active (the green highlight) You can enable greyscale by Dev options -> Simulate color space -> monochromacy.
Please change the color to make it stand out a bit more on greyscale. Or make it customizable.
-
Add Tertiary App and more
The Secondary App can be used in different contexts, double tap power button, bixby and now double-tap on the back of the device. As it stands, all of those options would trigger the same task.
A solution would be to add a Tertiary and Quaternary App if the others are in use. And seeing how new android versions and manufacturers could add more contexts, it seems to me it would be wise to let the user toggle the number of Secondary Apps they have on their system. This would mean less dev work when, inevitably, a new context is added.
-
Use emojis and text for icons
Auto notification has three different icon options which can't use the same source, tasks have another. There are hundreds of emojis in keyboards now and the ability to use the same icon for a task and notification and notification status bar icon would be simple to use and look nice and consistent.
-
Auto trim array elements (global, optional)
Hi Joao,
for readability or in unknown input, in Variable Set or Array Set, we often have elements with leading or trailing spaces:
5, 23, 14.745 , 12
A very common technique we probably have to deal with, at least I do it this way, is to variable split with Regex (\s*,\s*). If array elements have been created with Array Set, we may need to do a Search/Replace of whitespace in the array elements.
IDEA: Let Tasker trim leading and trailing whitespace from array variables on creation and assignment. This should be a global option and initially turned off, for
-
Expand the Favorite Actions feature so that it can include the saving of Action parameters as part of the Favorite
With the abundance of new options soon to be available for the Flash action, it has become even more obvious that there needs to be some way to provide user specifiable defaults for Action parameters.
One possible solution would be to expand the Favorite Actions feature so that it would include the saving of Action parameters as part of the Favorite. This feature should be available for all actions. That way the user can save any action as a Favorite along with its default parameters. The use of the favorite will be the same as now but when the Favorite
-
Action clone: Clone on drag+drop
Idea for extending the new Action Clone. This is in order to create cloned entries anywhere in the task.
The new button could behave differently. As a toggle. If pressed, drag+drop of commands could copy instead of moving them.
Additionally: if more commands are copied, just copy. If one is copied, open it.
But the more I think about it... We can already directly drag, the area is configurable. Maybe a second drag area would make sense, which copies instead moves.
-
I would like access to more musical sounds
I know you can find the right values to make beeps play tune. But I want different instrument What I want to end up doing is have tasker generate a series of tones in a pleasing voice so that instead of meaningless notification sounds, I can let it auto generate a code out of pentatonic notes to tell me what's going on.
Maybe sampling? Midi? Oh, a point there, I don't want to have it hooked up to a midi instrument, this is for walking around. Perhaps the midi driver for android you mentioned attached to the MIDI Play command.
-
More options in Mobile Network Type
Hi João. In Mobile Network Type, is it posible and easy for you to add the options "2G And 3G And 4G and 5G" and "2G And 3G And 4G", in order to match with Samsung options?
I have a profile that when mobile data is off it will change bith sims to 2G but when it is on, I want to have "2G And 3G And 4G and 5G" in one of the sims and I don't have that option, only "3G And 4G and 5G". "Auto" doesnt work for me.
2G/3G/4G and 2G/3G/4G/5G iff added will be awesome
-
Element boundaries in Scenes
Is it possible to make the interactive (tap/press) boundaries of elements to more closely reflect their actual shape rather than everything essentially being a square?
-
Add label of next alarm within test next alarm action
The label/name of the upcoming alarm (native Android alarm?) is missing, which would be a powerful option to filter and react on, within tasker.
-
Profile parameters
When setting entry/exit tasks for a profile, it would be fantastic to be able to set the values of par1/2 sent to the task being called. I often have many profiles that call the same task, but with the need to identify where the call came from. I currently have to create 1-liner tasks to call a common function with those parameters. While %caller can be used, it has to be laboriously parsed and makes manual tests even more fiddly.
-
Create a setting that defaults "Continue Task After Error" box to always be checked
I cant think of any task where I dont want it to continue if an action errors. I think it would help to create a setting that defaults "Continue Task After Error" box to always be checked for all actions.
-
Have a loop count for Goto action
It would be helpful if the Goto action had a # of loops you could get. Default to 0=no limit, but lets say I want to go to the top of a task is a variable isn't set, but I only want it to do this loop 3 times. Currently I have to set up a variable set to 0, then add 1 every time and have the goto have an If Variable <4. It would be a lot easier if the goto could be set to have a limit.
-
[ Javascript ] - Console Log
It is very difficult to use java script with the alert to check if it is working there would be a way to create a file to store the Javascript console.log or leave it in run log.
-
[ Text/Image Dialog ] - Add more options to image
I imagine it would be interesting to use options to set the Image position, or if it is in before or after the title/text or have how to use html to do this
-
[ Profile Socket ] - Add events from socket
I could add a way to do the communication from the socket to the tasker I think this can make things faster oar some events that need a call and returnDescription
-
[ Ask Premission ] - Add Tasker termux eviroment permission
I think I still lacked a special tasker permission to:
com.termux.permission.RUN_COMMAND