Skip to content

Honor input_type Textinput property to choose the type of keyboard #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 20, 2013

Conversation

akshayaurora
Copy link
Member

displayed for the TextInput. accompanied with
kivy/kivy#1543

Fixes #138 by auto setting the type of keyboard to TYPE_CLASS_TEXT|TYPE_TEXT_VARIATION_PASSWORD or
TYPE_CLASS_NUMBER|TYPE_NUMBER_VARIATION_PASSWORD when password is set to True in a TextInput

@tito
Copy link
Member

tito commented Oct 9, 2013

This might be dangerous, you break the ABI, and then, the stable version will not work. Ie, we must sync kivy stable version as well, or not break the ABI :)

@akshayaurora
Copy link
Member Author

So do the pull for the keyboard fixes for kivy-stable too?

tito added a commit that referenced this pull request Nov 20, 2013
Honor `input_type` Textinput property to choose the type of keyboard
@tito tito merged commit ca369d7 into master Nov 20, 2013
@tito tito deleted the keyboard+type branch November 20, 2013 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android keyboards do not recognize Password fields as secure passwords
2 participants