Don't auto-capitalize every word when entering text

I’d like to recommend that the Android app does not auto-capitalize the first letter of each individual word when entering text descriptions (naming routines, things, etc). It’s much easier to enable capitalization when wanted rather than go back and lowercase the first letter of each word.

To meet in the middle, just have it capitalize the first character of the first word instead of all words by default. This should just be matter of using the TYPE_TEXT_FLAG_CAP_SENTENCES constant instead of TYPE_TEXT_FLAG_CAP_WORDS.

2 Likes

I second this request and ask that it be made consistent in the iOS app too (the one I use).

2 Likes