Search found 9 matches

by kosamja
20 Jul 2018 12:06
Forum: Feature Requests
Topic: New launcher icon suggestion
Replies: 3
Views: 11195

Re: New launcher icon suggestion

White is better because it is neutral (i hate yellow)
by kosamja
26 Jun 2018 13:28
Forum: User Help / Bug Reports
Topic: Flow not working correctly when screen turned off?
Replies: 4
Views: 10441

Re: Flow not working correctly when screen turned off?

it returns null when screen is off, but works when screen is on
by kosamja
24 Jun 2018 17:06
Forum: User Help / Bug Reports
Topic: Flow not working correctly when screen turned off?
Replies: 4
Views: 10441

Flow not working correctly when screen turned off?

function getLaunchIntentForPackage fails when screen turned off, any reason why?

http://automagic4android.com/flow.php?i ... b92a6bb987
by kosamja
25 Apr 2018 21:56
Forum: Feature Requests
Topic: Alternative to Expression and Script for comparing 2 vars?
Replies: 3
Views: 9966

Re: Alternative to Expression and Script for comparing 2 var

if its limitation and not a bug then adding action and condition for comparing 2 variables would be a partial solution to make this limitation less noticeable. In my case am using inside script action while loop to update every 1 second global variable displayed in widget (time that has passed since...
by kosamja
25 Apr 2018 10:41
Forum: Feature Requests
Topic: Alternative to Expression and Script for comparing 2 vars?
Replies: 3
Views: 9966

Alternative to Expression and Script for comparing 2 vars?

I just stumbled upon this bug: viewtopic.php?f=5&t=7241
Because of blocking it prevents other flows from running correctly. Is there alternative to Expression and Script to compare 2 variables to avoid blocking? If not can you add any alternative option?
by kosamja
06 Dec 2017 00:06
Forum: User Help / Bug Reports
Topic: How to clear recent apps on screen off?
Replies: 1
Views: 7780

How to clear recent apps on screen off?

This only works while screen is turned on, how to make it work while screen is turned off? recents(); while (NOT existsElementById("com.android.systemui:id/recents_container")) { sleep(10); } while (existsElementById("com.android.systemui:id/app_thumbnail")) { longclickById("com.android.systemui:id/...
by kosamja
01 Dec 2017 15:14
Forum: Feature Requests
Topic: Option to disable vibration?
Replies: 1
Views: 7290

Option to disable vibration?

Can you add option to disable vibration (like in VibraFix - https://forum.xda-developers.com/showth ... ?t=1103628)?
by kosamja
01 Dec 2017 14:15
Forum: User Help / Bug Reports
Topic: How to close confirmation dialog or update its text if...
Replies: 2
Views: 9471

How to close confirmation dialog or update its text if...

If global variable is used in confirmation dialog text, is it possible to close confirmation dialog or update its text when that variable changes? Example if variable changes value from 1 to 2 to display that new number in confirmation dialog or to exit dialog when number is changed?