[PR #5186] [MERGED] PM-21598: Update multi-tonal illustrations and icons to support dynamic colors #5552

Closed
opened 2025-11-27 00:09:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/5186
Author: @david-livefront
Created: 5/13/2025
Status: Merged
Merged: 5/13/2025
Merged by: @david-livefront

Base: mainHead: PM-21598-multi-tonal-images


📝 Commits (1)

  • 5b42264 PM-21598: Update multi-tonal illustrations and icons to support dynamic colors

📊 Changes

49 files changed (+1285 additions, -2008 deletions)

View changed files

📝 README.md (+20 -1)
📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/components/util/RememberVectorPainter.kt (+91 -1)
📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/theme/color/ColorScheme.kt (+25 -2)
app/src/main/res/drawable-night/account_setup.xml (+0 -51)
app/src/main/res/drawable-night/blocked_uri.xml (+0 -38)
app/src/main/res/drawable-night/ic_generator_filled.xml (+0 -32)
app/src/main/res/drawable-night/ic_send_filled.xml (+0 -17)
app/src/main/res/drawable-night/ic_settings_filled.xml (+0 -21)
app/src/main/res/drawable-night/ic_vault_filled.xml (+0 -17)
app/src/main/res/drawable-night/il_secure_devices.xml (+0 -73)
app/src/main/res/drawable-night/img_2fa.xml (+0 -73)
app/src/main/res/drawable-night/img_authenticator.xml (+0 -68)
app/src/main/res/drawable-night/img_folder_question.xml (+0 -37)
app/src/main/res/drawable-night/img_import_logins.xml (+0 -73)
app/src/main/res/drawable-night/img_secure_devices.xml (+0 -73)
app/src/main/res/drawable-night/img_send.xml (+0 -52)
app/src/main/res/drawable-night/img_setup_complete.xml (+0 -61)
app/src/main/res/drawable-night/img_vault_items.xml (+0 -80)
app/src/main/res/drawable-night/lock.xml (+0 -40)
app/src/main/res/drawable-night/open_email.xml (+0 -48)

...and 29 more files

📄 Description

🎟️ Tracking

PM-21598

📔 Objective

Add support for dynamic colors in multi-tonal vector illustrations and icons.

📸 Screenshots

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) 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/5186 **Author:** [@david-livefront](https://github.com/david-livefront) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 5/13/2025 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `PM-21598-multi-tonal-images` --- ### 📝 Commits (1) - [`5b42264`](https://github.com/bitwarden/android/commit/5b42264926d5c449e27c09d9574a1969eb100bbf) PM-21598: Update multi-tonal illustrations and icons to support dynamic colors ### 📊 Changes **49 files changed** (+1285 additions, -2008 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+20 -1) 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/components/util/RememberVectorPainter.kt` (+91 -1) 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/theme/color/ColorScheme.kt` (+25 -2) ➖ `app/src/main/res/drawable-night/account_setup.xml` (+0 -51) ➖ `app/src/main/res/drawable-night/blocked_uri.xml` (+0 -38) ➖ `app/src/main/res/drawable-night/ic_generator_filled.xml` (+0 -32) ➖ `app/src/main/res/drawable-night/ic_send_filled.xml` (+0 -17) ➖ `app/src/main/res/drawable-night/ic_settings_filled.xml` (+0 -21) ➖ `app/src/main/res/drawable-night/ic_vault_filled.xml` (+0 -17) ➖ `app/src/main/res/drawable-night/il_secure_devices.xml` (+0 -73) ➖ `app/src/main/res/drawable-night/img_2fa.xml` (+0 -73) ➖ `app/src/main/res/drawable-night/img_authenticator.xml` (+0 -68) ➖ `app/src/main/res/drawable-night/img_folder_question.xml` (+0 -37) ➖ `app/src/main/res/drawable-night/img_import_logins.xml` (+0 -73) ➖ `app/src/main/res/drawable-night/img_secure_devices.xml` (+0 -73) ➖ `app/src/main/res/drawable-night/img_send.xml` (+0 -52) ➖ `app/src/main/res/drawable-night/img_setup_complete.xml` (+0 -61) ➖ `app/src/main/res/drawable-night/img_vault_items.xml` (+0 -80) ➖ `app/src/main/res/drawable-night/lock.xml` (+0 -40) ➖ `app/src/main/res/drawable-night/open_email.xml` (+0 -48) _...and 29 more files_ </details> ### 📄 Description ## 🎟️ Tracking [PM-21598](https://bitwarden.atlassian.net/browse/PM-21598) ## 📔 Objective Add support for dynamic colors in multi-tonal vector illustrations and icons. ## 📸 Screenshots ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) 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 [PM-21598]: https://bitwarden.atlassian.net/browse/PM-21598?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- <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-27 00:09:33 -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#5552