From: Tobias Brunner Date: Tue, 4 Feb 2025 09:12:58 +0000 (+0100) Subject: android: New release after adding support for passwords in managed configs and profil... X-Git-Tag: android-2.5.3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f986c55d7658234144f6339ae76c4d17d93d1f;p=thirdparty%2Fstrongswan.git android: New release after adding support for passwords in managed configs and profile files Also fixes some bugs and deprecation warnings. --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 047ba87362..f513e52bed 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 21 targetSdkVersion 34 - versionCode 84 - versionName "2.5.2" + versionCode 87 + versionName "2.5.3" externalNativeBuild { ndkBuild { diff --git a/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt b/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt index 5521e02a92..c6923513fa 100644 --- a/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt +++ b/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt @@ -1,13 +1,6 @@ -# 2.5.2 # +# 2.5.3 # -- Ziel-SDK auf Android 14 erhöht -- Wegen eines Bugs in Android 14 ist eine zusätzliche Permission ist nötig, um von der Status-Kachel eine Verbindung im Hintergrund zu starten -- Fixt einen Crash beim Öffnen der Liste installierter Apps in neuen Profilen - -# 2.5.1 # - -- Fix für existierende Verknüpfungen und Automatisierung via Intents - -# 2.5.0 # - -- Unterstützung für verwaltete Konfigurationen via Enterprise Mobility Management (EMM) +- Unterstützt die Verteilung von Passwörtern in verwalteten Profilen +- Unterstützt den Import von Profil-Dateien mit Passwörtern +- Fixt einen Crash beim Ändern des Passworts von verwalteten Profilen +- Fixt einen Crash beim Importieren eines bereit existierenden Profils diff --git a/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt b/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt index 0dc8231270..84153240ae 100644 --- a/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt +++ b/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt @@ -1,13 +1,6 @@ -# 2.5.2 # +# 2.5.3 # -- Increased target SDK to Android 14 -- Due to a bug in Android 14, a new permission is necessary to start a profile in the background from the status tile -- Fix crash when listing installed apps for new profiles - -# 2.5.1 # - -- Fix for existing shortcuts and automation via Intents - -# 2.5.0 # - -- Support for managed configurations via enterprise mobility management (EMM) +- Add support for distributing passwords in managed profiles +- Add support for importing profile files with passwords +- Fix crash when editing password of managed profiles +- Fix crash when re-importing an already existing profile