Hot Topics

  • 3
    Answered

    de-googled phone: Current beta (6.2.32-rc) complains about end of trial phase

    flipreverse · 1 · Last reply by João Dias

    Hi all! I purchased Tasker 8 years ago via Google Playstore. I double checked it. I've now switched to CalyxOS which uses microG and the Aurora Store. The current stable release works fine with microG. No complains at all. If I, however, join the beta program, and install the current beta version (6.2.32-rc), Tasker complains about the end of the trial period. I'm not able to make it work. Deinstalling it, and re-install the current version (6.1.X) brings Tasker to life again. Have you changed the Playstore detection recently? Or anything else in that version related to the Playstore? Regards,

  • 2

    Alert > Popup Creates Scene Popup Conflict

    Mike Rubin · 3 · Last reply by Rich D

    Using the Alert > Popup creates a scene named "Popup".  This creates a conflict when trying to import any other project that also has a scene named "Popup".  Since scene names must be unique, no one can import my projects from Taskernet for this reason.   

      

    Perhaps create a scene with a random name that is unlikely to be in use elsewhere for Alert > Popup, or allow duplicate scene names across projects?

  • 3
    Planned

    Regarding the "Notify" action...

    Alan Rosen · 6 · Last reply by Alan Rosen

    Hi, thanks for all you do. I LOVE Tasker! Regarding the "Notify" action, would it be possible to change the parameters of the action so that a variable itself can be shown in the notification panel, rather than just an icon which then has to be dragged down to see the variables's text? In my case, I'm trying to create a simple app to show the current local temperature (itself) in the notification panel. Thanks again, Alan R

  • 2

    Local Variable Passthrough & Child Variable Inheritance

    Robin Tinsley · 1 · Last reply by João Dias

    I'm not seeing expected behaviour in 5.9.3 using Local Variable Passthrough and the Child Inheritance.

    As an example;

    So the value of %localvar is established in ParentTSK, then shared with SCENE1 when ParentTSK calls it, then shared with ChildTSK when SCENE1 calls it, and updated in SCENE1 via the Local Variable Passthrough.

    In practice, the process does not run as expected:

    As you can see, once the ChildTSK ends, even though it’s told to update the local variables in the parent task, the value of %localvar returns to its previous state.

    This is not expected behaviour, %localvar from ChildTSK should

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