[PR #424] [MERGED] Colorized passwords #82337

Closed
opened 2026-05-22 14:48:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/424
Author: @aksdb
Created: 12/9/2018
Status: Merged
Merged: 12/10/2018
Merged by: @kspearrin

Base: masterHead: ColorizedPasswords


📝 Commits (3)

  • b10c5d4 Added utility to format passwords using spans
  • e73b53f Use the password formatter to render the cipher password
  • 7b5ddea Colorize the password in the password generator

📊 Changes

5 files changed (+98 additions, -7 deletions)

View changed files

📝 src/App/Models/Page/PasswordGeneratorPageModel.cs (+8 -0)
📝 src/App/Models/Page/VaultViewCipherPageModel.cs (+5 -4)
📝 src/App/Pages/Tools/ToolsPasswordGeneratorPage.cs (+1 -1)
📝 src/App/Pages/Vault/VaultViewCipherPage.cs (+2 -2)
src/App/Utilities/PasswordFormatter.cs (+82 -0)

📄 Description

Same pattern as the jslib/desktop implementation.
Since I didn't see any theming (so far), I just used "default" colors.


🔄 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/424 **Author:** [@aksdb](https://github.com/aksdb) **Created:** 12/9/2018 **Status:** ✅ Merged **Merged:** 12/10/2018 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `master` ← **Head:** `ColorizedPasswords` --- ### 📝 Commits (3) - [`b10c5d4`](https://github.com/bitwarden/android/commit/b10c5d4e6d05c0148f48b18f49706a804c29e34a) Added utility to format passwords using spans - [`e73b53f`](https://github.com/bitwarden/android/commit/e73b53fb4aad26235871020b3eb77c2cdcaa8d15) Use the password formatter to render the cipher password - [`7b5ddea`](https://github.com/bitwarden/android/commit/7b5ddeae8f1fcbf6c7f93ed311ffa1c5f5b1a8f6) Colorize the password in the password generator ### 📊 Changes **5 files changed** (+98 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Models/Page/PasswordGeneratorPageModel.cs` (+8 -0) 📝 `src/App/Models/Page/VaultViewCipherPageModel.cs` (+5 -4) 📝 `src/App/Pages/Tools/ToolsPasswordGeneratorPage.cs` (+1 -1) 📝 `src/App/Pages/Vault/VaultViewCipherPage.cs` (+2 -2) ➕ `src/App/Utilities/PasswordFormatter.cs` (+82 -0) </details> ### 📄 Description Same pattern as the jslib/desktop implementation. Since I didn't see any theming (so far), I just used "default" colors. --- <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-22 14:48:00 -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#82337