scribe-org / Scribe-Android

Android app with keyboards for language learners
GNU General Public License v3.0
29 stars 14 forks source link

Fix autocapitalization (including after ., ! and ?) #19

Closed andrewtavis closed 2 years ago

andrewtavis commented 2 years ago

Terms

Description

One thing that needs to be added to Scribe-Android autocapitalization when the keyboard is activated, as well as switching back to letter keys and capitalizing the keyboard after periods, exclamation points, and question marks.

This issue is to derive where the changes need to occur and to implement them.

Contribution

I'll work on this if others don't have interest. This should definitely be included in the 1.0.0 release.

andrewtavis commented 2 years ago

It appears that autocapitalization is included, but sometimes it's triggered incorrectly. Specifically sometimes it's triggered after commas.

andrewtavis commented 2 years ago

Looking further the above comment was only in a field that specifically should be capitalized. Auto-capitalization does appear to work as it should within a messenger context.

Closing :)