-
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
-
Planned
I noticed that this plugin it's not creating barcode.png if mobile data(internet connection) is turned off.. to simplify things this plugin can be made to generate codes without internet connection...tasker is to simplify things :)
Autobarcode plugin issue..
Not generating codes without internet connection...
-
Planned
Updating icon standards to include 2 layers: BG and foreground
Hi,
I'm interested in seeing some updates to the icon system in Tasker App Factory. Apps since Oreo or Pi have a new icon standard. The "legacy" icon is still in use for earlier versions. The new standard, and the method of including icons in Android Studio, is to use a BG layer and a foreground layer with transparency. Two PNG's would be provided, and perhaps also a legacy PNG provided.
(The current icon configuration might not need too much modification to suit that last purpose, with the new icon config being "added" to the setup.)
I put up an
-
Planned
Change Tasker Themes Depending on Night Mode On/off
Please add Auto Themes changing depending on Night Mode on tasker.. Become This is One of Highlighting feature on Android 10..
Hope Tasker is Support this One..
Thanks
-
Planned
Please bring back the encryption that was in older versions or add another encryption type if it's not possible to bring to older one back
Please add or bring back encryption in tasker
-
Planned
Tasker to register for default SMS app
Since Tasker has been green lighted for SMS/MMS, would it be permitted if Tasker could register as default SMS/MMS App?
I suggest this idea as with the SmsManager class/objects, we could control SMS/MMS much more. This would include building our own SMS/MMS apps, backing up/restoring, organising and filtering as well as blocking/spam filtering. It would also allow us to see hidden short codes from those dodgy SMS spammers.
Essentially, Tasker would just need to register it for now, rather than you make anything forward facing for it. Java could then do the rest. I for one would start
-
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.
-
Planned
Add a menu item that will open "https://tasker.helprace.com"
There is currently no easy way to post new requests or issues here from the tasker UI.
-
Planned
Add Search and Delete to Notificatiom Category
Currently the only way to assign a category is to manually type it in. This becomes tedious and error prone when several Notify actions share the same category.
One solution would be to add a 'magnifying glass', which would allow selection of a previously defined category. Would this be possible?
Would it also be possible to add a method to delete categories which are no longer being used?
-
Planned
Native Method to get Foreground App
There is currently no built-in action to get the foreground app name and package. The %WIN variable is inaccurate and often empty, making it unsuitable.
I know this can be done with AutoInput, but a native action for this would be very useful, especially in kid apps.
-
Planned
Call events dual sim support
Hello,
When waiting for call event like "Missed Call" I need to find out which sim card the call was missed on. this not supported now. This prevents me from using the app, instead I use Automate app :-(
there is support when I send SMS for second sim card.. but that is for nothing if I don't knoiw where I missed the call :-D
-
Planned
Integrated file browsing
There is already a file browser inside tasker for setting variables. We should be able to use the same page as an action. More so now that file magic is no longer on the play store.
-
Planned
Replace Notify My Android
Notify My Android was discontinued😐
Please add a different provider to allow communication to android via web url similar to how Notify My Android.
-
Started
A share community easy to use like Workflow
A use-to-use share community is helpful to guide the newcomers and maintain the vitality of the APP.
However, it is inconvenient when you want to share your useful profile to others. Here are some common ways I saw on the internet:
1. Record a video to tell others how to set a profile. I think this would hold back most people who just want to share their thoughts.
2. Write down all the setting steps like this one: https://forums.androidcentral.com/android-apps/301540-tasker-lets-contribute-profiles.html
3. Export profile and import profile.
I think Workflow on iOS has done a good job. as attached file. Click the button
-
Planned
Create TaskerNET URL to access all shared files
TaskerNET URL allows you to share a single link to a profile|project|task It would be good to have a special URL that you can also share to allow people to see all uploaded content, with a possible way to modify the URL should you want to deactivate the previously granted access.
-
Planned
Add an option "Wait for return" in Send Intent (Native Task)
Example:
A1:Send Intent
[Action:android.intent.action.OPEN_DOCUMENT_TREE
Cat:none
Mime Type:
Data:
Extra:
Extra:
Extra:
Package:
Class:
Target:Activity]
Select the folder and return the path in a variable (Data URI).
-
Planned
send emails without request
I think it is really useful to insert a function to send emails without request (being able to configure the various smtp parameters), now I can do it with an external plugin but it would be better to have it integrated.
-
Planned
Add Keyboard "Is shown" and "Close" Actions
We currently have an action to show the soft keyboard. However, there is currently no way to detect if the keyboard is already showing. Some way to detect this state has been requested several times on various Tasker forums.
I request an action to close the keyboard, if currently shown, and an action that returns the current state of the keyboard.
-
Planned
Intent Firewall
Root use only, but apply a firewall for intents. This can implicitly block, allow and log all intents sent and received on Android and apps.
Reference and more information;
http://www.cis.syr.edu/~wedu/android/IntentFirewall/
Thank you.
-
Planned
Bluetooth scanning
Since Android 7, I think, Bluetooth scanning has been available without having Bluetooth turned on. But Tasker still requires Bluetooth to be turned on for Bluetooth near to work. This is similar to WiFi scanning without WiFi turned on, and Tasker does take advantage of this for WiFi near. It would be really useful if Tasker would receive support for Bluetooth scanning, so that Bluetooth could remain off when not in use. This would also eliminate the need for the toggle Bluetooth option in Bluetooth near for those using a supported Android version.
https://developer.android.com/reference/android/bluetooth/le/BluetoothLeScanner
https://developer.android.com/reference/android/bluetooth/le/ScanSettings