[PR #4520] [MERGED] [PM-16695] Added "learn more" link to NewDeviceNoticeEmailAccess #11152

Closed
opened 2026-04-11 03:01:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/4520
Author: @aj-rosado
Created: 1/6/2025
Status: Merged
Merged: 1/6/2025
Merged by: @aj-rosado

Base: release/2024.12-rc13Head: PM-16695/lean-more-new-device-verification


📝 Commits (2)

  • d2a199c Added "learn more" link to NewDeviceNoticeEmailAccess
  • ad6885c Merge branch 'release/2024.12-rc13' into PM-16695/lean-more-new-device-verification

📊 Changes

4 files changed (+70 additions, -2 deletions)

View changed files

📝 app/src/main/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeEmailAccessScreen.kt (+27 -2)
📝 app/src/main/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeEmailAccessViewModel.kt (+16 -0)
📝 app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeEmailAccessScreenTest.kt (+17 -0)
📝 app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeEmailAccessViewModelTest.kt (+10 -0)

📄 Description

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-16695

📔 Objective

Added a "learn more" button that redirects the user into https://bitwarden.com/help/new-device-verification/

📸 Screenshots

New device verification with 'More info' link

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 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/4520 **Author:** [@aj-rosado](https://github.com/aj-rosado) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@aj-rosado](https://github.com/aj-rosado) **Base:** `release/2024.12-rc13` ← **Head:** `PM-16695/lean-more-new-device-verification` --- ### 📝 Commits (2) - [`d2a199c`](https://github.com/bitwarden/android/commit/d2a199cd14d6f57a841b7914b04830351d8622d3) Added "learn more" link to NewDeviceNoticeEmailAccess - [`ad6885c`](https://github.com/bitwarden/android/commit/ad6885cf31a3a53ff7f9b6163e58a42ab29bbca9) Merge branch 'release/2024.12-rc13' into PM-16695/lean-more-new-device-verification ### 📊 Changes **4 files changed** (+70 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeEmailAccessScreen.kt` (+27 -2) 📝 `app/src/main/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeEmailAccessViewModel.kt` (+16 -0) 📝 `app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeEmailAccessScreenTest.kt` (+17 -0) 📝 `app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeEmailAccessViewModelTest.kt` (+10 -0) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-16695 ## 📔 Objective Added a "learn more" button that redirects the user into https://bitwarden.com/help/new-device-verification/ ## 📸 Screenshots <img width="314" alt="New device verification with 'More info' link" src="https://github.com/user-attachments/assets/711f3a15-fd92-4ec0-b0b7-0b647da3af26" > ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <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-11 03:01:39 -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#11152