]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after adding support for passwords in managed configs and profil...
authorTobias Brunner <tobias@strongswan.org>
Tue, 4 Feb 2025 09:12:58 +0000 (10:12 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 18 Feb 2025 13:19:40 +0000 (14:19 +0100)
Also fixes some bugs and deprecation warnings.

src/frontends/android/app/build.gradle
src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt
src/frontends/android/app/src/main/play/release-notes/en-US/default.txt

index 047ba8736269c37630f70ab19eb4a55a112a56d6..f513e52bed298da3539fe2b3cf205bd146df2cca 100644 (file)
@@ -9,8 +9,8 @@ android {
         minSdkVersion 21
         targetSdkVersion 34
 
-        versionCode 84
-        versionName "2.5.2"
+        versionCode 87
+        versionName "2.5.3"
 
         externalNativeBuild {
             ndkBuild {
index 5521e02a922994c6f1cf626f4b662ab9090776e5..c6923513fae27d102ded354e614c422e2a33e612 100644 (file)
@@ -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
index 0dc8231270898a6e89cf5f5ad0915aa3919ebe11..84153240aee3acc2a431ba9a55c050fe07c5f723 100644 (file)
@@ -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