[PR #4041] [MERGED] PM-12667 Update the icons to match V3 designs #79871

Closed
opened 2026-05-19 17:43:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: PM-12667-icon-image-v3-update


📝 Commits (1)

  • 3e0ab7f PM-12667 update existing icon files

📊 Changes

44 files changed (+521 additions, -335 deletions)

View changed files

📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/components/navigation/BitwardenNavigationBarItem.kt (+2 -0)
app/src/main/res/drawable-night/ic_generator.xml (+19 -0)
app/src/main/res/drawable-night/ic_generator_filled.xml (+22 -0)
app/src/main/res/drawable-night/ic_send.xml (+14 -0)
app/src/main/res/drawable-night/ic_send_filled.xml (+17 -0)
app/src/main/res/drawable-night/ic_settings.xml (+18 -0)
app/src/main/res/drawable-night/ic_settings_filled.xml (+21 -0)
app/src/main/res/drawable-night/ic_vault.xml (+28 -0)
app/src/main/res/drawable-night/ic_vault_filled.xml (+31 -0)
📝 app/src/main/res/drawable/access_time.xml (+7 -12)
📝 app/src/main/res/drawable/ic_attachment.xml (+7 -6)
📝 app/src/main/res/drawable/ic_camera.xml (+9 -8)
📝 app/src/main/res/drawable/ic_card_item.xml (+9 -6)
📝 app/src/main/res/drawable/ic_collection.xml (+18 -8)
📝 app/src/main/res/drawable/ic_copy.xml (+4 -11)
📝 app/src/main/res/drawable/ic_device.xml (+11 -19)
📝 app/src/main/res/drawable/ic_edit.xml (+8 -11)
📝 app/src/main/res/drawable/ic_edit_alt.xml (+8 -8)
📝 app/src/main/res/drawable/ic_folder.xml (+6 -6)
📝 app/src/main/res/drawable/ic_generator.xml (+11 -5)

...and 24 more files

📄 Description

🎟️ Tracking

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

📔 Objective

  • update existing icons to match changes for the v3 lift and shift.

📸 Screenshots

https://github.com/user-attachments/assets/15dc8f59-6158-45f0-89bf-cb60abe7ba81

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/4041 **Author:** [@dseverns-livefront](https://github.com/dseverns-livefront) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@dseverns-livefront](https://github.com/dseverns-livefront) **Base:** `main` ← **Head:** `PM-12667-icon-image-v3-update` --- ### 📝 Commits (1) - [`3e0ab7f`](https://github.com/bitwarden/android/commit/3e0ab7f315ce44c4c63d75bb59179b665055813b) PM-12667 update existing icon files ### 📊 Changes **44 files changed** (+521 additions, -335 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/components/navigation/BitwardenNavigationBarItem.kt` (+2 -0) ➕ `app/src/main/res/drawable-night/ic_generator.xml` (+19 -0) ➕ `app/src/main/res/drawable-night/ic_generator_filled.xml` (+22 -0) ➕ `app/src/main/res/drawable-night/ic_send.xml` (+14 -0) ➕ `app/src/main/res/drawable-night/ic_send_filled.xml` (+17 -0) ➕ `app/src/main/res/drawable-night/ic_settings.xml` (+18 -0) ➕ `app/src/main/res/drawable-night/ic_settings_filled.xml` (+21 -0) ➕ `app/src/main/res/drawable-night/ic_vault.xml` (+28 -0) ➕ `app/src/main/res/drawable-night/ic_vault_filled.xml` (+31 -0) 📝 `app/src/main/res/drawable/access_time.xml` (+7 -12) 📝 `app/src/main/res/drawable/ic_attachment.xml` (+7 -6) 📝 `app/src/main/res/drawable/ic_camera.xml` (+9 -8) 📝 `app/src/main/res/drawable/ic_card_item.xml` (+9 -6) 📝 `app/src/main/res/drawable/ic_collection.xml` (+18 -8) 📝 `app/src/main/res/drawable/ic_copy.xml` (+4 -11) 📝 `app/src/main/res/drawable/ic_device.xml` (+11 -19) 📝 `app/src/main/res/drawable/ic_edit.xml` (+8 -11) 📝 `app/src/main/res/drawable/ic_edit_alt.xml` (+8 -8) 📝 `app/src/main/res/drawable/ic_folder.xml` (+6 -6) 📝 `app/src/main/res/drawable/ic_generator.xml` (+11 -5) _...and 24 more files_ </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-12667 <!-- Paste the link to the Jira or GitHub issue or otherwise describe / point to where this change is coming from. --> ## 📔 Objective - update existing icons to match changes for the v3 lift and shift. <!-- 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/15dc8f59-6158-45f0-89bf-cb60abe7ba81 <!-- 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-05-19 17:43:20 -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#79871