[PR #3944] [MERGED] PM-10617 + PM-11270 fixes after QA review #4547

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3944
Author: @dseverns-livefront
Created: 9/19/2024
Status: Merged
Merged: 9/19/2024
Merged by: @dseverns-livefront

Base: mainHead: fix-onboarding-ca-texts


📝 Commits (5)

📊 Changes

2 files changed (+30 additions, -15 deletions)

View changed files

📝 app/src/main/java/com/x8bit/bitwarden/ui/auth/feature/completeregistration/CompleteRegistrationScreen.kt (+26 -15)
📝 app/src/main/res/values/strings.xml (+4 -0)

📄 Description

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-10617
https://bitwarden.atlassian.net/browse/PM-11270

📔 Objective

  • fix discrepancies in some of the copy shown on the new and "legacy" create account screens

📸 Screenshots

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/3944 **Author:** [@dseverns-livefront](https://github.com/dseverns-livefront) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@dseverns-livefront](https://github.com/dseverns-livefront) **Base:** `main` ← **Head:** `fix-onboarding-ca-texts` --- ### 📝 Commits (5) - [`32f1c73`](https://github.com/bitwarden/android/commit/32f1c73d2c09adb6e5f5e9af416b0f3ca635619c) PM-10617 fix text - [`f0a5fe6`](https://github.com/bitwarden/android/commit/f0a5fe694d630292f51e4c192c307f738b7e078c) PM-11270 fix discrepencies between old version and new - [`5ffa31e`](https://github.com/bitwarden/android/commit/5ffa31e54823edc11bcb9033588c0dc5189051d9) Pr feedback - [`276a6ec`](https://github.com/bitwarden/android/commit/276a6ecf123996678b5daa6a96ca26d1548e707a) revert string and change new one - [`def1079`](https://github.com/bitwarden/android/commit/def107905d2289a707987ce22c32ea5e068e6c10) fmt ### 📊 Changes **2 files changed** (+30 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/java/com/x8bit/bitwarden/ui/auth/feature/completeregistration/CompleteRegistrationScreen.kt` (+26 -15) 📝 `app/src/main/res/values/strings.xml` (+4 -0) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-10617 https://bitwarden.atlassian.net/browse/PM-11270 <!-- Paste the link to the Jira or GitHub issue or otherwise describe / point to where this change is coming from. --> ## 📔 Objective - fix discrepancies in some of the copy shown on the new and "legacy" create account screens <!-- Describe what the purpose of this PR is, for example what bug you're fixing or new feature you're adding. --> ## 📸 Screenshots <!-- Required for any UI changes; delete if not applicable. Use fixed width images for better display. --> ## ⏰ 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 2025-11-26 23:46:18 -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#4547