-
Notifications
You must be signed in to change notification settings - Fork 249
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
Keyboard is always set to lower case #284
Comments
Does that affect all fields? I guess that's caused by the input type of the EditText elements. |
Yes, this occurs on every text input field. |
I am not sure I understand the issue, because lower case is the default behavior for EditText's. We don't apply any special capitalizing as I see it. |
Capitalizing the start of each input field text would be nice! Think this fits everywhere. Gabor Keszthelyi notifications@github.com schrieb am 10.10.2016 18:15: I am not sure I understand the issue, because lower case is the default behavior for EditText's. We don't apply any special capitalizing as I see it. — |
@dmfs Can you please confirm that we should set all input text fields in the app, listed below, to capitalize first letters, i.e. set Create/rename list dialog |
Yes, I think that totally makes sense in most languages. There may be languages in which it's not common to do that though. So we should keep this in mind. For now we change this for all languages. |
Ok, I created the pull request. While we are at it, there are other texts (not input fields) in the app which seemed strange for me first when I saw them in the app that they are lowercase. Like the status, priorities, privacy: |
I'm a technical person (:p), but this just applies to source code, where (depending on the language and project) variables are started lowercase. This doesn't apply to the regular language, since grammar in all languages known to me, requires every sentence and headings to be started upper case. So I'd make them upper case, too. |
well, but these words are not used in the context of a sentence or a headline. |
What for? |
Because changing all labels to uppercase is completely a different issue. This one is already fixed by the pull request and will be closed when the PR is merged. |
I'd say this is included, as you can reference multiple commits with this bug, but ok. |
Separate issue raised for capitalizing those text: #290. |
With half a year passed by and commits done to the source, I wonder why this wasn't included in an update…? |
Somehow the keyboard is preset to use lower case every time for the first word. I've never seen this in Android before, please correct this behaviour! :)
The text was updated successfully, but these errors were encountered: