[PR #6556] [MERGED] [PM-31810] Added logic to gate Send auth verification behind premium #26050

Closed
opened 2026-04-17 01:35:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6556
Author: @aj-rosado
Created: 2/19/2026
Status: Merged
Merged: 2/19/2026
Merged by: @aj-rosado

Base: mainHead: PM-31810/gate-send-email-verification-behind-premium


📝 Commits (2)

  • fc6b595 Added logic to gate Send auth verification behind premium
  • 3441d7d fixed tests to assert whole state

📊 Changes

5 files changed (+232 additions, -22 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/AddEditSendScreen.kt (+24 -0)
📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/AddEditSendViewModel.kt (+39 -0)
📝 app/src/test/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/AddEditSendScreenTest.kt (+61 -0)
📝 app/src/test/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/AddEditSendViewModelTest.kt (+107 -22)
📝 ui/src/main/res/values/strings.xml (+1 -0)

📄 Description

🎟️ Tracking

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

📔 Objective

Send email verification should be only accessible to premium users. Non premium users should be displayed a dialog informing them that they need premium to access that feature.

📸 Screenshots

Premium required for send email verification

🔄 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/6556 **Author:** [@aj-rosado](https://github.com/aj-rosado) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@aj-rosado](https://github.com/aj-rosado) **Base:** `main` ← **Head:** `PM-31810/gate-send-email-verification-behind-premium` --- ### 📝 Commits (2) - [`fc6b595`](https://github.com/bitwarden/android/commit/fc6b5950b813d81da077197ce3436005eeab1fb4) Added logic to gate Send auth verification behind premium - [`3441d7d`](https://github.com/bitwarden/android/commit/3441d7da0874b4119d02ba70d8a41f0fd963f649) fixed tests to assert whole state ### 📊 Changes **5 files changed** (+232 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/AddEditSendScreen.kt` (+24 -0) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/AddEditSendViewModel.kt` (+39 -0) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/AddEditSendScreenTest.kt` (+61 -0) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/AddEditSendViewModelTest.kt` (+107 -22) 📝 `ui/src/main/res/values/strings.xml` (+1 -0) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-31810 ## 📔 Objective Send email verification should be only accessible to premium users. Non premium users should be displayed a dialog informing them that they need premium to access that feature. ## 📸 Screenshots <img width="360" alt="Premium required for send email verification" src="https://github.com/user-attachments/assets/ff366d38-4c42-44f8-b4b5-294ff1669e53" /> --- <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-17 01:35:45 -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#26050