[PR #3764] [MERGED] [PM-9818][PM-9819] Add My Vault and Password Generator Quick Settings tiles #4403

Closed
opened 2025-11-26 23:44:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3764
Author: @mpbw2
Created: 8/16/2024
Status: Merged
Merged: 8/26/2024
Merged by: @mpbw2

Base: mainHead: feature-tileservice


📝 Commits (7)

  • a5bd86a first pass at tile service
  • ba1fd93 cleanup
  • 953bf6e Merge branch 'main' into feature-tileservice
  • 2ac8d10 feedback adjustments
  • eafa6a1 Merge branch 'main' into feature-tileservice
  • 76e7e41 update comment with tile service names
  • 9e81960 Merge branch 'main' into feature-tileservice

📊 Changes

6 files changed (+175 additions, -4 deletions)

View changed files

📝 app/src/main/AndroidManifest.xml (+37 -0)
📝 app/src/main/java/com/x8bit/bitwarden/BitwardenAppComponentFactory.kt (+21 -4)
app/src/main/java/com/x8bit/bitwarden/data/tiles/BitwardenGeneratorTileService.kt (+43 -0)
app/src/main/java/com/x8bit/bitwarden/data/tiles/BitwardenVaultTileService.kt (+43 -0)
📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/intent/IntentManager.kt (+11 -0)
📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/intent/IntentManagerImpl.kt (+20 -0)

📄 Description

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-9818
https://bitwarden.atlassian.net/browse/PM-9819

📔 Objective

Add My Vault and Password Generator Quick Settings tiles

📸 Screenshots

image

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/3764 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 8/16/2024 **Status:** ✅ Merged **Merged:** 8/26/2024 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `main` ← **Head:** `feature-tileservice` --- ### 📝 Commits (7) - [`a5bd86a`](https://github.com/bitwarden/android/commit/a5bd86aa87ce9d317a00519933eac6685594a885) first pass at tile service - [`ba1fd93`](https://github.com/bitwarden/android/commit/ba1fd933f628986412af3a922770a61a46858383) cleanup - [`953bf6e`](https://github.com/bitwarden/android/commit/953bf6e4d70f6dd2953bf531d8631c2e044239bc) Merge branch 'main' into feature-tileservice - [`2ac8d10`](https://github.com/bitwarden/android/commit/2ac8d10c09fb3c61ebd1ddccd924b608cd6777c3) feedback adjustments - [`eafa6a1`](https://github.com/bitwarden/android/commit/eafa6a1efe12710e5260ebddd0acc87f3b224688) Merge branch 'main' into feature-tileservice - [`76e7e41`](https://github.com/bitwarden/android/commit/76e7e4179d9da6f058939db0ada758a8ea56581a) update comment with tile service names - [`9e81960`](https://github.com/bitwarden/android/commit/9e819602dde4ccfc8e02a8ec8d9c5533ad4a4c6e) Merge branch 'main' into feature-tileservice ### 📊 Changes **6 files changed** (+175 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/AndroidManifest.xml` (+37 -0) 📝 `app/src/main/java/com/x8bit/bitwarden/BitwardenAppComponentFactory.kt` (+21 -4) ➕ `app/src/main/java/com/x8bit/bitwarden/data/tiles/BitwardenGeneratorTileService.kt` (+43 -0) ➕ `app/src/main/java/com/x8bit/bitwarden/data/tiles/BitwardenVaultTileService.kt` (+43 -0) 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/intent/IntentManager.kt` (+11 -0) 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/intent/IntentManagerImpl.kt` (+20 -0) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-9818 https://bitwarden.atlassian.net/browse/PM-9819 ## 📔 Objective Add My Vault and Password Generator Quick Settings tiles ## 📸 Screenshots ![image](https://github.com/user-attachments/assets/53e654b5-930c-45c3-a079-f5c612d51a20) ## ⏰ 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 2025-11-26 23:44:00 -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#4403