aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/utils/RecapitalizeStatus.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-221/+0
|
* Update language to comply with Android’s inclusive language guidanceSeigo Nonaka2020-07-221-1/+1
| | | | | | | | See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: tapas LatinIME && m Change-Id: I2ffb39ff70f61e579b62761d3da526a545dead1f
* Add helper methods to convert flags to readable textTadashi G. Takaoka2014-10-311-0/+11
| | | | Change-Id: I23608927cef8a897ff4ad8c938560cc78093ddac
* Move StringUtils under common.Jean Chalard2014-10-281-0/+2
| | | | | Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
* Don't recapitalize just at the start of inputJean Chalard2014-06-041-0/+16
| | | | | Bug: 13283555 Change-Id: Iab0466425dc44779d110f2cd29d725d22eb04827
* RefactoringJean Chalard2014-06-041-9/+9
| | | | | | | | | Rename `initialize' to `start' and `deactivate' to `stop' for ease of understanding. It's completely bizarre that you can "deactivate" a recapitalization and that will just restart a new one the next time you press shift. Start and stop are easier to understand. Change-Id: I455175aebfcfe11198c6c61bf2c6b19efc3f82df
* Use sorted int[] to represent word separatorsTadashi G. Takaoka2014-01-201-8/+10
| | | | Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+190
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa