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:
@@ -9,8 +9,8 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
|
||||
versionCode 84
|
||||
versionName "2.5.2"
|
||||
versionCode 87
|
||||
versionName "2.5.3"
|
||||
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user