[PR #2954] [MERGED] [PM-5863] Add privacy policy link to about screen #45511

Closed
opened 2026-04-26 12:49:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2954
Author: @mpbw2
Created: 1/24/2024
Status: Merged
Merged: 1/24/2024
Merged by: @mpbw2

Base: mainHead: feature/privacy-policy


📝 Commits (1)

  • 868a1e1 Add privacy policy link to about screen

📊 Changes

5 files changed (+32 additions, -8 deletions)

View changed files

📝 src/App/Pages/Settings/AboutSettingsPage.xaml (+2 -2)
📝 src/App/Pages/Settings/AboutSettingsPageViewModel.cs (+5 -5)
📝 src/App/Resources/AppResources.Designer.cs (+18 -0)
📝 src/App/Resources/AppResources.resx (+6 -0)
📝 src/Core/ExternalLinksConstants.cs (+1 -1)

📄 Description

Type of change

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

Objective

Added link to privacy policy on About screen, and removed support contact

Code changes

  • file.ext: Description of what was changed and why

Screenshots

Screenshot 2024-01-24 at 2 51 40 PM
Screenshot 2024-01-24 at 2 51 47 PM
Screenshot 2024-01-24 at 2 52 02 PM

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If 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/2954 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 1/24/2024 **Status:** ✅ Merged **Merged:** 1/24/2024 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `main` ← **Head:** `feature/privacy-policy` --- ### 📝 Commits (1) - [`868a1e1`](https://github.com/bitwarden/android/commit/868a1e1e07760b98ac882e0a8cb636f91c9bfd44) Add privacy policy link to about screen ### 📊 Changes **5 files changed** (+32 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/AboutSettingsPage.xaml` (+2 -2) 📝 `src/App/Pages/Settings/AboutSettingsPageViewModel.cs` (+5 -5) 📝 `src/App/Resources/AppResources.Designer.cs` (+18 -0) 📝 `src/App/Resources/AppResources.resx` (+6 -0) 📝 `src/Core/ExternalLinksConstants.cs` (+1 -1) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [X] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Added link to privacy policy on About screen, and removed support contact ## 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--> * **file.ext:** Description of what was changed and why ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ![Screenshot 2024-01-24 at 2 51 40 PM](https://github.com/bitwarden/mobile/assets/59324545/30f51454-09fd-4caf-8ea0-e6c2efe0816c) ![Screenshot 2024-01-24 at 2 51 47 PM](https://github.com/bitwarden/mobile/assets/59324545/939ae9c8-bd8a-435f-8d08-e98088e25885) ![Screenshot 2024-01-24 at 2 52 02 PM](https://github.com/bitwarden/mobile/assets/59324545/d34df1c7-aec9-4ef7-84f3-e7c7bf6cc02f) ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If 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-04-26 12:49:31 -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#45511