Hot Topics

  • 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!