android: New release after adding support for passwords in managed configs and profile files

Also fixes some bugs and deprecation warnings.
This commit is contained in:
Tobias Brunner
2025-02-18 14:19:40 +01:00
parent a47e282d09
commit f0f986c55d
3 changed files with 12 additions and 26 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 84 versionCode 87
versionName "2.5.2" versionName "2.5.3"
externalNativeBuild { externalNativeBuild {
ndkBuild { ndkBuild {
@@ -1,13 +1,6 @@
# 2.5.2 # # 2.5.3 #
- Ziel-SDK auf Android 14 erhöht - Unterstützt die Verteilung von Passwörtern in verwalteten Profilen
- 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 - Unterstützt den Import von Profil-Dateien mit Passwörtern
- Fixt einen Crash beim Öffnen der Liste installierter Apps in neuen Profilen - Fixt einen Crash beim Ändern des Passworts von verwalteten Profilen
- Fixt einen Crash beim Importieren eines bereit existierenden Profils
# 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)
@@ -1,13 +1,6 @@
# 2.5.2 # # 2.5.3 #
- Increased target SDK to Android 14 - Add support for distributing passwords in managed profiles
- Due to a bug in Android 14, a new permission is necessary to start a profile in the background from the status tile - Add support for importing profile files with passwords
- Fix crash when listing installed apps for new profiles - Fix crash when editing password of managed profiles
- Fix crash when re-importing an already existing profile
# 2.5.1 #
- Fix for existing shortcuts and automation via Intents
# 2.5.0 #
- Support for managed configurations via enterprise mobility management (EMM)