aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Enable Quadgram for personalized dicts."Keisuke Kuroyanagi2014-12-031-1/+1
|\
| * Enable Quadgram for personalized dicts.Keisuke Kuroyanagi2014-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: Total words: 1134659, Success Num: 944709, Success Percentage: 83.259% Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1258, Bad Failure Percentage: 0.111% Failures, with auto-correction (F-C): 28013, F-C Percentage: 2.469% Max Keystrokes: 6072844, Min Keystrokes: 3347332, Keystroke Saving Percentage:44.880% After: Total words: 1134665, Success Num: 945026, Success Percentage: 83.287% Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1271, Bad Failure Percentage: 0.112% Failures, with auto-correction (F-C): 27756, F-C Percentage: 2.446% Max Keystrokes: 6072850, Min Keystrokes: 3290996, Keystroke Saving Percentage:45.808% Change-Id: I16af52a3e9c371b95fd6f0741f45ee6b2443bea6
* | Make LocaleUtils.constructLocaleFromString as @NonnullTadashi G. Takaoka2014-11-211-6/+4
|/ | | | Change-Id: I82d574c67b25239510f3ecc8882efe46e40677eb
* Rename StringUtils methods that handle title case manipulationTadashi G. Takaoka2014-11-191-20/+17
| | | | Change-Id: Iee0dd077a0423f110f4f8dad0f04933045baef2a
* Fix Greek accented upper case lettersTadashi G. Takaoka2014-11-191-6/+20
| | | | | Bug: 18418991 Change-Id: I7b34b126bec70300c83e17bea39e1036de4bf7c2
* Move isRtlLanguage method to LocaleUtilsTadashi G. Takaoka2014-11-121-15/+42
| | | | Change-Id: I485a076b81927fed0da593216fea2c740449ef4c
* Merge "Move util classes under common"Jean Chalard2014-11-074-0/+396
|\
| * Move util classes under commonJean Chalard2014-11-074-0/+396
| | | | | | | | | | | | | | Also why did we have two copies of LocaleUtils >.> Bug: 18108776 Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
* | Fix testsJean Chalard2014-11-071-1/+1
|/ | | | | | Oops. Change-Id: Ib7c8c8284b55a6a6db5b5806ff40188fd06b57fb
* Remove dicttool dependency to NativeSuggestOptionsJean Chalard2014-11-061-0/+76
| | | | | Bug: 18108776 Change-Id: I0f57594617f8d5080aea9002b2356d18bfe97043
* Add null analysis annotations to latinime-commonTadashi G. Takaoka2014-11-025-19/+50
| | | | Change-Id: I06eedd9ab85e5a8890e6809bbf9e88e5b8c14e38
* Remove Dict dependency on WordComposer and ProximityInfoJean Chalard2014-10-291-0/+61
| | | | | Bug: 18108776 Change-Id: I9b399a44241e05a7add9bb8094263aa76de37880
* Move InputPointers and ResizableIntArray to commonJean Chalard2014-10-292-0/+312
| | | | | Bug: 18108776 Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
* Fix test breakageTadashi G. Takaoka2014-10-291-72/+136
| | | | | | This CL also adds null analysis annotations to StringUtils. Change-Id: I751932c1ed2579bc10f4584651b997356f180899
* Move StringUtils under common.Jean Chalard2014-10-281-0/+629
| | | | | Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
* Fix unit test failuresKen Wakasa2014-10-281-0/+4
| | | | Change-Id: I1d66a0124961d524f83f7895a2c09e0ee2c1aab4
* Fix NPE in AppearanceSettingsFragmentTadashi G. Takaoka2014-10-281-0/+10
| | | | | Bug: 18147440 Change-Id: I7a7a47b3484e54146d34d11b5bd9c1305421d829
* Small cleanupKen Wakasa2014-10-241-2/+0
| | | | Change-Id: I2b81450f99d7b4493ba0fc5e502f4333b8db48cd
* Fix unit test breakageTadashi G. Takaoka2014-10-242-1/+7
| | | | Change-Id: I538288054a58eb2c81ce3cbe5c9bef900fb653a5
* 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
* Move annotations classes to latiime-commonKen Wakasa2014-10-231-0/+320
| | | | | | Move Constants.java too. Change-Id: I55e8cf06f61c0a37746a7328834a52a5306cf0f2
* Fix: Follow up to I6fb3516a5061555f6f24b29141c2871d2319b023Ken Wakasa2014-10-221-0/+0
| | | | Change-Id: Iab389c83af0a06a3fff4ae1d7e2a51995fdd41a5
* Add latinime-common local libKen Wakasa2014-10-221-0/+101
This is just a placeholder in this CL. It will be shared by LatinIME, dicttool, and tests. Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023