Skip to content
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

Improve edit fields in Android client #1177

Closed
2 of 10 tasks
CoBC opened this issue Dec 20, 2021 · 9 comments
Closed
2 of 10 tasks

Improve edit fields in Android client #1177

CoBC opened this issue Dec 20, 2021 · 9 comments

Comments

@CoBC
Copy link
Contributor

CoBC commented Dec 20, 2021

Description

Some edit fields in Android client should be reimplemented with better settings. Here are some examples:

  • In server properties:
  • Autocapitalization on password field should be disabled
  • Spelling corrector on hostname field should also be disabled.

Application

  • qtTeamTalk
  • TeamTalkAndroid
  • iTeamTalk
  • TeamTalkClassic
  • TeamTalkServer

Platform

  • Windows
  • macOS
  • Android
  • iOS
  • Linux

Expected behavior

No response

Actual behavior

No response

Steps to reproduce problem

  1. Go to server properties
  2. Try to write something in hostname or password field.
@bear101
Copy link
Contributor

bear101 commented Jan 10, 2022

Phew, I've tried the following options for EditTextPreference but still it doesn't work:

  • android:inputType="textNoSuggestions"
  • android:inputType="textFilter"

@beqabeqa473 Do you have any idea how to disable autocorrect in pref_serverentry.xml ?

@beqabeqa473
Copy link
Contributor

beqabeqa473 commented Jan 10, 2022 via email

@CoBC
Copy link
Contributor Author

CoBC commented Jan 10, 2022 via email

@beqabeqa473
Copy link
Contributor

beqabeqa473 commented Jan 12, 2022 via email

@beqabeqa473
Copy link
Contributor

beqabeqa473 commented Jan 12, 2022 via email

@bear101
Copy link
Contributor

bear101 commented Jan 12, 2022

If I e.g. write "my" followed by space in "username" field on my Samsung A10 with Android 11 then it is being corrected as "My ".

@beqabeqa473
Copy link
Contributor

beqabeqa473 commented Jan 12, 2022 via email

@beqabeqa473
Copy link
Contributor

beqabeqa473 commented Jan 13, 2022 via email

@bear101
Copy link
Contributor

bear101 commented Jan 11, 2023

I'll close this issue since there does not seem to be a way to fix it.

@bear101 bear101 closed this as completed Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants