-
Add calendar event - reminder time
Please add option reminder time for add calendar event
-
Add Google Drive actions Delete and EmptyTrash
Please add this two actions to GD.
-
Deafult Scene Editor Background Image (option to hide it)
This is a suggestion to apply in a future release. If possible.
The topic is about the background image that appears in the scene editor. This image seems to be the one we could have as the default wallpaper for our device (Launcher).
Well, unless we temporarily set the background of that scene to a solid color (black, for example), working with elements can be a bit confusing/annoying. Especially if we have "psychedelic", or any type of non solid wallpapers.
I have attached two pics as an example: 1º: Current wallpaper I have set for my device.
2º: Temporal black
-
In-line comments/notes in tasks, projects
I create somewhat complicated tasks that I like to add a lot of comments to. Right now I do this is the "Label" field of each a action. I sometimes use the anchor action at the top of the task and type in a large paragraph into the label field. Not sure if large text in the label fields can cause problems or excessive memory usage at runtime.
A simple dummy "comment" action would be a lot cleaner looking and could ignored at runtime.
-
Planned
Tasker can't send MMS
I am the secretary for a small but very active archery group. We use group messages constantly to send out meeting reminders, upcoming events and work parties. Currently, Tasker can send SMS messages, but not MMS. I can get around that restriction by sending a join SMS message from my tablet to my phone with multiple phone numbers and my phone then sends it out as an MMS message without an issue.
It would be much more convenient to send out a group message from my phone using Tasker rather than relying on my tablet. I always travel with my phone,
-
WebSocket
Add WebSocket client and server with tasker activation on message received.
-
Under Review
Profiles/tasks separators for better organization
For those having lots of profiles/tasks it would be helpful to have separators with comments.
I am currently doing it with dummy tasks named "_____<GROUP_NAME>" but it has some limitations (no duplicates allowed) and it is a bit annoying for profiles.
-
Element visibility when scene is not showing
Can you please add the option if the scene is not showing and element visibility triggered to be cached state for the next show of the scene.
Such an option is doable for variable elements those use the variable value which will work when even scene is not showing but the images with a specific colours they'll not work.
Or as a workaround add the option to set the colour for an icon pack images by variable.
-
drop shadow when creating a scene
Can you please add ability to add drop shadow to any element when creating a scene?
It would be cool to use it in Material Design scenes to make it trully MD.
-
Edit manifest of Kid App
I'd like to be able to edit the manifest of exported Kid Apps. This way I could remove permissions I don't want Tasker to request or add intents.
I used to use the Notification clicked event in my apps but had to stop using it because Tasker would add the accessibility service permission to my app and there is nothing I can do about it. I don't need nor want this permission because I only read notification clicked events of notifications put up by my app. I was hoping there'd be a solution in time when the accessibility service permission
-
Highlight orphan tasks from condition-linked tasks
Is it possible to have a way to see on Tasker which tasks are associated to at least one condition and those who are "orphan"? Thank could help alot when some cleaning is needed :)
-
Take photo - extra options. Possible plugin
May I suggest a new plugin ("AutoCamera")to control all camera options. Like the ability to specify the ISO and/or picture quality settings when taking photos. It has also been suggested that EXIF data be able to be extracted as well. Thanks
-
"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
-
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.
-
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!
-
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.
-
Kid app's preference 'Maximum Tasks Queued'
The kid app's preference 'Maximum Tasks Queued' is just 10 and cannot be set by user. So, the kid app do not work properly sometimes.
I really want to set it when exporting apps.
-
Feature Request: Detect the current foreground activity and make it as a state.
As we all know, Tasker have an App context to detect the foreground activity and run tasks, but there is no way to detect the activity. I can't make Tasker decide whether to perform a task according to the current activity.when a event happened(of course Shell code can detect the activity, but shell is too slow)