]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after updating target SDK and fixing some compatibility issues
authorTobias Brunner <tobias@strongswan.org>
Mon, 5 Aug 2024 12:52:30 +0000 (14:52 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 6 Aug 2024 16:01:54 +0000 (18:01 +0200)
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 a467a1988e588274a3cc44f8c46e6bfa91781bbb..cab3a6c6dc31c782e6909295fc17514c66dc5392 100644 (file)
@@ -9,8 +9,8 @@ android {
         minSdkVersion 21
         targetSdkVersion 34
 
-        versionCode 82
-        versionName "2.5.1"
+        versionCode 84
+        versionName "2.5.2"
 
         externalNativeBuild {
             ndkBuild {
index bbaa93aed682ddefa0b0ec2e9f67f1783f9fc842..5521e02a922994c6f1cf626f4b662ab9090776e5 100644 (file)
@@ -1,3 +1,9 @@
+# 2.5.2 #
+
+- 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
index b5179fea9762f7b0bf7c394ebfdcd249f6a773c9..0dc8231270898a6e89cf5f5ad0915aa3919ebe11 100644 (file)
@@ -1,3 +1,9 @@
+# 2.5.2 #
+
+- 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