Search found 42 matches

by AMChris
03 Jun 2019 06:59
Forum: User Help / Bug Reports
Topic: Trigger to detect that the virtual keyboard is shown
Replies: 2
Views: 6736

Trigger to detect that the virtual keyboard is shown

Hi, I wrote a flow that shows a widget every time the keyboard is active/shown. In the past I have used a notification that appeared on my LG G4. But my new mobile phone doesn't show any special notification. => So, do you know any trigger that I can use to detect, that the virtual keyboard is shown...
by AMChris
07 Sep 2018 06:54
Forum: User Help / Bug Reports
Topic: Need help with flow to enable/disable screen overlays
Replies: 1
Views: 5798

Need help with flow to enable/disable screen overlays

I love my LG G4 but one thing is annoying: I can't grant permissions for apps without disabling and re-enabling all screen overlay apps ('draw over other apps permission') one by one. Now I think of doing this with automagic. Before I start doing this with a cumbersome sequence of 'control UI' actio...
by AMChris
28 Feb 2018 21:26
Forum: User Help / Bug Reports
Topic: Try to share image with Automagic to send it via mail
Replies: 10
Views: 28924

Re: Try to share image with Automagic to send it via mail

Thanks for investigating this further.

The whole thing around those content providers seem to be not as simple as I thought after your first example.
I am happy that the use cases I need most are already working :)
by AMChris
27 Feb 2018 18:24
Forum: User Help / Bug Reports
Topic: Try to share image with Automagic to send it via mail
Replies: 10
Views: 28924

Re: Try to share image with Automagic to send it via mail

Now that the content provider query is working for the photo gallerie app, I try to fine tune some of the special cases that are not working yet. Sharing from the photo editor app gives me a stream_uri content://com.iudesk.android.photo.editor.provider/share/15196758705230 but starting a query for t...
by AMChris
26 Feb 2018 20:06
Forum: Flow Sharing Area
Topic: Share text, file or image with Automagic to send it via mail
Replies: 2
Views: 11743

Share text, file or image with Automagic to send it via mail

First of all BIG THANKS to "Desmanto" who gave me important tips to make this work. You can read those posts here: http://automagic4android.com/forum/viewtopic.php?f=5&t=7259 How to query a content provider How to decode an url encoded path [/i] Use Case You take a screenshot on your Android device...
by AMChris
26 Feb 2018 18:39
Forum: User Help / Bug Reports
Topic: Try to share image with Automagic to send it via mail
Replies: 10
Views: 28924

Re: Try to share image with Automagic to send it via mail

Thanks again!
Without your tips this wouldn't be possible for me.

I can now share a text, file or image and it will be sent to the preconfigured email address :D
by AMChris
25 Feb 2018 15:12
Forum: User Help / Bug Reports
Topic: Try to share image with Automagic to send it via mail
Replies: 10
Views: 28924

Re: Try to share image with Automagic to send it via mail

! MANY THANKS ! Thanks for your valuable advice. It worked and I managed to successfully send a mail with the image attached :D. Now I try to figure out how to send/share a normal file as an attachment. I think at the moment the encoding for the space is causing trouble!? 2018-02-25 15_59_19-Start....
by AMChris
25 Feb 2018 10:45
Forum: User Help / Bug Reports
Topic: Try to share image with Automagic to send it via mail
Replies: 10
Views: 28924

Re: Try to share image with Automagic to send it via mail

I did a web search for my problem and found a few articles like this one: https://stackoverflow.com/questions/3401579/get-filename-and-path-from-uri-from-mediastore It seems to be necessary to query a mediastore using a 'content resolver'!? :? public String getRealPathFromURI(Context context, Uri co...
by AMChris
25 Feb 2018 10:03
Forum: User Help / Bug Reports
Topic: Try to share image with Automagic to send it via mail
Replies: 10
Views: 28924

Re: Try to share image with Automagic to send it via mail

Desmanto, thanks for your reply, also for the tip with the replace statement :) . My problem is that if I share an image via my photo app I get a stream uri like "content://media/external/images/media/194802" and that doesn't seem to be a path to a file !? The 'Mail with Gmail' action can't work wit...