[PR #842] [MERGED] Tracing bundles #2609

Closed
opened 2025-11-26 23:21:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/842
Author: @mpbw2
Created: 4/17/2020
Status: Merged
Merged: 4/17/2020
Merged by: @mpbw2

Base: masterHead: tracing-bundles


📝 Commits (8)

  • 27ed0c6 Output to bundle (play store build only) and enable startup tracing
  • eac9b11 Update ci build script to recognize bundle (.aab) for Google Play build
  • 55d3159 Added bundle awareness to appveyor.yml and Program.cs
  • e3df3f8 Log upload exception
  • 423067e Merge branch 'master' into tracing-bundles
  • e3ad305 Merge branch 'master' into tracing-bundles
  • a9d61b4 Restore original apk creation alongside the bundle
  • a6f258c Remove link skip as AOT doesn't support linking

📊 Changes

5 files changed (+39 additions, -18 deletions)

View changed files

📝 appveyor.yml (+2 -1)
📝 src/Android/Android.csproj (+3 -4)
📝 src/Android/ci-build-apks.ps1 (+20 -3)
📝 store/google/Publisher/Program.cs (+13 -9)
📝 store/google/Publisher/Publisher.csproj (+1 -1)

📄 Description

  • Enable AOT for performance boost (results in larger APK)
  • Enable bundle support for Google Play (brings APK size down below where it was pre-AOT)
  • Updated AndroidX Migration and Google Publisher deps

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/842 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 4/17/2020 **Status:** ✅ Merged **Merged:** 4/17/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `tracing-bundles` --- ### 📝 Commits (8) - [`27ed0c6`](https://github.com/bitwarden/android/commit/27ed0c6b20ad4b7dee232731cc1726c8c167a538) Output to bundle (play store build only) and enable startup tracing - [`eac9b11`](https://github.com/bitwarden/android/commit/eac9b11eb1bf7297ce2e778dbfbc44558d433abb) Update ci build script to recognize bundle (.aab) for Google Play build - [`55d3159`](https://github.com/bitwarden/android/commit/55d3159f78f7d826324a4e5ce8caff4ed0b7cb1e) Added bundle awareness to `appveyor.yml` and `Program.cs` - [`e3df3f8`](https://github.com/bitwarden/android/commit/e3df3f809360e63a972bd7d258dedba684f718c1) Log upload exception - [`423067e`](https://github.com/bitwarden/android/commit/423067ece608446c3032aff35cf2c80f39320087) Merge branch 'master' into tracing-bundles - [`e3ad305`](https://github.com/bitwarden/android/commit/e3ad3059d225d7d3865829875b50b90b8ccd61eb) Merge branch 'master' into tracing-bundles - [`a9d61b4`](https://github.com/bitwarden/android/commit/a9d61b4939c95e858ee1efb2ca57a20d56baf014) Restore original apk creation alongside the bundle - [`a6f258c`](https://github.com/bitwarden/android/commit/a6f258cfd67916517f74015080d0f4e86f43bf82) Remove link skip as AOT doesn't support linking ### 📊 Changes **5 files changed** (+39 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `appveyor.yml` (+2 -1) 📝 `src/Android/Android.csproj` (+3 -4) 📝 `src/Android/ci-build-apks.ps1` (+20 -3) 📝 `store/google/Publisher/Program.cs` (+13 -9) 📝 `store/google/Publisher/Publisher.csproj` (+1 -1) </details> ### 📄 Description - Enable AOT for performance boost (results in larger APK) - Enable bundle support for Google Play (brings APK size down below where it was pre-AOT) - Updated AndroidX Migration and Google Publisher deps --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:21:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2609