-
HTTP Request through a proxy
Route a HTTP Request through a proxy like it can do with a CURL. For example this is necessary to send requests to blocked servers. In Russia is a blocked api.telegram.org. If I need to send a message from my bot, I must be use a VPN or i need do http reruest with a curl through a proxy. I think there are a lot more uses for that.
-
Finger-snap and clap sound trigger similar to the clapper but more powerful and versatile
Tasker clap and finger-snap trigger similar to what the clapper handset integrates with a powerful and versatile app like tasker
-
Allow multiple conditions of the same type, soecifically locations
The "location without tears" informs the user that low power conditions must be met before high power conditions are tested.
It would be great if the low power and high power conditions in the same context could be net based and gps based *location* conditions.
For example, two location geofences around the same center, a larger radius with net only, and a smaller radius with gps. The smaller gps radius would only be checked if the larger net only radius was already matching.
This would also be generally useful for any type of condition to relax the current restriction. Another
-
OS Requirement list
Put OS requirements on each task/profile so when OS is upgraded, users can see what new features they have access to
-
Increase size for the "runlog"
It would also be great to increase the size for the "runlog" (which is about 250kB right now) which also just last about 3h in my case. (My tasker backup.xml has about 10500 lines of code ... so I asume me beeing a heavy user ;-). In my opinion it should be around 1MB.
-
Regex support in Notify Cancel action
Currently in action Notify Cancel has tio be used ony exact title of notification.
It would be great to add Regex support, to cancel all notifications which titles match to the specified regex.
-
More Variable Convert functions
We have in Variable Convert the following:
- Date Time to Seconds: date can be in YYYYMMDD format or xx-yy-zz, in which case the positions of day, month and year are determined by Android preferences. So to code locale-independent you always have to use the first format YYYYMMDD hh.mm
- Seconds to Date Time: returns the localized format
But we don't have a native Tasker function to get from seconds the first format. So we would need a 'Seconds to Date Time (YYYYMMDD hh.mm)'
Furthermore a 'Seconds to day nr of week' would be useful.
-
All date actions and variables should have a locale parameter
Similar to the say action where you can pass the voice as parameter all date related actions including Variable Convert should support a locale parameter. The locale should be either system default when omitted or en, fra, pt, de, etc. For variables like %DATE I suggest to offer virtual array with the locale as the index, e.g. %DATE(en)
-
Timer event and state
Hello guys...
Requesting a timer event and state, gonna explain how it works below;
Time event;
For example we can create a profile consists of a timer event and a proximity sensor state, so if proximity is true for less than 3 sec perform A and if it's more than 5 secs perform action B.
Timer state;
Add a timer state and add it up with a display off state and a turn on event so if the screen was off between 30 to 60 seconds and turned on in this period it will trigger a specific action...
Or eg.
-
Invert and Minimal option for Significant Motion event
Currently the Significant Motion event works fine, but the problem is that there is no way to trigger anything when such motion has stopped or reduced.
There could two sub-options for the event:
1. Minimal - reduced thresholds (to trigger slight movements)
2. Inverted - No motion is detected (whether significant or minimal)
-
More information about which Tasker action is running
In the notification while a Tasker action is running, there's no more information about which action/task is being executed.
In the attachment, you'll see what I mean. This notification has been on the shade since last 9 minutes and I don't know what's happening. Perhaps, the notification can include more details (name or number for anonymous tasks). If multiple tasks are running, then the notification could show a list.
-
Linux based Tasker IDE
Would be great to be able to write code for task on Linux using simple text editors like Geany or the like. Sometimes it can be somewhat hindering to use the phone only especially if the phone is small.
-
OBD2
Allow Tasker to read OBD status or events. So, Tasker can read the conditions of your vehicle, respond to them or even control your vehicle.
-
Allow to ignore full day calendar entries
When using a "Calendar Entry", add an option to ignore full day entries.
Thanks.
-
activate fingerprint scanner w/o screen blackout
I just noted that my Bank app with fingerprint identification feature, does not need to turn off the display to activate the fingerprint sensor, it merely prompts to place finger on sensor, and the sensor is active and awaiting a print to ID.
On the new fingerprint Tasks and Profiles that Logcat feature has opened up, Id love to see an option to activate fingerprint sensor without the need to black out the display :)
-
Store exported items in projects in relevant folders
When exporting items from a Project, could they please be placed into relevant sub folders please? This would make it easier finding items when exporting lots from different projects. Maybe as a toggle in case others don't want this?
Thank you!
-
Task: "While/End While" instructions
I know that Mateo asked for some sort of loops like "while", but he was answered with "For" loop which in programming works differently.
Also, I am asking for true "While" loop. To give better view of this concept I am going to share my case: I'd like to hear who calls on the phone. So, AutoNotification comes here and the Tasker, of course. I make three profiles: one with Event->Phone->Phone Ringing, another one with Event->Phone->Missed Call and the last one with Plugin->AutoNotification. The first two just switch value of one shared variable %phoneRings from false, when phone does not
-
3rd Party App Link
Hello,
When trying to use a 3rd party app in profiles or tasks that we don't have installed, it would be nice if when we click on it (red list item, because we don't have it on our device), if there was a popup with a link to the app on the play store that asked us if we wanted to go there to download it.
Thanks!
-
Tasker Scene Element
Would be nice if: 1. Checklist is properly resize able, not only the outer border. 2. Toggle ui only consist of Font and without the underline when on, and no need to have background as we can always add separate background just like Text element. Thanks ...