[PR #2014] [MERGED] [EC-366] Updated AndroidManifest format #83130

Closed
opened 2026-05-22 16:36:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2014
Author: @fedemkr
Created: 7/26/2022
Status: Merged
Merged: 7/26/2022
Merged by: @fedemkr

Base: masterHead: EC-366-update-android-manifest-format


📝 Commits (1)

  • 018b105 EC-366 Updated AndroidManifest format as what VS4M autoformats

📊 Changes

1 file changed (+47 additions, -56 deletions)

View changed files

📝 src/Android/Properties/AndroidManifest.xml (+47 -56)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Updated AndroidManifest format as to what Visual Studio for Mac auto-formats to avoid merge conflicts/ resetting the file on commits.

Code changes

  • AndroidManifest.xml: Updated format of the file to what is automatically done by Visual Studio for Mac when the solution opens.

Before you submit

  • I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 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/2014 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 7/26/2022 **Status:** ✅ Merged **Merged:** 7/26/2022 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `EC-366-update-android-manifest-format` --- ### 📝 Commits (1) - [`018b105`](https://github.com/bitwarden/android/commit/018b105d9f57baa9ebd8b9f293ee1336aeec6cf0) EC-366 Updated AndroidManifest format as what VS4M autoformats ### 📊 Changes **1 file changed** (+47 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Properties/AndroidManifest.xml` (+47 -56) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [X] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Updated AndroidManifest format as to what Visual Studio for Mac auto-formats to avoid merge conflicts/ resetting the file on commits. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **AndroidManifest.xml:** Updated format of the file to what is automatically done by Visual Studio for Mac when the solution opens. ## Before you submit - [X] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <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 2026-05-22 16:36:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#83130