Search found 80 matches

by natong
30 May 2019 15:28
Forum: User Help / Bug Reports
Topic: Have problem when resize widget
Replies: 4
Views: 12312

Have problem when resize widget

widget.png
widget.png (28.65 KiB) Viewed 12312 times
I trial and error to find the best value for 1x1 widget = 228x280
1x1 can resize without problem.

But for 2x1 there is small gap when resize to 4x2.
1x2 also have small gap when resize to 2x4.

We need to manual design at fix size on every devices ?
by natong
30 May 2019 10:02
Forum: Feature Requests
Topic: Image rotation on widget range are -180 and +179. To working, we have to add extra step.
Replies: 2
Views: 10735

Image rotation on widget range are -180 and +179. To working, we have to add extra step.

Screenshot_2019-05-30-16-39-49-634.png I am testing image rotation on widget. Example the weather api report wind direction as 0 to 360 degree. To working with AutoMagic, we have to add extra step: if ( degree - 179 >= 1 ) { degree = ( 360 - degree ) * -1; } Could you please adjust maximum value to...
by natong
26 Apr 2019 07:13
Forum: Feature Requests
Topic: Ignore group summary on trigger "Notification on Statusbar Displayed"
Replies: 3
Views: 11553

Re: Ignore group summary on trigger "Notification on Statusbar Displayed"

Yes, Photoshop with Arial font :D I did as your temporary workaround. But there is another issue with the Gmail app. When email 2 arrived, it repeat trigger all again. My flow is speech the incoming email's subject. When email 1 arrived: Trigger 1 : notification_is_group_summary=true Trigger 2 : not...
by natong
25 Apr 2019 08:58
Forum: Feature Requests
Topic: Ignore group summary on trigger "Notification on Statusbar Displayed"
Replies: 3
Views: 11553

Ignore group summary on trigger "Notification on Statusbar Displayed"

I am on Android 9, Redmi Note 7. There is group summary in notification.
When got one email, it will trigger twice.
1. notification_is_group_summary=true
2. notification_is_group_summary=false

Could you please add option for "Ignore group summary" ?
Screenshot_2019-04-25-15-11-15-605.png
Screenshot_2019-04-25-15-11-15-605.png (255.15 KiB) Viewed 11553 times
by natong
21 Oct 2018 14:57
Forum: Feature Requests
Topic: Variable as text filter for notification on screen trigger
Replies: 10
Views: 27375

Re: Variable as text filter for notification on screen trigg

I would like to request variable as text filter for notification on statusbar too. if the trigger support variable, it can stop/continue flow at the beginning. (?s).*({global_job1}|{global_job2}).* But it's ok. I just add one expression condition. matches(notification_text_big, "(?s).*({global_job1}...
by natong
20 Oct 2018 13:36
Forum: Feature Requests
Topic: stop/exit flow command in script
Replies: 6
Views: 15971

Re: stop/exit flow command in script

Thanks for good document. Currently I using method 2 and worry about unnecessary overhead task too. Method 3 is very good trick. I never think about it.
by natong
20 Oct 2018 06:52
Forum: Feature Requests
Topic: stop/exit flow command in script
Replies: 6
Views: 15971

Re: stop/exit flow command in script

Script action is very powerful about boolean check. So it will be good if we can decide the flow loop within the script action. I have many flows that processing data in script action. Then set a variable to true/false, then use another one condition node. On multi branches, it will wait 1 step on c...
by natong
19 Oct 2018 16:42
Forum: Feature Requests
Topic: stop/exit flow command in script
Replies: 6
Views: 15971

Re: stop/exit flow command in script

So sad. Stop only the current (self) running flow is possible ?
by natong
19 Oct 2018 16:29
Forum: Feature Requests
Topic: stop/exit flow command in script
Replies: 6
Views: 15971

stop/exit flow command in script

I like script action so much. By the way, it's no easy to stop/exit flow by script command.

1. Set variable in script.
2. Check condition.
by natong
09 Jul 2018 10:36
Forum: User Help / Bug Reports
Topic: Why {29.19 + 0.05} = 29.24000000002
Replies: 4
Views: 10688

Re: Why {29.19 + 0.05} = 29.24000000002

Thank. These bug will be fixed in the next version ? or it's android floating bug and can't be fixed ?