Hot Topics

  • 7

    Allow users to create a new Taskernet account instead of using Google login

    najodleglejszy · 1 · Last reply by Liam

    Some people (including myself) would probably prefer creating a separate Taskernet account instead of tying it to their Google account (or any other service, for that matter). It would be great to see such option in the future.

  • 5
    Planned

    Create TaskerNET URL to access all shared files

    Mat Zolnierczyk · 0 · Posted

    TaskerNET URL allows you to share a single link to a profile|project|task It would be good to have a special URL that you can also share to allow people to see all uploaded content, with a possible way to modify the URL  should you want to deactivate the previously granted access.

  • 4

    Disclose everything that is included during export via taskernet and make it less dubious to export.

    aasswwddd · 0 · Posted

    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.

  • 3

    Add Ability to Add Task Callers to Android Copy/Paste Menu

    KyleK29 · 1 · Last reply by Cerberus

    This is one area of Android I don't think Tasker has hooked into, infact many apps don't seem to hook into it, and I only became aware it was possible when I saw Anki do it (screenshot below). The menu I'm talking about is the selected text long press contextual menu that often has Copy/Paste/SelectAll (and occasionally Define) in it. This would serve as a quick way to copy text to a specific Task you want to use to process said test.

    A Google searched yielded this: Google Copy/Paste Menu

    I would suspect that there might be a way for Tasker

  • 3

    [Notify] - Progress Bar

    Can you add a progress bar on notifications without AutoNotification app? Just like the Progress Bar dialog, but in notification. Thank you so much!

  • 1
    Solved

    Since the newest update (3.2.8) of Autoremote the communication with eventghost is broken

    Venomin · 4 · Last reply by João Dias

    Autoremote can receive messages from Eventghost, but when it sends, eventghost always shows the same error Previous version of Autoremote works fine. please downgrade the newest version, till the fix is done  Exception happened during processing of request from ('::ffff:192.168.0.251', 48212, 0, 0) Traceback (most recent call last): File "SocketServer.pyc", line 599, in process_request_thread File "SocketServer.pyc", line 334, in finish_request File "SocketServer.pyc", line 655, in __init__ File "BaseHTTPServer.pyc", line 340, in handle File "BaseHTTPServer.pyc", line 328, in handle_one_request File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 446, in do_POST communication = getCommunicationFromContent(content,self) File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 354, in getCommunicationFromContent requestJson = json.loads(requestJsonString)

  • 2

    Notify action live update issue on lock screen / AOD

    MichiGigaByte · 0 · Posted

    Hello,

    I'm writing to report an issue with the "Notify Live Update" action on my Google Pixel 10 Pro. Currently, the notification content is not appearing on the lock screen or the always-on display.

    I believe this is due to the "Show sensitive content on lock screen" setting being disabled.

    Would it be possible to add a checkbox on the action that allows users to specify whether a particular notification's content should be treated as sensitive or not?

    I have attached screenshots of my lock screen both with and without the sensitive content setting enabled for reference.

  • 2

    Name tag for Tasker licenses

    Moshe Siani · 0 · Posted

    Having more than one Tasker license makes it more difficult to know which license belong to which device. That is why i am suggesting to have the option in https://taskernet.com/?licenses to add a name/Name tag to each license so it would be no brainer to know which one belongs to which device. 

  • 4

    Check for new update for imported Taskernet projects

    Moshe Siani · 0 · Posted

    I saw there was a post about it already but i thought to give it a try.

    https://tasker.helprace.com/i1756-auto-update-feature

    I have found out that technically everyone can do it themself by saving the date of the imported project using the api taskernet link and just to compare it with the current date inside the json data.

    https://taskernet.com/_ah/api/datashare/v1/shares/$user/$project?a=0 

    So how about doing something like this but built in within Tasker with every imported project?

    I would also recommend having the option to control the check for new update time and excludes projects from the checkup that the user doesn't want to update. 

  • 3

    Update Sqlite Version

    James · 0 · Posted

    My next feature request is to update the sqlite version in the sql query action. I would like to use many of the date time functions only available in later versions.

    When I query "SELECT sqlite_version();" it outputs "3.39.2

    Compare the two user guides' pages on date and time functions:

    [3.39.2 - September 2022](https://web.archive.org/web/20220902005517/https://www.sqlite.org/lang_datefunc.html)

    [3.53.0 - Latest Version ](https://www.sqlite.org/lang_datefunc.html)

    The latest version has the timediff function that is missing from the earlier one. It also has 14 more substitutions and 9 more modifiers. Those would be very useful for a few of my projects. 

    Thanks!