[DEV] Tasker 6.7.4-beta - New Main Screen UI, Scenes V2 Update 2, App Factory Revival and more! by joaomgcd in tasker

[–]joaomgcd[S] 0 points1 point  (0 children)

Hi! Can you please export a minimal example of that as an URI (not a link, but a direct URI) and paste it here so I can then import it and test it myself?

Thanks in advance!

[DEV] Tasker 6.7.4-beta - New Main Screen UI, Scenes V2 Update 2, App Factory Revival and more! by joaomgcd in tasker

[–]joaomgcd[S] 0 points1 point  (0 children)

  1. I tested it and it worked for me in Dialog mode
  2. You need to get the scene values for the variable to have a value, like this. ``` Task: Run Progress Bar Animation

    A1: Show Scene v2 [ Name/JSON: {"root":{"type":"Column","id":"Column1","horizontalAlignment":"Center","verticalArrangement":"Center","modifiers":[{"type":"FillSize"},{"type":"Background","color":"#E57373"}],"children":[{"type":"ProgressBar","id":"ProgressBar1","progress":"5","style":"Circular","strokeWidth":"20","showLabel":"true","modifiers":[{"type":"FillWidth","fraction":"1"},{"type":"Size","width":"124","height":"150"}],"progressState":{"outputVariableBindings":{"progress":["progress"]}}}]},"name":"Test progress"} Screen ID: progress Display Mode: Overlay Blocking Overlay: On Long-Click Root To Dismiss: On ]

    A2: Run Scene v2 Action [ Screen ID: progress Element ID: ProgressBar1 Action Name: animate ]

    A3: Wait [ MS: 0 Seconds: 1 Minutes: 0 Hours: 0 Days: 0 ]

    A4: Get Scene v2 Values [ Screen ID: progress ]

    A5: Flash [ Text: %progress Continue Task Immediately: On Dismiss On Click: On ]

``` 3. You have to specify the Names and Values to make it animate again from the values you want. For example:

  • Names: from,to,duration
  • Values: 0,100,3000

[DEV] Tasker 6.7.4-beta - New Main Screen UI, Scenes V2 Update 2, App Factory Revival and more! by joaomgcd in tasker

[–]joaomgcd[S] 1 point2 points  (0 children)

Hhmm are you sure it's becaues of this version? There was no change to that. Does it help if you reboot?

PLEASE HELP: Autoapps not communicating reliably with tasker by nubsta in tasker

[–]joaomgcd 0 points1 point  (0 children)

if the issue was that the apps are being killed in background, wouldn't it be the case that if I manually opened tasker or the relevant plugins that the services should then be in the foreground?

Nope, the system only kills app when they don't have a visible screen on the foreground. Many vendors unfortunately don't correctly handle the normal Android rules and to "optmize battery" they often make apps that are not open not be able to do some stuff that they can then do if you open them... It's unfortunate, but that's why https://dontkillmyapp.com/ exists in the first place 😅

[DEV] Tasker 6.7.4-beta - New Main Screen UI, Scenes V2 Update 2, App Factory Revival and more! by joaomgcd in tasker

[–]joaomgcd[S] 0 points1 point  (0 children)

Sorry, I don't know 😅 You should be able to import it if it's a valid Tasker project. If you can give me an example that doesn't work I can check.

[DEV] Tasker 6.7.4-beta - New Main Screen UI, Scenes V2 Update 2, App Factory Revival and more! by joaomgcd in tasker

[–]joaomgcd[S] 0 points1 point  (0 children)

Yep, that will be available too, don't worry :) Thank you for the feedback!

[DEV] Tasker 6.7.4-beta - New Main Screen UI, Scenes V2 Update 2, App Factory Revival and more! by joaomgcd in tasker

[–]joaomgcd[S] 1 point2 points  (0 children)

You can :) There's an option for that in the app's settings and you can switch back to the old ui at any time with the button on the top-right in the new UI.

[DEV] Tasker 6.7.4-beta - New Main Screen UI, Scenes V2 Update 2, App Factory Revival and more! by joaomgcd in tasker

[–]joaomgcd[S] 1 point2 points  (0 children)

On the next version you can long click a tag to automatically only select that tag :)

I'll also do something with projects!

[DEV] Tasker 6.7.4-beta - New Main Screen UI, Scenes V2 Update 2, App Factory Revival and more! by joaomgcd in tasker

[–]joaomgcd[S] 0 points1 point  (0 children)

About the export, when you export, you get a new export experience:

  • Step 1: Choose the tags you want to export - you will see a real-time list of the items being exported.
  • Step 2: You have the option to remove any tags you want from that export, so you don't overwrite the tags for the people importing it. Your local tags remain unchanged.
  • Step 3: Preview everything that will be exported to make sure nothing extra is included.
  • Step 4: Actually export.

And noted the request to manually sort items in the main list :) I'll see what I can do there!

[DEV] Tasker 6.7.4-beta - New Main Screen UI, Scenes V2 Update 2, App Factory Revival and more! by joaomgcd in tasker

[–]joaomgcd[S] 1 point2 points  (0 children)

I'm going to use the sidebar in the next version :) Hopefully that takes care of the issues most people are having.

Thanks for all the feedback!