-
Switch LineageOS profiles
Please, make switching LineageOS profiles possible by Tasker.
-
Always-on screen UI menu item
I use Vysor so i can edit using a computer. The only minor annoyance is that I have a display sleep setting on my phone for 2 minutes under normal circumstances (sometimes i need more than 2 minutes to think before i keep adding stuff lol). Of course, we are unable to modify 'display on' settings for Tasker using a Tasker profile itself, so can there but a UI checkbox item to force display always on when Tasker is active and return to previous display sleep setting when Tasker is not active on screen?
-
Selecting lines of code
It's quite tedious selecting lines of code with a finger. It seems to me that the slightest movement while executing a long click in order to select the first of a block of lines results in that line not becoming selected. Subsequent lines are, of course easy to select and deselect once that first line has been successfully selected. A little square box in the margin against each line could be ticked or unticked to cause the selection or deselection perhaps?
-
Run Log Enhancement: Split Screen Real Time Animated Flow Chart
To get a better sense as to how your complex structures operate it would be great if run log could be somehow visualized through live animated flow charts. Would be able to debug quicker, make improvements quicker, and able to create and understand more complex systems. The whole awesomeness of Tasker is after all making programming easier and it could also break barriers as to how complex things could be made by making the creation process easier.
-
Add option to disable badges for newly added actions
As much as I love Tasker, this is not the social media app that needs to grab my attention. It is a tool that I use to automate my workflows.
I don't like the fact that Tasker seems to place notification badges on new actions. It creates annoyance after every update and it makes me annoyed at the new features (exactly opposite feeling to the one I wanted).
It would be useful if there was a way to disable that.
-
Number picker increment
I'd like to be able to use the number picker in a scene for picking a time, but I don't want to have to scroll through every number. I'd like to be able to scroll by increments of my choosing such as 5, 10, or 15 to make it easier to pick a time
-
Context inside tasks
The idea is in a task flow hold on untill something is changed or something is accomplished.
There can be an optional wait time specified for maximum time to wait.
Like in a task wait untill internet available, or wait untill a variable changed(although it is available in wait untill task, there is no option for maximum time to wait). Moniter something in between a task and proceed after it changed status.
Using multiple profiles can accomplish this but giving this option would really be helpful.
-
Launch and query app activities with AutoLaunch
It would be helpfule to launch app activities or query app activities with AutoLaunch.
-
Change Tasker's Quick Settings Tile label and App Shortcut Tasks
Tasker's default Quick Settings Tile is very useful for disabling/enabling Tasker, but can its label be changed from "Toggle" to "Tasker" to better describe its function?
In addition, can all of Tasker's default App Shortcut Tasks be included in the search list so that the App Shortcut Tasks can customized (i.e., reordered, remove individual commands, add other)?
-
The ability to change the sensitivity of a sensor programmably.
As the title said, it would be great to be able to change the sensitivity of a sensor programmably.
-
Biometric Authentication Activity to take over back/recents.
Could we please have options to take control of back/recent button when Authentication activity is used?
In scenes, we can launch them as activities and capture the recent and back buttons and reassign their uses when open. This function would allow to prevent people attempting to bypass the feature.
Thank you.
-
Actions that runs all tasks for a currently active profile
It would be very helpful to have an action that runs all tasks for a currently active profile. I have manual tasks that, upon completion, change various settings (silent/bt off, wifi off) and when the task is complete the profile conditions may have not changed, so there needs to be something that checks which profile is active and re-run the task for that profile to "put things back" to the way they were.
-
Run Shell event
Run Shell event shall be fired when a shell command prints to its standard output (stdout) a line matching a pattern.
Example:
event Run Shell [ Command: getevent Line:*00000004 Use Root:On ]
The typical usage is to monitor keypresses (via getevent utility) and system log records (via logcat utility).
Note: An implementation should ensure that the line buffering only is performed by an operating system and run time libraries. Any other buffering would make the event meaningless.
Perhaps, a virtual terminal (pty) is the best IPC to be used.
Automagic implements Command Output trigger, see http://automagic4android.com/en/help/components-triggers#trigger_command_output but the triiger may
-
Add New Network
Vi que muitos apps de automação tem essa opção, e eu realmente preciso dessa ação, pois quero criar um projeto para recuperar as senhas que eu tenho sem ter que digitar uma a uma. Essa ação tera que adicionar uma nova rede Wi-Fi no Tasker sem que o usuário a digite.
-
Floating Button
Create an action to generate a button that moves to the drastae as most of the apps to record the mobile phone has
-
Android auto messaging (support app??)
Android auto has limitations for 3rd party apps. Currently media and messaging are supported, navigation is sparse
What I would like to be able to is retrieve notifications from certain apps and make them visible in Android auto.
I can read them out loud already, but I would like to see them handled as messages.
For. Instance
A Co worker posts via slack.
A notification is triggered
This notification is captured within tasker (via autonotification )
Tasker sends it (via support app? ) to trigger a card in Android auto
(alternative route could be to hijack the signature of an
-
2 Small Suggestions for Action "Take Screenshot"
Hi
My phone's display resolution is 1920x1080. When I use the Take Screenshot action, a .PNG file is created, and its size is 3.1MB.
I would like to suggest 2 small options for the Take Screenshot action:
The first: Resize: will have 2 possible values: 50%, or 25% so choosing "25%" for example, will make the image file's resolution 480x270, instead of the original 1920x1080. this already will decrease the file size by 75%...
The second: File Type: will have 2 possible values: .PNG, or .JPG so choosing .JPG, will further decrease the file size, and choosing .JPG is relevant
-
Make tasks involving paid services flash a notification by default
Add a option on payed services (sms, calls, etc) to flash a notification when used and have it enabled by default (option to deselect).
This would be a safety net to avoid "rogue" tasks from racking up additional charges without the user being aware.
My particular case was having a task continue to run due to issue https://tasker.helprace.com/i498-stop-doesn-t-work-when-making-recursive-task without me being aware since there's no visual feedback outside of tasker that it was still running, all while racking up insane communication charges (in the thousands).
I just want to avoid anyone else to have to go through the same situation.
-
Why does Image rotate only allow 45-degree increments? Can you allow us to rotate to any degree?
I am working on a task where rotating an image by 45 degrees is nowhere near precise enough. I need more precision with the rotation within the scene, since it is mean to follow the orientation of the phone.
The functionality I'm trying to recreate is somewhat similar to a compass: no matter which orientation the compass is turned, its arrow always accounts for it and rotates relative to the frame, so that it always points north. Similarly, I want to be able to rotate an image in a scene so that it accounts for the orientation of the phone
-
[For Developer] Action: Element Text in TextEdit
Please create an action to add text in the cursor position.