[PR #920] [MERGED] Add support for hidden passwords #22039

Closed
opened 2026-04-16 22:35:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/920
Author: @Hinton
Created: 5/23/2020
Status: Merged
Merged: 6/11/2020
Merged by: @cscharf

Base: masterHead: feature/hidden-password


📝 Commits (3)

  • 9121cc9 Add support for hidden passwords
  • 8197e19 Hide TOTP, hide hidden fields.
  • ef77f4b Change _cipher to Cipher.

📊 Changes

10 files changed (+39 additions, -13 deletions)

View changed files

📝 src/App/Pages/Vault/AddEditPage.xaml (+16 -6)
📝 src/App/Pages/Vault/AddEditPageViewModel.cs (+5 -1)
📝 src/App/Pages/Vault/ViewPage.xaml (+7 -4)
📝 src/App/Pages/Vault/ViewPageViewModel.cs (+2 -1)
📝 src/App/Utilities/AppHelpers.cs (+1 -1)
📝 src/Core/Models/Data/CipherData.cs (+2 -0)
📝 src/Core/Models/Domain/Cipher.cs (+2 -0)
📝 src/Core/Models/Response/CipherResponse.cs (+1 -0)
📝 src/Core/Models/View/CipherView.cs (+2 -0)
📝 src/Core/Models/View/FieldView.cs (+1 -0)

📄 Description

Adds support for the hidden password functionality, companion PR to https://github.com/bitwarden/server/pull/743.

This PR has only been tested using the Android emulator.


🔄 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/920 **Author:** [@Hinton](https://github.com/Hinton) **Created:** 5/23/2020 **Status:** ✅ Merged **Merged:** 6/11/2020 **Merged by:** [@cscharf](https://github.com/cscharf) **Base:** `master` ← **Head:** `feature/hidden-password` --- ### 📝 Commits (3) - [`9121cc9`](https://github.com/bitwarden/android/commit/9121cc97e954a9d3c802ae92c5d52753c9534a57) Add support for hidden passwords - [`8197e19`](https://github.com/bitwarden/android/commit/8197e19d75c7592a10dd403a8b0c39fbf54e4e18) Hide TOTP, hide hidden fields. - [`ef77f4b`](https://github.com/bitwarden/android/commit/ef77f4bd4d43762bcdc5748b2fbf3f17dfe946c6) Change _cipher to Cipher. ### 📊 Changes **10 files changed** (+39 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Vault/AddEditPage.xaml` (+16 -6) 📝 `src/App/Pages/Vault/AddEditPageViewModel.cs` (+5 -1) 📝 `src/App/Pages/Vault/ViewPage.xaml` (+7 -4) 📝 `src/App/Pages/Vault/ViewPageViewModel.cs` (+2 -1) 📝 `src/App/Utilities/AppHelpers.cs` (+1 -1) 📝 `src/Core/Models/Data/CipherData.cs` (+2 -0) 📝 `src/Core/Models/Domain/Cipher.cs` (+2 -0) 📝 `src/Core/Models/Response/CipherResponse.cs` (+1 -0) 📝 `src/Core/Models/View/CipherView.cs` (+2 -0) 📝 `src/Core/Models/View/FieldView.cs` (+1 -0) </details> ### 📄 Description Adds support for the hidden password functionality, companion PR to https://github.com/bitwarden/server/pull/743. This PR has only been tested using the Android emulator. --- <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-16 22:35:50 -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#22039