Search found 12 matches

by gyst
25 Mar 2019 17:32
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

Ok, I just updated the flow. You can get the latest version from here . I did some cleanup and inserted conditions for Android Pie (version 9). Those who don't use Android Pie (9) but can't hesitate to test it under Oreo (8) can edit "DirectVPN Expression: android version check" and replace the foll...
by gyst
25 Mar 2019 16:22
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

I recently started using the latest version of Android. That's why I adjusted the flow to Android 9 (Pie).
Unfortunately I don't know if the adjustments also support Android 8 (Oreo).

I'm going to prepare and publish this version (which is suitable for Android <=7 and =9) here then.
by gyst
09 Jul 2018 13:31
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

morpheus999 wrote:Hi.

Now it dont work because of Android 8.0 API26...
Sorry, but I still don't have an Oreo device, hence no ability to customize it at the moment.
Oreo users would have to either "debug" it themselves (and preferably share it) or wait until I also have the time to use a newer version.
by gyst
09 Jul 2018 13:17
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

I haven't delved into your flow that thoroughly. Nice work btw. But can't you save your location into a glovar and implement that inside a piece of existing code-part of the flow? You could adjust the last line from the syslang/translations expression (condition) by replacing matches(trim(syslang),...
by gyst
04 May 2018 13:29
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

The modifications I explained in my previous post only apply for the stock Android VPN configuration. You have to check if the elements in the script from "connect single VPN" will work out for your use case, because it seems like there are some differences, and it can't break out of one of those (3...
by gyst
02 May 2018 14:55
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

Very nice! I am actualy working to automate my PIA VPN via the app. I never thought to do it directly from the Android VPN interface. I am trying to understand your scripts so I can modify them to automatically connect to a specific VPN. Right now, if I run the flow while my VPN is connected it sti...
by gyst
27 Mar 2018 14:11
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

Oops, sorry, my bad.
Apparently I haven't released the version with the last changes.

Here is my latest version.
by gyst
26 Mar 2018 09:10
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

Hi morpheus999, you don't need to change anything actually. Just get the latest version which I already posted in September. I added a condition in order to check if there are multiple VPNs listed and if not skip the dialog.
by gyst
23 Sep 2017 16:32
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

Another update, this time with a smaller code footprint for additional languages (in DirectVPN Expression: syslang/translations).

Download
by gyst
16 Aug 2017 15:39
Forum: Flow Sharing Area
Topic: Turning VPNs on/off without hassle
Replies: 29
Views: 101406

Re: Turning VPNs on/off without hassle

There is an updated version, which should support German as well (and names/vars and stuff are cleaned up a bit). Additional languages are possible now if you like, but you need to adapt/extend the DirectVPN Expression: syslang/translations in that case. Btw, that's the only thing which should be ad...