Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

[11170] Turn off auto-suggestion in Android native password fields #7359

Merged
merged 1 commit into from
Jun 2, 2020

Conversation

livecodepanos
Copy link
Contributor

Before this patch:

before

After:

after

@livecodepanos livecodepanos added this to the 9.6.1-rc-1 milestone May 15, 2020
@@ -247,7 +247,7 @@ public void setIsPassword(boolean p_password)
{
m_transformation_method = m_text_view.getTransformationMethod();
m_text_view.setTransformationMethod(PasswordTransformationMethod.getInstance());
m_text_view.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
m_text_view.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use TYPE_TEXT_VARIATION_VISIBLE_PASSWORD instead of TYPE_TEXT_VARIATION_PASSWORD here?
Don't we want the contents to be hidden from the user?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@livecodeian PR Updated :)

@livecodeian
Copy link
Contributor

@livecode-vulcan review ok 7f4b9f4

@livecode-vulcan
Copy link
Contributor

💙 review by @livecodeian ok 7f4b9f4

@livecodepanos
Copy link
Contributor Author

The vulcan checks have successfully finished 30 mins ago, not sure why it still says "pending"

@livecodepanos livecodepanos merged commit cd7d1b7 into livecode:develop-9.6 Jun 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.