From 6890574a19a2a15f2fc9f37410756c98ab116aef Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 26 Feb 2024 11:25:15 +0100 Subject: [PATCH] android: Changes for the 2.5.1 release of the app Also fixes the name of the UUID extra in the Intent description. --- docs/modules/ROOT/pages/os/androidVpnClient.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/os/androidVpnClient.adoc b/docs/modules/ROOT/pages/os/androidVpnClient.adoc index 068ecdec..4bc8b7ac 100644 --- a/docs/modules/ROOT/pages/os/androidVpnClient.adoc +++ b/docs/modules/ROOT/pages/os/androidVpnClient.adoc @@ -80,7 +80,7 @@ To connect a profile use the following information in the Intent: * `*Action* : org.strongswan.android.action.START_PROFILE` * `*Extras*` : -** `*org.strongswan.android.VPN_PROFILE_ID*`: UUID of the profile to start + +** `*org.strongswan.android.VPN_PROFILE_UUID*`: UUID of the profile to start + (a string that looks like this: `7b21d354-52ed-4c14-803a-a3370f575405`) To disconnect the profile use the following information in the Intent: @@ -90,7 +90,7 @@ To disconnect the profile use the following information in the Intent: * `*Action*: org.strongswan.android.action.DISCONNECT` * `*Extras*`: -** `*org.strongswan.android.VPN_PROFILE_ID*`: UUID of the profile to disconnect +** `*org.strongswan.android.VPN_PROFILE_UUID*`: UUID of the profile to disconnect NOTE: If no profile ID is passed or it doesn't match the ID of the currently connected profile, a dialog is shown that asks confirmation from the user @@ -207,6 +207,10 @@ or directly from the app's page in the Play store. == Changelog +=== 2.5.1 (2024-02-26) + +* Fix for existing shortcuts and automation via Intents + === 2.5.0 (2024-02-22) * Support for managed configurations via enterprise mobility management (EMM)