[PR #6924] PM-37573: Feat: Create DatePickerDialog #75457

Open
opened 2026-05-17 00:57:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6924
Author: @david-livefront
Created: 5/14/2026
Status: 🔄 Open

Base: mainHead: PM-37573-date-picker-dialog


📝 Commits (1)

  • 60487c1 PM-37573: Create DatePickerDialog

📊 Changes

7 files changed (+250 additions, -10 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/composition/LocalManagerProvider.kt (+1 -5)
📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/components/AddEditSendCustomDateChooser.kt (+1 -1)
📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/components/AddEditSendDeletionDateChooser.kt (+1 -1)
ui/src/main/kotlin/com/bitwarden/ui/platform/components/dialog/BitwardenDatePickerDialog.kt (+132 -0)
ui/src/main/kotlin/com/bitwarden/ui/platform/components/dropdown/BitwardenDatePickerButton.kt (+103 -0)
📝 ui/src/main/kotlin/com/bitwarden/ui/platform/components/field/color/BitwardenTextFieldColors.kt (+6 -3)
📝 ui/src/main/kotlin/com/bitwarden/ui/platform/composition/LocalProviders.kt (+6 -0)

📄 Description

🎟️ Tracking

PM-37573

📔 Objective

This PR adds a new BitwardenDatePickerDialog and BitwardenDatePickerButton elements to use with the new cipher types.

📸 Screenshots


🔄 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/6924 **Author:** [@david-livefront](https://github.com/david-livefront) **Created:** 5/14/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `PM-37573-date-picker-dialog` --- ### 📝 Commits (1) - [`60487c1`](https://github.com/bitwarden/android/commit/60487c18d1f190e34c4179e74ebf344e828897a0) PM-37573: Create DatePickerDialog ### 📊 Changes **7 files changed** (+250 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/composition/LocalManagerProvider.kt` (+1 -5) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/components/AddEditSendCustomDateChooser.kt` (+1 -1) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/send/addedit/components/AddEditSendDeletionDateChooser.kt` (+1 -1) ➕ `ui/src/main/kotlin/com/bitwarden/ui/platform/components/dialog/BitwardenDatePickerDialog.kt` (+132 -0) ➕ `ui/src/main/kotlin/com/bitwarden/ui/platform/components/dropdown/BitwardenDatePickerButton.kt` (+103 -0) 📝 `ui/src/main/kotlin/com/bitwarden/ui/platform/components/field/color/BitwardenTextFieldColors.kt` (+6 -3) 📝 `ui/src/main/kotlin/com/bitwarden/ui/platform/composition/LocalProviders.kt` (+6 -0) </details> ### 📄 Description ## 🎟️ Tracking [PM-37573](https://bitwarden.atlassian.net/browse/PM-37573) ## 📔 Objective This PR adds a new `BitwardenDatePickerDialog` and `BitwardenDatePickerButton` elements to use with the new cipher types. ## 📸 Screenshots <img width="350" src="https://github.com/user-attachments/assets/5f4055b0-950b-4d52-b583-499921244143" /> [PM-37573]: https://bitwarden.atlassian.net/browse/PM-37573?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 2026-05-17 00:57: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#75457