aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/utils/CapsModeUtils.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add helper methods to convert flags to readable text•••Change-Id: I23608927cef8a897ff4ad8c938560cc78093ddac Tadashi G. Takaoka2014-10-311-0/+28
* Move StringUtils under common.•••Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b Jean Chalard2014-10-281-0/+1
* Move Constants.java to the latin.common package•••Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d Ken Wakasa2014-10-231-1/+1
* Fix a bug with the Greek question mark.•••Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599 Jean Chalard2014-09-081-4/+13
* Fix a bug where CAPS_WORDS would not be returned.•••Also introduce some unit tests that would have caught the bug. Bug: 17398284 Change-Id: Idb715b7bd2f70992d6cdf4e25ef368809382caefJean Chalard2014-09-051-1/+2
* Fix some auto-caps problems:•••- (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 Jean Chalard2014-05-231-4/+39
* Fix a bug specific to German capitalization.•••Bug: 9663105 Change-Id: Ib68ee4edb135e96dfca229c1ccce308e7e638bdd Jean Chalard2014-01-171-0/+14
* Passing SpacingAndPunctuations to CapsModeUtils.getCapsMode•••Change-Id: I0b06e8cc75a403f7061864c5b7f3f6a2cacd60eb Tadashi G. Takaoka2014-01-091-7/+7
* Add American typography boolean to SpacingAndPunctuations•••Change-Id: Ic2663eaef38fbe7c5bd1fb3a81771e94c2d4de52 Tadashi G. Takaoka2014-01-091-2/+1
* Revert "Revert "Separate spacing and punctuation related settings values""•••This reverts commit 8bc427799a9b7a53103d1edba4a447033fbd8cfa. Change-Id: I34f509998afdb1a7c120fbfdb9f0a1b188224a4d Jean Chalard2014-01-081-3/+3
* Revert "Separate spacing and punctuation related settings values"•••This is conflicting with later changes. Temporary revert for cherry-pick. This reverts commit 0b593ce858d4b406e949f0e809cb77f41da691f9. Change-Id: Id53eadb023a950cfcca496c0cfbfe583c7ec7b8c Jean Chalard2014-01-081-3/+3
* Separate spacing and punctuation related settings values•••Bug: 12179576 Change-Id: Ibafd824a0ea2251843b388e95dcbd8f9bca92d5c Tadashi G. Takaoka2014-01-081-3/+3
* Make the sentence separator a resource.•••This will help handing correctly the armenian full stop. Bug: 10082781 Change-Id: Id7bb219ebd89daba203216eab362d1cc26a65a36 Jean Chalard2013-10-081-12/+8
* Tweak for armenian periods and commas.•••Bug: 7963631 Change-Id: I2eb110949f3d3b7817dbd9448654954fdee39ac2 Jean Chalard2013-09-241-3/+8
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-0/+269