Skip to content

Commit

Permalink
android: Changes for the 2.5.1 release of the app
Browse files Browse the repository at this point in the history
Also fixes the name of the UUID extra in the Intent description.
  • Loading branch information
tobiasbrunner committed Feb 26, 2024
1 parent 0b2c274 commit 6890574
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/modules/ROOT/pages/os/androidVpnClient.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 6890574

Please sign in to comment.