-
Extend Tasker App Factory with ability to create app in Leanback TV format.
This should only require a few changes to manifest and an additional 320x180 banner icon.
https://developer.nvidia.com/android-tv-developer-guide#:~:text=Leanback%20Launcher%20Banner%20To%20launch%20each%20app,%20Android,so%20app%20names%20should%20be%20included%20if%20desired.
-
Add indicator to show active profiles
The current profile list implementation makes the text of active profiles green. While this works with profiles that are named with text, it fails as soon as you use emojis as profile names. I prefer emojis because it shortens the text of the pull-down notification. (João uses the same naming convention.)
The screenshot shows my profile list. There are 4 active profiles. Can you tell which? ;-)
It would be great if active profiles would get another visual indication if they are active: either a green dot in front of the profile text/emoji or a greenish background tint would work
-
Safer "clear all variables"
The variable clear action has an option for "clear all variables", but no secondary option to clear only local variables. It would be great if ticking "clear all variables" would show another check box for "local variables only". Ideally that should be ticked by default!
Currently it is too easy to accidentally wipe out all of your global variables.
-
Complex custom conditions
Basically, a profile can only have a few state conditions, and the only available logical conjunction between them is AND. I understand why editing anything more complex in that editor field would be difficult. Which is why I'm suggesting a new feature called custom conditions.
These would live on their own tab like variables. When you add a new condition, you'd first have to declare a name for it and then you'd be brought to an editor similar to the task editor.
In the top level of this editor you could add the basic logical conjunctions: AND, OR and XOR.
-
Tasker's extended functionality during boot
Hi
I tried to create a home screen launcher by a scene and I can tell literally it was far better than any android launcher I've Nova launcher prime which supposed to be the best for customisation but it fell a part in front of the scene capabilites the only issue that let me drop the continuity of the whole thing was the boot time of Tasker the scene won't shows up until tasker receive the boot complete event which really takes long that makes the phone without any icons or launcher.
The request if possible to load some core components
-
Scene set as launcher or widget
Hello please make it possible to set scene as default launcher or widget.
-
Search input field in select app dialog
Please add a searchfield input to the pick input dialog - app(s). This way a user can find and select a specific app without scrolling through the list.
-
Ability to color highlight, group or isolate profiles/tasks within a project
This would compliment "Material You" amazingly too just as an added bonus!
-
Multiple stroke options for a scene element
Request to have a scene element linked to multiple stroke actions which triggers different tasks.
E.g. one element triggers task X on a stroke up and triggers task Y on a stroke down.
-
[AutoLocation] Add geofence radius to the AutoLocation Info action.
Right now there's not a good way to backup or restore Geofence configurations.
The best I could come up with was setting up a profile to trigger on all geofences (the event context give geofence radius) with an accompanying task that uses Mock Location to trigger the profile which logs all data needed to create a geofence with the AutoLocation Manage action.
https://www.reddit.com/r/tasker/comments/qmjzly/do_any_of_you_have_a_profile_for_backing_up/
-
[ Test File ] - Add check mimetype
I would like to suggest an action in Tasker to get the mime type (ex: image/png, video/mp4, and etc)
How detect mimetype
-
HTTP Request support for mTLS
Would it be possibile to add support for mTLS in HTTP Request?
My use case is that the backend I need to connect uses a Cloudflare's rule which allows connections only if a specif Client Certificate is provided and just by using Tasker I can not connect to it.
A workaround I found is to use Termux's plugin but things get more complex, slow and hard to maintain.
-
Task Action for Manually Checking/Updating Various Monitors (particularly such as Cell Near)
Sometimes a user may want to manually (via a Task Action) check/update a state instead of waiting for the relevant monitor to update it. So this request/idea is to add something like the following:
TaskerFunction CheckNow(CELL_NEAR)
And in the above there'd be a list provided of various things that could be manually checked (such as WIFI_NEAR, etc).
This request is prompted by the following Reddit thread:
https://www.reddit.com/r/tasker/comments/11t0ea9/help_use_a_separate_task_to_force_a_cell_near/
Thanks for your consideration! :)
-
Make If, Else and End If actions not set or clear the %err or %errmsg variables
Currently, if we want to react to a branch ending in error, this is necessary:
Is there any reason for the If, Else and End If actions clearing the %err variable? If the %err variable was left alone by these actions, the task could be written more simply:
-
Animation Effect on Scene
I hope you can add animations to make "show and destroy scene" seem more lively, such as:
•pop-up: provides an attractive effect when used. attracts more user attention to something displayed in the scene.
•fade: as in video cinematography, this can have a dramatic effect. suitable for some situations.
Having a choice of effects on the scene will increase added value to the user experience.
I hope you and the development team can consider the suggestions I gave.
Thank You.
-
Native dialog
You could add the dialogs of autotools or uitask, natives of tasker. I think it's too hard to edit a scene.
-
Better documentation on back up
Currently there is no help text "anywhere" for the correct method to back up data for install on new device. Both the android back up and Tasker's back up should have some "Very Clear" help text on how to get your Tasker data to a new device or just save it for a fresh install on the current device. It should be noted what is and is not backed up with each method. IE currently global variables and all saved projects, profiles, tasks, scenes in there respective folders are not saved in the Tasker Back up. I do not know
-
Manuel focus for the « take picture »
On my previous phone (moto G3), when I set infinity focus on “Take picture” that work really great. But on lot of new phone I tested, infinity focus mode on the take picture feature make blurry photos.
After some search I undertending that the range on the focus is no limear. So for exemple if we define the begin of the focus range at 0 and the end at 1000 : 0 focus on a medium point, 250 on infinity and 1000 on the nearest point.
So it will be very useful to have a manual focus paramètre where we
-
Accessibility Service Permission optional for Notification clicked event
The Notification Clicked Event only needs Accessibility Service Permission if you want to read notifications put up by other apps. In Kid App development this event is often used to read notification clicks on notifications the Kid App put up itself. If you add this event to your app, tasker adds the accessibility service permission to the manifest and there is nothing you can do about it atm.
Unless you fancy fighting with Google and receive the threat of a permanent ban, you can't use accessibility service permission in apps you want to upload to the store.
I suggest the
-
Tasker notification dark mode
The permanent foreground notification in the Android status bar, is white and doesn't change with the Tasker dark mode settings. The Wunderground weather app has an example if you'd like to see. Thank you!