-
A small app like Tasker Settings for Wear OS
In ordrer to change secure settings locked in the lastest Wear OS versions (Wifi for example) without developper options remain activated everytime.
-
Autowear switch pairing to other devices
Hi Joao,
Regarding the last update enhancing device interoperability, sending commands, autoshare... its a good opportunity for tasker little brother, autowear.
One of the main painpoints of wearos devices is the lack of simultaneous connectivity by bluetooth (the lowest energy consuming connectivity channel). Therefore it reduces its own capability to use the smartwatch as an standalone remote controller for everything (headphones, phones, computers, smartglasses (hot topic right now)
Some functionalities could be:
- Toggle pairing to previous device.
- Set favourite pairing devices.
Regards
-
Multi-Line Input Dialog
I'd like to request the implementation of a single input dialog that contains the option to add additional lines with optional text above each line to produce a different variable per line or array.
This will supplement the need to send input dialogs back to back to back to query the user for an additional piece of information in order to complete 1 operation.
-
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!
-
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
-
upload custom APK signing key to tasker
We should be able to import and export APK signing keys in tasker.
If we have our own key, we want to use it both in tasker and android studio.
-
Enhancement: Flash (Tasker Layout) Interaction Variable
Right now the Flash Notices with "Tasker Layout" are pretty powerful; I use them basically everywhere as a cheap way to get user notices/interactions and have some aesthetic flexibility.
One enhancement I'd like to suggest is to add a special variable that gets passed to the "Perform Task" option for how it was dismissed, alongside adding swipe up/down/left/right and click/long-click detection.
*Note: Might need a bool checkbox to "enable gesture swipes" since some users may not want swiping enabled for some notices.
The various gestures would all act like the current "dismiss", except they'd pass a "dismiss method" variable.
- If
-
Enhancement: Add Task Running Time To A New %TRUN Output
Tasks getting stuck is a common problem (often from plugins that don't timeout, etc.) and there isn't a current global option to kill a task that is stuck. Although you can setup timers using that Timer project that is floating around, I think another method would be to add another %TRUN variable as %TRUNT (Tasks Running w/Time). It would receive the same data as %TRUN, except it would have the current (at reading of the %TRUNT state) elapsed task times (visible in the Running Tasks view).
This would allow users to more easily monitor %TRUNT variable (either on a timed
-
Capture outgoing SMS
Hey there. It seems that Tasker can see incoming SMS messages but doesn't see outgoing SMS. I currently have the IFTTT app installed which does it, seems like its possible somewhere. Can this feature be explored?
Thanks!