Search found 56 matches

by Horschte
20 Jun 2019 21:34
Forum: User Help / Bug Reports
Topic: Known Issues on Android Q
Replies: 41
Views: 240737

Re: Known Issues on Android Q

Is there some hope for the activities starts from background? https://developer.android.com/preview/privacy/background-activity-starts#conditions-allow-activity-starts Apps running on Android Q can start activities only when one or more of the following conditions are met: ... ... ... The app has be...
by Horschte
18 Mar 2019 19:41
Forum: User Help / Bug Reports
Topic: Zeitraum als trigger
Replies: 2
Views: 7299

Re: Zeitraum als trigger

Ich würde es mit zwei Flows machen. Flow 1: Wenn das Telefon mit der Stromversorgung verbunden wird und es zwischen 22 Uhr und 05 Uhr ist, wird die Lautstärke auf lautlos gestellt. Trigger Stromversorgung Condition Zeitbereich Action Lautstärke einstellen Flow 2: Wenn es 22 Uhr wird und das Telefon ...
by Horschte
11 Mar 2019 19:34
Forum: Flow Sharing Area
Topic: Weather Widgets
Replies: 7
Views: 25011

Re: Weather Widgets

I'm looking forward to 5 day forecast and rain prediction.

One more thing I noticed: you have a lot of global variables. I think you can avoid them if you update the widgets by using setWidgetElementProperty in your scripts.
by Horschte
09 Mar 2019 23:45
Forum: Flow Sharing Area
Topic: Weather Widgets
Replies: 7
Views: 25011

Re: Weather Widgets

Great work, thank you! So impressive what is possible with Automagic. 8-)

I had to tinker with it for a while to localize it (Fahrenheit --> Celsius, weather texts in my language and so on). The fonts didn't work out of the box and the widget Weather1 has clickable actions which don't work.
by Horschte
07 Nov 2018 18:36
Forum: User Help / Bug Reports
Topic: Sunrise/Sunset times
Replies: 2
Views: 7452

Re: Sunrise/Sunset times

The twilight flow calculates various sunrise and sunset times for a given location:

http://automagic4android.com/forum/view ... 49&p=20486
by Horschte
15 Oct 2018 11:28
Forum: User Help / Bug Reports
Topic: Gboard is slowing down
Replies: 42
Views: 124850

Re: Gboard is slowing down

For longer coding sessions I'm using this app: http://www.onyxbits.de/remotekeyboard

With the help of a telnet connection (Putty) you can type using your computer keyboard. Works great with one exception: selecting and copy/paste using the computer keyboard doesn't work.
by Horschte
14 Oct 2018 09:37
Forum: User Help / Bug Reports
Topic: Gboard is slowing down
Replies: 42
Views: 124850

Re: Gboard is slowing down

You are right. Many lines of code let the keyboard slow down significantly.
by Horschte
13 Oct 2018 16:47
Forum: General
Topic: battery life
Replies: 10
Views: 25748

Re: battery life

I'm using a simple flow that logs the time between display on and display off. So I already have the SOT. On the widget (see the screenshot) I display from bottom to top the SOT, the battery drain in percent per hour, the time since the last charge and the estimated time until the battery is empty. ...
by Horschte
13 Oct 2018 16:13
Forum: User Help / Bug Reports
Topic: Gboard is slowing down
Replies: 42
Views: 124850

Re: Gboard is slowing down

Yes, backspacing in the script action is working fine for me.
by Horschte
13 Oct 2018 13:44
Forum: User Help / Bug Reports
Topic: Gboard is slowing down
Replies: 42
Views: 124850

Re: Gboard is slowing down

It seems like one of the last updates of Gboard fixed the lagging problem. I don't notice it anymore.