[PR #3447] [MERGED] [PM-8137] Introduce user verification prompt #111269

Closed
opened 2026-06-06 07:51:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3447
Author: @SaintPatrck
Created: 7/11/2024
Status: Merged
Merged: 7/11/2024
Merged by: @SaintPatrck

Base: mainHead: PM-8137/update-biometrics-manager


📝 Commits (6)

  • 4618196 Refactor PublicKeyCredentialCreationOptions to match WebAuthn spec
  • 6cb5b3e Rename Fido2 credential registration result object
  • 55e7d2d Merge branch 'main' into PM-8137/refactor-passkey-create-result
  • fc97edd Improve test coverage
  • 329516e Introduce user verification prompt
  • a000807 Merge remote-tracking branch 'refs/remotes/origin/main' into PM-8137/update-biometrics-manager

📊 Changes

3 files changed (+81 additions, -9 deletions)

View changed files

📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/biometrics/BiometricsManager.kt (+16 -0)
📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/biometrics/BiometricsManagerImpl.kt (+63 -9)
📝 app/src/main/res/values/strings.xml (+2 -0)

📄 Description

🎟️ Tracking

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

📔 Objective

Biometrics manager can now prompt for device based user verification using any supported method. E.g., Biometrics, pin, pattern, or password.

📸 Screenshots

Coming soon!

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/3447 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 7/11/2024 **Status:** ✅ Merged **Merged:** 7/11/2024 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `PM-8137/update-biometrics-manager` --- ### 📝 Commits (6) - [`4618196`](https://github.com/bitwarden/android/commit/46181968e69233806bc3a1111ce00040adcd8737) Refactor PublicKeyCredentialCreationOptions to match WebAuthn spec - [`6cb5b3e`](https://github.com/bitwarden/android/commit/6cb5b3e603f9eaca3ee62876f96e28f4f47403a5) Rename Fido2 credential registration result object - [`55e7d2d`](https://github.com/bitwarden/android/commit/55e7d2d7ae2ece18f4f15e0393b1886c229d973a) Merge branch 'main' into PM-8137/refactor-passkey-create-result - [`fc97edd`](https://github.com/bitwarden/android/commit/fc97edd7759bd0cc5635126ba993670833c75e74) Improve test coverage - [`329516e`](https://github.com/bitwarden/android/commit/329516e13535f5494f4cf739a947f805e01143a8) Introduce user verification prompt - [`a000807`](https://github.com/bitwarden/android/commit/a000807eeedcb86649a22b69c0c3aa552955f649) Merge remote-tracking branch 'refs/remotes/origin/main' into PM-8137/update-biometrics-manager ### 📊 Changes **3 files changed** (+81 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/biometrics/BiometricsManager.kt` (+16 -0) 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/biometrics/BiometricsManagerImpl.kt` (+63 -9) 📝 `app/src/main/res/values/strings.xml` (+2 -0) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-8137 ## 📔 Objective Biometrics manager can now prompt for device based user verification using any supported method. E.g., Biometrics, pin, pattern, or password. ## 📸 Screenshots Coming soon! ## ⏰ 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-06-06 07:51:15 -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#111269