-
Searching Tasker Global Variable Values
Hey,
I know how to use the search functionality within Tasker to search for the name of a Global Variable or array I have in mind. Supposing however, I have a value in mind and I want the search to retrieve a list of Global variables that currently match that value. I think it would be neat if that were possible.
Many thanks
-
Search throughout labels
After more than ten years of Tasker usage, I have had the need to search for keywords in labels and found that, strangely enough, they are not considered part of the user data.
I don't know if that would be really useful to anyone; I haven't tried to use it for ages. However, I would like to suggest this feature. Thank you.
-
In the application context selection screen, make the frame around selected applications higher contrast
I can't see the difference at native resolution. I have to zoom to maximum zoom to see if an app is selected, and even then, it's hard to see. Native Resolution Maximum Zoom Another idea is to dim the overall tile for unset, and have selected apps at regular brightness. It just needs to be easier to see.
-
Feature Request: Support Named Regex Groups in If ~R Conditions
Please extend If ~R conditionals to support named regular expression capture groups (e.g., (?<ssid>.*)), just as the Simple Match/Regex action does. This would bring consistency across matching actions and allow cleaner logic in reusable tasks by eliminating the need for intermediate extraction steps.
Example:
…should create the variable %ssid if matched, just like Simple Match/Regex already does.
Thank you!
-
Name tag for Tasker licenses
Having more than one Tasker license makes it more difficult to know which license belong to which device. That is why i am suggesting to have the option in https://taskernet.com/?licenses to add a name/Name tag to each license so it would be no brainer to know which one belongs to which device.
-
Better support for HTML in actions like Text/Image Dialog or List Dialog
There are a lot of times when you want to show some text data on the screen but right now if you want make a style change to your text you are limited to use mostly 3 options: 1. Scenes which has serious problem with sharing with other people devices. 2. AutoTools Web Screen which is for more advanced users. 3. AutoTools Dialog seems to not support RTL languages.
I am suggesting to give more html tags support for more popular actions like Text/Image Dialog or List Dialog that most people use. I would prefer a more "native" style so
-
Copy the open-source Be Nice app's split screen functionality to fix Tasker
There is an open-source app called Be Nice that seems to have successfully implemented split screen support for modern Android devices. Perhaps Tasker could use it for inspiration on getting its Split Screen feature working again. Here's the source on GitHub: tkuenneth/BeNice: Split-screens on Android made easy
(Note: I'm not affiliated with Be Nice. I just ran into it on Reddit.)
-
Scene Editor > slider events
We already have "on value selected" when the user releases the slider in a different position.
It would be nice to have "on value changed" so we can do things while the user is still sliding it.
-
[REQUEST] List Dialog and Input Dialog actions improvement
Hi,
I would like to know if the following actions could be improved as described:
- List Dialog: Add 'Output Variable Name' field. - Input Dialog: Add custom buttons like in the List Dialog action.
Thank you!
-
Get Task execution ID and Stop a task using (also) its execution ID
Hi, it would be very nice
- An action to get, inside a task, its execution ID
- Stop a task execution using its execution ID (instead of its name)
These features would be very useful expecially with multiple instances of the same task running together
-
Status Chips If "Live" Checked For Notification
User defined text or allow the setShowWhen tag to be used.
https://developer.android.com/develop/ui/views/notifications/live-update#status-chips
-
Widget V2 rotation, blur, and element filtering
Would love to see a few additions to tasker widget v2! I'd be able to leave kustom entirely if it had the following:
1. the ability to rotate elements (either around centre or other defined anchor points)
2. the ability to filter elements by other elements (i.e. remove portion of element that's overlapped by another element)
3. Adding a "blurr" option in addition to color would be sick as well!
-
Feature Request: AutoInput v2
In AutoInput v2, there is a "Wait For Element" action that waits until an element appears on the screen.
My current AutoInput workflow is like this: click(id, %button_id) --> waitForElement(id, %loader_id) --> click(id, %button_id)
Since the loader's element ID is often hard to get (as it disappears instantly due to fast loading), could you add a "Wait For Element to Disappear" action that waits for an element to disappear?
This way, the workflow would only depend on %button_id and would become like this: click(id, %button_id) --> waitForElementDisappear(id, %button_id) --> click(id, %button_id)
*Note: The loader element makes the button disappear from
-
Add an action to change Taskers language
Sometimes it's useful or necessary to find something in tasker to change the tasker language to English. But for retrieving the correct results for datetime parse actions in correct language tasker needs to use the correct language again, so it's would be handy to have the tasker action to change it's language automatically.
-
Notify action, perform an action when tapping instead of dismiss
Tapping the notification created with the notify action dismisses it. An option to perform an action instead (as autonotification does) would be helpful and also prevent accidental dismisses.
-
Add option use OpenAI API key
Please add support for OpenAI. I have some problems with the current AI options.
- Google Cloud Payment rejected my debit card.
- Open Router has very limited free tier.
Open AI accepted the same debit card rejected by Google and the free tier credit is also far more generous than Open Router. People can opt in to give away their data as well to upscale the daily limit.
This is just personal choice at this point but I like their dashboard and credits balance as well. I top up $5 into my balance and limit $1 for monthly usage. I never
-
Scene menu preselection
Let %select_indices control which rows should be marked as already selected when a multi scene menu is about to be displayed.
-
Notify action live update issue on lock screen / AOD
Hello,
I'm writing to report an issue with the "Notify Live Update" action on my Google Pixel 10 Pro. Currently, the notification content is not appearing on the lock screen or the always-on display.
I believe this is due to the "Show sensitive content on lock screen" setting being disabled.
Would it be possible to add a checkbox on the action that allows users to specify whether a particular notification's content should be treated as sensitive or not?
I have attached screenshots of my lock screen both with and without the sensitive content setting enabled for reference.
-
Make every bound services available in Tasker available in Java code as well
As of now only Notification listener and Accessibility service is available. Whereas there are a several others that hasn't been exposed yet.
BIND_APPWIDGET BIND_VOICE_INTERACTION BIND_QUICK_SETTINGS_TILE BIND_DEVICE_ADMIN BIND_JOB_SERVICE BIND_INPUT_METHOD BIND_CONTROLS BIND_SCREENING_SERVICE BIND_INCALL_SERVICE BIND_REMOTEVIEWS Shizuku