1

Several feature requests

1. Remotely executing shell commands or even tasker tasks over internet. Now adb WiFi helps us execute remote shell commands over WiFi only on the same network devices. If the device is in another network, it won't work. We can't use IP as communication as most phones gets dynamic public IP. So if we want to execute remote tasks or shell commands to another device's tasker over the internet, we may need some kind of account authentication or key authentication.

2. Still now we have to create scenes with fixed dimensions. Which is fine for device with same resolution. But doesn't work that great for other devices. It'll be great if we could make scenes and it's elements with dynamic size.(maybe with variables or auto detect screen resolution)

3. Currently tasker has great many features. Also it supports JavaScript, SQL inbuilt. It'll be great if python support(with pip) was made in-built too. That'll help us do countless more things. I know, it'll increase tasker size. But you can make it in-app download type. If we need it,then only we'll activate it,and tasker will download the necessary libraries for python. Although I've integrated python to my system, still it'll be great if tasker supports it itself, mostly for non-root users. There are some applications that allow you to run python code or scripts on android and also tasker integration, but I found none of them satisfying.

4. Pass more than 2 variables to another task. Make the feature similar to and/or condition we use for a particular task. There we can add as many or as minimumĀ  conditions we want. Similar for passing variables.

5. Already see a same request in the threads, still adding it. In profiles, give us and/or conditions to trigger a task.

6. Giving us a truth table helper in all the places we can use and/or/xor etc conditions together so that we can check the output of the combination we put. It'll be like tasker will take into account all the operators we've added and show us the resultant output truth table for it.

7. An option to output all the local variables present in a task. It's helpful for us to fetch all the data some plugins are giving us.