-
Have the action "Play Ringtone" respect DND rules
Using the Notification (or Alarm, Media, etc.) should respect the current "Do Not Disturb" setting.
-
Print the program lines of tasks to printer.
Can you make in the menu of tasker the option to print the program lines. Reason: in case of complex and long task sequences, the overview is lost. To print out will help the programming of task (and error debugging). Thanks! Obrigado!
-
Planned
-
Add option to BT connected profile to ignore specific bluetooth device(s).
I have profiles (with both enter and exit tasks) that are enabled when any bluetooth device is connected. This is primarily to detect headphone and car connections and to also have certain actions that are commonly applied when disconnecting from any bluetooth headphone or car connection.
I want these profiles to ignore certain devices (e.g. Fitbit watch, hearing aids). However, simply listing those and ticking Invert doesn't do the trick as those profiles then go inactive when I'm connected to the car and then I also get connected to one of those listed devices.
What's really needed is to have
-
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
-
Tasker Android TV Menu button is not working
Hi Every one,
i have Android TV in my android marshmallow phone, its working both phone apps and Android TV apps, i have Tasker 5.1 menu button is not working, its working in AutoApps. please any one how to make working menu button, thanks
-
[Bug?] Services not being detected
In an application context, if I select services instead of activity the profile should be active when any of that application's services are running. See attached screenshot. I have the following profile:
Profile: Firefox Kicked (49)
Application: Firefox, Services
Exit: Anon (50)
A1: Notify
Title: Firefox Kicked
Text: I got kicked at %TIME
Icon: null
Number: 0
Permanent: Off Priority: 3
This is supposed to notify me when Firefox gets kicked out of memory. However, the context never becomes active. Not even if Firefox is the foreground application.
-
"Light" theme with windowLightStatusBar enabled
Default Light theme would be much better off with a white status bar using dark icons. Also would be cool toolbar items ('Tasker' tittle, 'Search' icon and 'Overflow menu' icon) in accent color, following the trend of Google's new design. Something like the Settings app on AOSP Oreo.
-
More Material build-in icons
Add more build-in icons from updated https://material.io/tools/icons/ and https://materialdesignicons.com/
-
Unlock Tasker using Fingerprint
Would be great the ability to unlock Tasker using fingerprint, not just PIN (as it currently occurs).
-
"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:
-
Help clarification: SQL Query
Two updates for Help for SQL Query: 1) the bit about "Selection Args" should say "Selection Parameters", and 2) it doesn't say what the delimiter for that field is: line breaks.
-
Select audio stream when using "Play music folder" feature
Hi.
I have been using the "Play music" feature, changing the output stream to "System".
I would like to be able to use the "Play music folder" feature changing the output stream too, but this option does not exists on this one.
Many thanks for your time and congratulations for your job.
Have a nice day.
-
Dual sim mode
Goodmorning my Name is Nicolò Galli. Congratulation for your great app, tasker is very smart, useful and effective. If is possibile i would like to ask a new features. Was great if tasker could handle the dual SIM ringtone and the volume, separately, for manage in dual SIM phone when put silence mode in the first or the second SIM.
Thank so much
Best regard Nicolò Galli
-
New category to organize projects
I would like to know if it would be possible to add a new feature to Tasker about project organization. The issue is about the organization of the projects. Well, Tasker currently allows to have individual projects, which can contain profiles, tasks and scenes. But there is no way to organize projects in "mega-projects", to put it in some way. That is, as a project of several projects. Thank you very much ;)
-
Brighter torch
The torch toggle in Tasker is ok, but not very bright. To get full brightness you need to use a plugin such as Task Light (https://play.google.com/store/apps/details?id=com.devuni.flashlight.tasklight)
Could we please have full brightness torch?
-
Allow bigger/more log files
Atm tasker saves up to two log files of ~2mb before overwriting them. This means depending on how much you're doing with tasker, they might not reach far back. In my case there's only 2h worth of data (extensive looping) and this makes debugging quite a challenge.
I'd like if we could increase the log size if necessary.
-
More Granular Context Date Options
Would it be possible to have more date options to be used in Contexts?
For example every 4th Friday in a month, or the first or last Sunday each month?
-
Can Tasker be added with these 4 basic actions for TCP?
Hi
Currently Tasker does not have basic TCP actions, for Connecting, Sending, Receiving, and Disconnecting.
The closest thing it has, are the HTTP GET and POST (and HEAD..) actions, which might be problematic for sending files, since I don't know If I can use them to send a 15MB file for example, in one HTTP GET/POST..
Can Tasker be added with these 4 basic actions for TCP?
TCP_Connect(HostnameOrIP,Port) TCP_Disconnect()
TCP_Send(Data) TCP_Receive()
Thank you very much