[PR #983] [MERGED] Workaround for disabling predictive text in visible password fields #2694

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/983
Author: @mpbw2
Created: 6/15/2020
Status: Merged
Merged: 6/16/2020
Merged by: @mpbw2

Base: masterHead: workaround-predictivetext


📝 Commits (2)

  • 6df0d3d Workaround for disabling predictive text in visible password fields
  • 5865456 Fix for non-master branch iOS builds (#984)

📊 Changes

2 files changed (+42 additions, -4 deletions)

View changed files

📝 .github/workflows/build.yml (+0 -3)
📝 src/Android/Renderers/CustomEntryRenderer.cs (+42 -1)

📄 Description

A workaround for disabling predictive text while editing visible password fields on Android (see code comments for details/links on what and why). This should suffice until the Xamarin.Forms bug has been fixed:

https://github.com/xamarin/Xamarin.Forms/issues/10857


🔄 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/983 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 6/15/2020 **Status:** ✅ Merged **Merged:** 6/16/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `workaround-predictivetext` --- ### 📝 Commits (2) - [`6df0d3d`](https://github.com/bitwarden/android/commit/6df0d3dff7c385be0f4bdc2eeabdcc4a307ac83f) Workaround for disabling predictive text in visible password fields - [`5865456`](https://github.com/bitwarden/android/commit/58654569349dedf300fb0041883f1f0a7ebc299b) Fix for non-master branch iOS builds (#984) ### 📊 Changes **2 files changed** (+42 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+0 -3) 📝 `src/Android/Renderers/CustomEntryRenderer.cs` (+42 -1) </details> ### 📄 Description A workaround for disabling predictive text while editing visible password fields on Android (see code comments for details/links on what and why). This should suffice until the Xamarin.Forms bug has been fixed: https://github.com/xamarin/Xamarin.Forms/issues/10857 --- <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:22:49 -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#2694