Search found 100 matches

by yogi108
12 Sep 2017 12:03
Forum: User Help / Bug Reports
Topic: Trigger timer vs. display
Replies: 5
Views: 17122

Trigger timer vs. display

Hi, I have uploaded a countdown flow, works with a widget. It triggers every minute for updating the widget. Even if the display is off, it triggers, not every minute, but a few minutes. The trigger is shortened to work only from 6am till 10pm and does not wake up the device because not needed. Now ...
by yogi108
11 Sep 2017 17:21
Forum: User Help / Bug Reports
Topic: Calendar trigger cached?
Replies: 8
Views: 20571

Re: Calendar trigger cached?

That's it :-)
I was very eager to have the new version, as I can say now it is working very well.
Thanks for your efforts,
Regards
by yogi108
11 Sep 2017 15:46
Forum: User Help / Bug Reports
Topic: Calendar trigger cached?
Replies: 8
Views: 20571

Re: Calendar trigger cached?

Sorry that I wrote in German language, it was a feedback for Martin - with the new version the bug is gone :-)
Regards
by yogi108
11 Sep 2017 15:20
Forum: User Help / Bug Reports
Topic: Calendar trigger cached?
Replies: 8
Views: 20571

Re: Calendar trigger cached?

Hallo Martin,
Hat sich mit der neuen Version erledigt,
LG
by yogi108
11 Sep 2017 11:05
Forum: Flow Sharing Area
Topic: Countdown as widget
Replies: 0
Views: 8055

Countdown as widget

Hi, Sometimes it is nice to have a datecounter - days/time left. I kept it simple, there is only one trigger from the widget. You can have up to 5 counters, the widget shows only 1 at a time. Import flow and widget, enable flow and put the widget on the homescreen. The widget has 3 clickable areas, ...
by yogi108
09 Sep 2017 15:59
Forum: User Help / Bug Reports
Topic: Calendar trigger cached?
Replies: 8
Views: 20571

Re: Calendar trigger cached?

Hallo Martin,
Danke, werde ich mir ansehen,
by yogi108
09 Sep 2017 14:39
Forum: User Help / Bug Reports
Topic: Calendar trigger cached?
Replies: 8
Views: 20571

Calendar trigger cached?

Hi, One flow creates a calendar record, just a few minutes in the future. There is one flow which triggers the calender record depending on title content. It works well, but if I go to the calendar and delete the record because not needed, the event triggers at the time without record - with the pre...
by yogi108
01 Sep 2017 16:15
Forum: Flow Sharing Area
Topic: Navigation App gps w/o root + UI
Replies: 1
Views: 7854

Navigation App gps w/o root + UI

Hi, I decided to create a new topic. This flow works on Huawei P9 lite with Nougat 7.0 not rooted. The flow uses the user interface for different actions. German language!! 2 trigger for one flow: Shortcut - starting it UI clicked - ending I use magic earth pro (aka route 66) First we have the condi...
by yogi108
06 Aug 2017 11:06
Forum: User Help / Bug Reports
Topic: UI text input char replace
Replies: 2
Views: 8075

Re: UI text input char replace

Hi Martin,

I found the flow text expansion and will have a deeper look at it,

Wie immer Danke :-)
LG
by yogi108
05 Aug 2017 12:29
Forum: User Help / Bug Reports
Topic: UI text input char replace
Replies: 2
Views: 8075

UI text input char replace

Hi, Just got the following working: text = getTextById("com.p1.chompsms:id/new_message_field"); text=replace(text, '“', '"'); setText2ById("com.p1.chompsms:id/new_message_field", text); Normally I want the character " for scripting, in the case above typing SMS. If the character “ appears, it should...