Releases: microsoft/appcenter-sdk-android
Releases · microsoft/appcenter-sdk-android
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
Version 5.0.1
AppCenter
- [Fix] Fix Concurrent Modification Exception in DefaultChannel on setNetworkRequestsAllowed.
- [Improvement] Migrate from Maven Dcendents to Maven Publish plugin.
App Center Distribute
- [Fix] Fix NPE in Distribute module on resume distribute workflow when showing update setup failed dialog.
5.0.0
Version 5.0.0
AppCenter
- [Fix] Fix ignoring maximum storage size limit in case logs contain large payloads.
App Center Distribute
- [Feature] Add requesting notifications permission for Android 13 (notifications are used to inform about downloading/installing status if an application is in background)
4.4.5
4.4.4
App Center
- [Fix] Fix crash when storage is encrypted during direct boot. Please note that settings and pending logs database are not shared between regular and device-protected storage.
App Center Distribute
- [Improvement] Remove optional
SYSTEM_ALERT_WINDOW
permission that was required to automatically restart the app after installing the update. - [Improvement] Add fallback to the old ACTION_INSTALL_PACKAGE installation method if the update cannot be installed by
PackageInstaller
API (e.g. when MIUI optimizations block installation). - [Fix] Fix possible crash on resume event before initialization.
- [Fix] Fix clicks on the download completion notification.
- [Fix] Fix ANR on installing large packages.
- [Fix] Fix cancellation handling of confirmation dialog for mandatory updates.
- [Fix] Fix strict mode issues.
4.4.3
Version 4.4.3
App Center Crashes
- [Fix] Add exception null check for
Crashes.trackError
API.
App Center Distribute
- [Fix] Fix checking a new release if the application was already updated before.
- [Fix] Fix superfluous register/unregister receiver for installing new release.
- [Fix] Fix show custom in-app update dialog after opening release details.
App Center Distribute Play
- [Fix] Add missing
Distribute.addStores
API.
4.4.2
Version 4.4.2
App Center
- [Fix] Fix print logs with
ASSERT
level. - [Fix] Fix a crash during trying to get
startServiceLog
from the database after upgrading App Center SDK from the old versions.
App Center Distribute
- [Fix] Fix missing required flag on Android 31 API for
PendingIntent
which is used for starting the process of installing a new release. - [Known issue] After the first in-app update App Center doesn't indicate the next releases. Use a workaround to avoid this issue.