Skip to content

use capitalization for inputType in EditText

This means that for certain EditTexts, the keyboard will automatically activate the capslock for the first character of every sentence or every word.

This is most noticable in the editWhat of the edit bill screen because it is used often.

There are some cases of EditTextPreference which would also profit from this setting. Unfortunately, I didn't find an easy solution for how to apply the inputType to it.

Merge request reports