aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/utils/CapsModeUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-357/+0
|
* Update language to comply with Android’s inclusive language guidanceSeigo Nonaka2020-07-221-2/+2
| | | | | | | | 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/+28
| | | | Change-Id: I23608927cef8a897ff4ad8c938560cc78093ddac
* Move StringUtils under common.Jean Chalard2014-10-281-0/+1
| | | | | Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* Fix a bug with the Greek question mark.Jean Chalard2014-09-081-4/+13
| | | | | Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599
* Fix a bug where CAPS_WORDS would not be returned.Jean Chalard2014-09-051-1/+2
| | | | | | Also introduce some unit tests that would have caught the bug. Bug: 17398284 Change-Id: Idb715b7bd2f70992d6cdf4e25ef368809382caef
* Fix some auto-caps problems:Jean Chalard2014-05-231-4/+39
| | | | | | | | | - (mainly for Spanish) auto-caps after inverted bang and what - (German only) don't auto-cap after digits-period-space Bug: 15177663 Bug: 12206753 Change-Id: Ia214bc067319469d9debbbfbdcb1dcff980847f0
* Fix a bug specific to German capitalization.Jean Chalard2014-01-171-0/+14
| | | | | Bug: 9663105 Change-Id: Ib68ee4edb135e96dfca229c1ccce308e7e638bdd
* Passing SpacingAndPunctuations to CapsModeUtils.getCapsModeTadashi G. Takaoka2014-01-091-7/+7
| | | | Change-Id: I0b06e8cc75a403f7061864c5b7f3f6a2cacd60eb
* Add American typography boolean to SpacingAndPunctuationsTadashi G. Takaoka2014-01-091-2/+1
| | | | Change-Id: Ic2663eaef38fbe7c5bd1fb3a81771e94c2d4de52
* Revert "Revert "Separate spacing and punctuation related settings values""Jean Chalard2014-01-081-3/+3
| | | | | | This reverts commit 8bc427799a9b7a53103d1edba4a447033fbd8cfa. Change-Id: I34f509998afdb1a7c120fbfdb9f0a1b188224a4d
* Revert "Separate spacing and punctuation related settings values"Jean Chalard2014-01-081-3/+3
| | | | | | | | This is conflicting with later changes. Temporary revert for cherry-pick. This reverts commit 0b593ce858d4b406e949f0e809cb77f41da691f9. Change-Id: Id53eadb023a950cfcca496c0cfbfe583c7ec7b8c
* Separate spacing and punctuation related settings valuesTadashi G. Takaoka2014-01-081-3/+3
| | | | | Bug: 12179576 Change-Id: Ibafd824a0ea2251843b388e95dcbd8f9bca92d5c
* Make the sentence separator a resource.Jean Chalard2013-10-081-12/+8
| | | | | | | This will help handing correctly the armenian full stop. Bug: 10082781 Change-Id: Id7bb219ebd89daba203216eab362d1cc26a65a36
* Tweak for armenian periods and commas.Jean Chalard2013-09-241-3/+8
| | | | | Bug: 7963631 Change-Id: I2eb110949f3d3b7817dbd9448654954fdee39ac2
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+269
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa