-
Add User & System apps filter to List Apps action
Hello Joao, I would like to request something... Could you add something to filter listed apps in the 'List Apps' action (+ > App > List Apps), like filtering them manually using: pm list packages -3/-s? Thanks!
-
List dialog with input dialog at once
Example below.
Like this.
example)
1. Input text to 'ABCDEFG' to Input text area.
2. touch 'Item 2' ( At this stage, 'ABCDEFG' = %input)
3. Then works like just List dialog in tasker. but, we can use text variable %input with 'Item 2'
-
markdown support
Markdown in scenes and notifications will allow much more flexibility and richness.Currently I'm using "HTML" notification in order so support some sort of formatting while markdown solves that natively and perfectly
-
feature request: save captured logs as text file at "Logcat Entry" dialogue
sometimes we need spend time to analysis and extract proper event/activity . But the "Logcat Entry" dialogue is very easy to disappear,(screen off, or other app becomes foreground app,all these event will make "Logcat Entry" dialogue disappear), we have to capture activity what we want again. if tasker has the ability to save/export logs as text file, that will give us a chance to analysis logs meticulously . thanks for your consideration.
-
Colour Categories
I want to ask that please add some colours in taskers so that we can give some colours to ours task so that we can differentiate more than 2 task easily either they belong to same task or another task.
Because there is a little difficulty in finding the relevent task.
-
Auto collapse the notification bar after tap in a Notify button (optional)
Would be nice to have an option to auto collapse the notification bar after tap a button. This could avoid the creation of another task just because theres not necessary to add a Close System Dialog action and the other action to accomplish this.
-
Add a blocking level option to the wait action and the Timeout option
- Currently when a wait action is encountered it will change the priority system and allow any task of any priority tu run.
- Currently when a Time out action is used it will honor the priority system and block only tasks with lesser priorities.
This would add the ability to..
1. Block all - block all task of any priority.
2. Block by Priority - block all tasks of lesser priority.
3. Block none - allow all tasks of any priority to run.
-
Wallpaper dim and blur
The possibility to dim and blur an image when setting it as a wallpaper with Tasker will improve the visibility and remove the need of external tools.
-
dhizuku integration for added permissions (device owner) on non rooted phones
How about an integration of the Dhizuku API to grant tasker device owner permissions for phones that cannot be rooted at this time?
https://github.com/iamr0s/Dhizuku
Maybe as an additional checkbox next to the use root checkbox if the app is detected on the device and the permissions to use the app are granted to Tasker?
-
Undo button
Hey there! It’d be awesome to have an ‘undo’ button for changes. Sometimes you make moves in task steps that you need to undo, but only for a specific action—kind of like a Ctrl+Z. Because let’s face it, just quitting the task or hitting cancel doesn’t always cut it for what you need 🤓👍
-
Task Running Timeout
An option under Task properties to enable a timeout after x time so that tasks that get stuck due to actions without timeouts or whatever the reason. This will essentially end the task regardless of its status so other tasks that are Q'd up can proceed without incident.
When third party plugins are involved, and even some native Tasker actions, often times errors will result in tasks never completing and end up stuck in an indefinite run state even when "Continue Task After Error" is selected. If the action doesn't throw an error, then it'll just keep trying to execute
-
Search Box for Local Icons in ".icn" Folder
Could a filter/search box please be added to this screen when selecting an icon that was added to the ".icn" Tasker folder? Thanks!
More info on Reddit >
-
Disclose everything that is included during export via taskernet and make it less dubious to export.
The current tasker share activity com.joaomgcd.taskerm.datashare.export.ShareDataConfig doesn't provide any information about what's included during export.
Tasker will by default include everything that is included in the project. Even those who doesn't belong to the project, which the user may not want to share to begin with.
While I must acknowledge that including them may be very convenient to ensure the export works properly, it looks dubious to me that the user is not informed at all about this. Furthermore the default behaviour is that we have to back out to export. Which is not the usual way to handle confirmation.
-
"Adaptive Icon" and better "Round Icon"
Please add Adaptive Icons (for Oreo users) and better Round Icon (for Nougat users) using default primary color as background with smaller inside Tasker icon.
Here as it should appear in my opinion:
-
Filter Image action : decrease color
We can increase blue/green/red by Filter Image action but will it be possible to decrease them (or the saturation or the gamma of the whole image) ? Thank you
-
auto-hide the main bar when rolling up to get more content display room
maybe can add a toggle to auto-hide the main tool bar when rolling up, auto-appear when rolling down, just like google+, it will get more space on the screen to show the content.
……………………………………………………………………
…………………………………………………………………………………
……………………………………………………
-
Add a switch statement to be used in place of if else/elseif
Please add a switch statement that could be used in place of if-else -else if. If you wish to check for a few conditions a switch statement would be easier to code and read instead of the multiple nested if-else if statements.
-
Make the Userguide searchable
It would be nice if tge built in Userguide had a search feature.
-
Planned
Get information back from called app through intents
When sending intents, it would be useful if we could get data back from the called apps. So, for example, we could send an intent to pick a file and the called app would return the file in question, rather than developing a file browser or using a plug-in. This would be useful in other situations well