[PR #4045] [MERGED] PM-11177 Update the empty state on the sends screen to v3 design #41728

Closed
opened 2026-04-23 20:28:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/4045
Author: @dseverns-livefront
Created: 10/8/2024
Status: Merged
Merged: 10/8/2024
Merged by: @dseverns-livefront

Base: mainHead: PM-11177-send-empty-screen


📝 Commits (3)

  • 887ea11 PM-11177 Update the empty state on the sends screen to v3 design
  • 6ba1890 size
  • 4fc2da5 order matters

📊 Changes

6 files changed (+180 additions, -15 deletions)

View changed files

📝 app/src/main/java/com/x8bit/bitwarden/ui/tools/feature/send/SendEmpty.kt (+67 -10)
📝 app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/vault/VaultNoItems.kt (+2 -2)
app/src/main/res/drawable-night/img_send.xml (+52 -0)
app/src/main/res/drawable/img_send.xml (+52 -0)
📝 app/src/main/res/values/strings.xml (+4 -2)
📝 app/src/test/java/com/x8bit/bitwarden/ui/tools/feature/send/SendScreenTest.kt (+3 -1)

📄 Description

🎟️ Tracking

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

📔 Objective

  • Update the empty screen for the sends to the

📸 Screenshots

https://github.com/user-attachments/assets/c7a60e08-94be-4703-8c28-7f8328cb402b

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/4045 **Author:** [@dseverns-livefront](https://github.com/dseverns-livefront) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@dseverns-livefront](https://github.com/dseverns-livefront) **Base:** `main` ← **Head:** `PM-11177-send-empty-screen` --- ### 📝 Commits (3) - [`887ea11`](https://github.com/bitwarden/android/commit/887ea11adee8e804121e2193742a05c894cde580) PM-11177 Update the empty state on the sends screen to v3 design - [`6ba1890`](https://github.com/bitwarden/android/commit/6ba1890ea0682aeb727604fa1e9df927575b1a71) size - [`4fc2da5`](https://github.com/bitwarden/android/commit/4fc2da516a571630238d53d05e10367d557aaa7b) order matters ### 📊 Changes **6 files changed** (+180 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/java/com/x8bit/bitwarden/ui/tools/feature/send/SendEmpty.kt` (+67 -10) 📝 `app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/vault/VaultNoItems.kt` (+2 -2) ➕ `app/src/main/res/drawable-night/img_send.xml` (+52 -0) ➕ `app/src/main/res/drawable/img_send.xml` (+52 -0) 📝 `app/src/main/res/values/strings.xml` (+4 -2) 📝 `app/src/test/java/com/x8bit/bitwarden/ui/tools/feature/send/SendScreenTest.kt` (+3 -1) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-11177 <!-- Paste the link to the Jira or GitHub issue or otherwise describe / point to where this change is coming from. --> ## 📔 Objective - Update the empty screen for the sends to the <!-- Describe what the purpose of this PR is, for example what bug you're fixing or new feature you're adding. --> ## 📸 Screenshots https://github.com/user-attachments/assets/c7a60e08-94be-4703-8c28-7f8328cb402b <!-- 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 2026-04-23 20:28:51 -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#41728