Skip to content

Commit

Permalink
Merge pull request #1658 from microsoft/develop
Browse files Browse the repository at this point in the history
Version 5.0.0
  • Loading branch information
DmitriyKirakosyan authored Oct 21, 2022
2 parents bad11c3 + e9ffd7e commit c53920a
Show file tree
Hide file tree
Showing 23 changed files with 1,398 additions and 444 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @microsoft/appcenter-fte
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# App Center SDK for Android Change Log

## 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)

___

## Version 4.4.5

### App Center
Expand Down
243 changes: 122 additions & 121 deletions cgmanifest.json
Original file line number Diff line number Diff line change
@@ -1,123 +1,124 @@
{
"Registrations": [
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "gradle",
"groupId": "com.android.tools.build",
"version": "3.3.2"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "gradle-bintray-plugin",
"groupId": "com.jfrog.bintray.gradle",
"version": "1.8.0"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "android-maven-gradle-plugin",
"groupId": "com.github.dcendents",
"version": "2.0"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "coveralls-gradle-plugin",
"groupId": "org.kt3k.gradle.plugin",
"version": "2.8.2"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "espresso-core",
"groupId": "com.androidx.test.espresso",
"version": "3.0.2"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "espresso-idling-resource",
"groupId": "com.androidx.test.espresso",
"version": "3.0.2"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "rules",
"groupId": "com.androidx.test",
"version": "1.2.0"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "appcompat",
"groupId": "com.androidx.appcompat",
"version": "1.0.2"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "browser",
"groupId": "androidx.browser",
"version": "1.0.0"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "recyclerview",
"groupId": "com.androidx.recyclerview",
"version": "1.1.0"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://android.googlesource.com/platform/frameworks/support",
"commitHash": "cb7620b6f66a6e33fb9882bbca995a45c64f3c3e"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/appcenter-sdk-android-breakpad.git",
"commitHash": "0d8e4133e2b9caadb012d438c4c12cf6daff2a40"
}
}
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "gradle",
"groupId": "com.android.tools.build",
"version": "3.3.2"
}
],
"Version": 1
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "gradle-bintray-plugin",
"groupId": "com.jfrog.bintray.gradle",
"version": "1.8.0"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "android-maven-gradle-plugin",
"groupId": "com.github.dcendents",
"version": "2.0"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "coveralls-gradle-plugin",
"groupId": "org.kt3k.gradle.plugin",
"version": "2.8.2"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "espresso-core",
"groupId": "com.androidx.test.espresso",
"version": "3.0.2"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "espresso-idling-resource",
"groupId": "com.androidx.test.espresso",
"version": "3.0.2"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "rules",
"groupId": "com.androidx.test",
"version": "1.2.0"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "appcompat",
"groupId": "com.androidx.appcompat",
"version": "1.0.2"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "browser",
"groupId": "androidx.browser",
"version": "1.0.0"
}
}
},
{
"component": {
"type": "Maven",
"maven": {
"artifactId": "recyclerview",
"groupId": "com.androidx.recyclerview",
"version": "1.1.0"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://android.googlesource.com/platform/frameworks/support",
"commitHash": "cb7620b6f66a6e33fb9882bbca995a45c64f3c3e"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/appcenter-sdk-android-breakpad.git",
"commitHash": "0d8e4133e2b9caadb012d438c4c12cf6daff2a40"
}
}
}
],
"Version": 1
}
9 changes: 7 additions & 2 deletions sdk/appcenter-distribute/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<!--
Android 11 brings in a lot of changes regarding privacy. By default, list of installed apps is now hidden.
Expand All @@ -24,8 +25,12 @@
<application>
<activity
android:name="com.microsoft.appcenter.distribute.install.ReleaseInstallerActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:exported="false" />
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity
android:name="com.microsoft.appcenter.distribute.permissions.PermissionRequestActivity"
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity
android:name="com.microsoft.appcenter.distribute.DeepLinkActivity"
android:exported="true"
Expand Down
Loading

0 comments on commit c53920a

Please sign in to comment.