Search found 371 matches

by anuraag
02 Apr 2020 07:17
Forum: User Help / Bug Reports
Topic: Extract URL from a string
Replies: 15
Views: 31478

Re: Extract URL from a string

TouchTask doesn't use any online api. It is using some java library i think. On Android 10 long tap recent doesn't activates split screen. I think same for Android 9. But some custom rom allow doing this. I don't want to try other roms as i want to stay with that rom where real development/fixes goe...
by anuraag
02 Apr 2020 02:29
Forum: User Help / Bug Reports
Topic: Extract URL from a string
Replies: 15
Views: 31478

Re: Extract URL from a string

Ok. Got it. I'm thinking of using TouchTask plugin to capture texts from image. Yeah I'm also using getTextInActiveWindows() to copy text from screen since Google app removed option to copy text from screen. I'm using assist button as trigger with option to take screenshot, record screen, copy text ...
by anuraag
01 Apr 2020 23:56
Forum: User Help / Bug Reports
Topic: Extract URL from a string
Replies: 15
Views: 31478

Re: Extract URL from a string

@desmanto are you extracting text from image? If yes how? By using a plugin?
by anuraag
01 Apr 2020 09:39
Forum: User Help / Bug Reports
Topic: search web with firefox
Replies: 3
Views: 9308

Re: search web with firefox

There is an action to open url in browser.

Enter following url and set app to firefox
http://www.google.com/m?q={value}
by anuraag
31 Mar 2020 16:03
Forum: User Help / Bug Reports
Topic: Error Handling
Replies: 3
Views: 11502

Re: Error Handling

You can connect two action/condition with exception connection.
http://automagic4android.com/forum/view ... 733#p22925
by anuraag
29 Mar 2020 16:47
Forum: User Help / Bug Reports
Topic: ExpandUrl : API service to find redirects
Replies: 2
Views: 7982

Re: ExpandUrl : API service to find redirects

Use following code to find url from clipboard

Code: Select all

find = findAll(value, getJavaStaticField("android.util.Patterns", "WEB_URL")); 
url = find[0];
by anuraag
29 Mar 2020 15:26
Forum: User Help / Bug Reports
Topic: How to convert global variable time to seconds
Replies: 2
Views: 7529

Re: How to convert global variable time to seconds

getDurationString(global_variable - triggertime)
by anuraag
28 Mar 2020 17:25
Forum: EAP - Early Access Program
Topic: EAP version 1.38.0-dev
Replies: 157
Views: 1675989

Re: EAP version 1.38.0-dev

Yes. That was discussed earlier also. http://automagic4android.com/forum/view ... f=4&t=5776
by anuraag
28 Mar 2020 05:09
Forum: Feature Requests
Topic: how to use proxy:port for http request in automagic
Replies: 12
Views: 33095

Re: how to use proxy:port for http request in automagic

I have a script written earlier for http request when Automagic was lacking some functions. I have modified that script to add username, password, proxy. Try this /* url = www.google.com; proxy = "192.168.43.1"; port = "8080"; username_password = "username:password"; requestMethod = "GET"; //GET, PO...
by anuraag
28 Mar 2020 00:59
Forum: Feature Requests
Topic: how to use proxy:port for http request in automagic
Replies: 12
Views: 33095

Re: how to use proxy:port for http request in automagic

What kind of proxy is that? 41360 is port but what are others?