[PR #6700] [MERGED] PM-32721: bug: Add sorting to password history #19552

Closed
opened 2026-04-15 03:53:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6700
Author: @david-livefront
Created: 3/19/2026
Status: Merged
Merged: 3/20/2026
Merged by: @david-livefront

Base: mainHead: PM-32721-sort-password-history


📝 Commits (1)

  • 62d111f PM-32721: Add sorting to password history

📊 Changes

3 files changed (+59 additions, -11 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/generator/passwordhistory/PasswordHistoryViewModel.kt (+12 -10)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/vault/datasource/sdk/model/CipherViewUtil.kt (+4 -1)
📝 app/src/test/kotlin/com/x8bit/bitwarden/ui/tools/feature/generator/passwordhistory/PasswordHistoryViewModelTest.kt (+43 -0)

📄 Description

🎟️ Tracking

PM-32721

📔 Objective

This PR adds a sort order by date to the password history screen. The password are displayed, most recent at the top going down to the oldest.

📸 Screenshots

Before After

🔄 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/6700 **Author:** [@david-livefront](https://github.com/david-livefront) **Created:** 3/19/2026 **Status:** ✅ Merged **Merged:** 3/20/2026 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `PM-32721-sort-password-history` --- ### 📝 Commits (1) - [`62d111f`](https://github.com/bitwarden/android/commit/62d111f8971868873068dcc30dc59db6f3deabd3) PM-32721: Add sorting to password history ### 📊 Changes **3 files changed** (+59 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/tools/feature/generator/passwordhistory/PasswordHistoryViewModel.kt` (+12 -10) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/vault/datasource/sdk/model/CipherViewUtil.kt` (+4 -1) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/ui/tools/feature/generator/passwordhistory/PasswordHistoryViewModelTest.kt` (+43 -0) </details> ### 📄 Description ## 🎟️ Tracking [PM-32721](https://bitwarden.atlassian.net/browse/PM-32721) ## 📔 Objective This PR adds a sort order by date to the password history screen. The password are displayed, most recent at the top going down to the oldest. ## 📸 Screenshots | Before | After | | --- | --- | | <img width="350" src="https://github.com/user-attachments/assets/6ac76cdc-9305-4bb1-b2ae-3ac9100d79f8" /> | <img width="350" src="https://github.com/user-attachments/assets/54b2476a-f85f-4cfb-8007-82349186dd4d" /> | [PM-32721]: https://bitwarden.atlassian.net/browse/PM-32721?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-04-15 03:53:56 -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#19552