[PR #2736] [MERGED] [PM-3695] Add Connect to Watch to Other settings #40868

Closed
opened 2026-04-23 19:41:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2736
Author: @fedemkr
Created: 8/29/2023
Status: Merged
Merged: 8/30/2023
Merged by: @fedemkr

Base: vault/pm-2658/feature-settings-reorganizationHead: vault/pm-3695/connect-to-watch-settings


📝 Commits (4)

  • 9b6bf10 PM-3511 Implemented autofill settings view
  • 3a942d7 Merge branch 'vault/pm-2658/feature-settings-reorganization' into vault/pm-3511/settings-autofill
  • 6164450 PM-3695 Add Connect to watch setting to other settings view
  • b8c3413 Merge branch 'vault/pm-2658/feature-settings-reorganization' into vault/pm-3695/connect-to-watch-settings

📊 Changes

2 files changed (+44 additions, -0 deletions)

View changed files

📝 src/App/Pages/Settings/OtherSettingsPage.xaml (+9 -0)
📝 src/App/Pages/Settings/OtherSettingsPageViewModel.cs (+35 -0)

📄 Description

Type of change

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

Objective

Add Connect to Watch setting to Other settings view.

Code changes

  • OtherSettingsPage/ViewModel: Implemented Connect to Watch

Screenshots

Other Connect To Watch Light

Other Connect To Watch Light

Other Connect To Watch Dark

Other Connect To Watch Dark

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/2736 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 8/29/2023 **Status:** ✅ Merged **Merged:** 8/30/2023 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `vault/pm-2658/feature-settings-reorganization` ← **Head:** `vault/pm-3695/connect-to-watch-settings` --- ### 📝 Commits (4) - [`9b6bf10`](https://github.com/bitwarden/android/commit/9b6bf1009b550459d413f2f2fa4a99c28a9c71c3) PM-3511 Implemented autofill settings view - [`3a942d7`](https://github.com/bitwarden/android/commit/3a942d75156a8c6bfb67861ec2e8fbb8c7c058a8) Merge branch 'vault/pm-2658/feature-settings-reorganization' into vault/pm-3511/settings-autofill - [`6164450`](https://github.com/bitwarden/android/commit/61644505c5014cb6214d58f4d34540e6ab120976) PM-3695 Add Connect to watch setting to other settings view - [`b8c3413`](https://github.com/bitwarden/android/commit/b8c3413480a1c579bcd9ab7d5eee79084b91fcc3) Merge branch 'vault/pm-2658/feature-settings-reorganization' into vault/pm-3695/connect-to-watch-settings ### 📊 Changes **2 files changed** (+44 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/OtherSettingsPage.xaml` (+9 -0) 📝 `src/App/Pages/Settings/OtherSettingsPageViewModel.cs` (+35 -0) </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--> Add Connect to Watch setting to Other settings view. ## 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--> * **OtherSettingsPage/ViewModel:** Implemented Connect to Watch ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ### Other Connect To Watch Light <img width="314" alt="Other Connect To Watch Light" src="https://github.com/bitwarden/mobile/assets/15682323/5d9b9652-a20c-4722-a58b-14703d413887"> ### Other Connect To Watch Dark <img width="314" alt="Other Connect To Watch Dark" src="https://github.com/bitwarden/mobile/assets/15682323/5f7416c2-a926-4e29-af49-2fbd3f142813"> ## 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-23 19:41:01 -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#40868