-
Confirm close of Tasker
I'd like an option to enable "Confirm Quit" i.e. "Press back again to close the app" since I often close the app unintentionally while browsing back and fourth between profiles/tasks with the on-screen navigation.
-
Planned
Grace period for sensible state contexts to activate/deactivate
An option in seconds the state must remain in the same condition until it finally (de)activates.
This will make profiles more reliable and easier to use, instead of adding waits and conditions in tasks.
Net: BT/Wifi connected
Phone: Signal strenght
Sensor: Magnetic field
-
access group / mms body text
I'd like to be able to create a notification using the body of a group / mms message. I can easily do this with an SMS, but there isn't a variable that works with MMS / group messages... I use it to send the body of the message to my watch.
-
Allow Calendar Event State Profile trigger to be triggered based on proximity to event location.
I would like to be able to trigger certain tasks only if I'm near the location of the calendar event during the event.
-
Planned
Get information back from called app through intents
When sending intents, it would be useful if we could get data back from the called apps. So, for example, we could send an intent to pick a file and the called app would return the file in question, rather than developing a file browser or using a plug-in. This would be useful in other situations well
-
Can the text in Tasker's notification be customized?
Petty request I know. Can the text in Tasker's notification be customized? "Nothing to see here" would be clever.
Or perhaps the option to leave it blank?
-
Tasker Quick Settings Tiles only 3 at the moment
Hi Joao,
Is it possible to add more quick settings tiles for Tasker? Currently it only has 3. Your AN Plugin has 41 i think. I was able to use your AN QS Tiles to point to my custom tasks in Tasker but i have to set the command and icon first in a task by running it manually and then another profile to react to that AN command. I notice some delays updating the status of the icons. But the tasker qs tiles are instanteneous. If possible if you can add 20 or more QS tiles for Tasker (or
-
Option to make search of array index (#?) case sensitive
I have an array with letters a to j.
Searching the array, when i find the letter i convert it to uppercase.
Then i want to get the indexes of letters that are not uppercase.
Search of array indexes is case insensitive.
Posible to implement?
-
Select audio output for autovoice answers
While the phone is connected to bluetooth, it would be a very handy function to be able to choose audio output for autovoice answers. thank you.
-
Under Review
Listen to media through your phone's earpiece
Hello João!
Do you think it would be possible to create an action to direct any sound to the earpiece?
Exactly how does this app: https://play.google.com/store/apps/details?id=mobi.omegacentauri.Earpiece
Listen to audio books and music through your phone's earpiece when you don't have earphones handy.
-
Vertical Sliders
Hello, please make it possible to get small vertical sliders in scenes.
Horizontal is no problem but vertical the sliders are very wide.
Thank you very much!
-
Make the Userguide searchable
It would be nice if tge built in Userguide had a search feature.
-
Runlog - better identification
I think the information in the Runlog needs a bit of an overhaul.
Specifically, I find the ID column confusing. Maybe I'm just not reading it correctly, but you either have to be absolutely in-tune with the task, which most of us are unless the task is incredibly complex (I have a whole bunch like that), or you have to recognize what the message is trying to tell you.
What I'd like to see is the ID reflect the number of concurrent tasks with that name, and then the step number it's executing. Format like this:
Master Task Instance # :
-
Action number variable
Add another built-in variable for the current action number, %action, which could be used in user constructed error messages.
-
Allow renaming variables to be as convenient as renaming tasks.
As development progresses, refactoring, especially through renaming tasks and variables, becomes important. When a task is renamed, Tasker does what it can to rename all references to that task. It would be really helpful if the same happened for variables.
-
add "export" in task edit screen menu
The "export" menu item is only available in Task panel following a long press on a task name.
I think it would be usefil to have having it in task edit screen too, like this:
-
Planned
Let plugins SET Global Variables
I know long ago there was a brief time where this was possible, but Pent changed the 'rules' because of a supposed 'security' issue.
Is it possible to now solve this security issue? To make a more secure/safe connection between the plugin and Tasker to let set Global variables.
It could even be an option that plugin devs and/or the user have to click something to agree to.
Case in point, let's say you want to set 6 Globals at once. If they were local variables - AutoTools "Text" could handle it in one Action if it could set Globals.
-
"System / Send Intent" action should support list-valued EXTRAs
I want to launch an app (http://kaljurand.github.io/K6nele/) that supports list-valued EXTRAs via Tasker, but Tasker's "System / Send Intent" does not seem to support such EXTRAs. This is what is supported according to http://tasker.dinglisch.net/userguide/en/intents.html
If the value can be parsed as an integer, long (integer ending in L), floating point number, double (float ending in D) or boolean (true/false) it will be treated as one. The value can also be forced to a simple type (long etc) or Uri via casting. The name of a Java object created via the Java Function action which is of type Parcelable can also be used (e.g. a Bundle) If
-
"System / Send Intent" action should support more than 3 EXTRAs
I want to launch an app (http://kaljurand.github.io/K6nele/) that supports lots of EXTRAs via Tasker, but Tasker's "System / Send Intent" only supports 3 EXTRAs. Maybe this is just a UI limitation, but even then it is a limitation, for which I don't know a good workaround.