aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Consolidate similar methodsTadashi G. Takaoka2014-10-305-37/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL consolidates similar methods in MainKeyboardView. - startWhileTypingFadeinAnimation and startWhileTypingFadeoutAnimation - showSlidingKeyInputPreview and dismissSlidingKeyInputPreview Change-Id: I607ab74683820de2456af3e75663cf8cf358ab38
* | | | | | | | | | | Fix dismiss key preview bug introduced by I658a5b16ccTadashi G. Takaoka2014-10-301-2/+2
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5248374dfe0504f6e64cc5d994e275d80364ec9d
* | | | | | | | | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-2973-2/+127
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Import translations. DO NOT MERGEGeoff Mendal2014-10-2973-2/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3643a631ae94f295bdcd4cf4427fd4bcfef00a17 Auto-generated-cl: translation import
* | | | | | | | | | Fix: TRT and ime-simulator bulid.Keisuke Kuroyanagi2014-10-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1697a907562d1ed6aff2b001763d1594263ba0d3
* | | | | | | | | | Merge "Remove DrawingHandler"Tadashi G. Takaoka2014-10-296-111/+76
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove DrawingHandlerTadashi G. Takaoka2014-10-296-111/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I658a5b16cca1e56f0b944009b8aef09e0a97a0db
* | | | | | | | | | Merge "[CS8] Add explanations"Jean Chalard2014-10-291-16/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [CS8] Add explanationsJean Chalard2014-10-281-16/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13238601 Change-Id: I72a78be5848485f7fd77f5586573692529c7547b
* | | | | | | | | | | Merge "Add a class to have global counters for LanguageModelDictContent."Keisuke Kuroyanagi2014-10-298-7/+209
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add a class to have global counters for LanguageModelDictContent.Keisuke Kuroyanagi2014-10-298-7/+209
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I08ec19903432356b6028853fd73b4eefce20218e
* | | | | | | | | | Remove DrawingHandler.Callbacks.dismissAllKeyPreviews()Tadashi G. Takaoka2014-10-294-32/+8
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2b11ca0dec0f3522648557a9a909f305cc4170fb
* | | | | | | | | Move InputPointers and ResizableIntArray to commonJean Chalard2014-10-2919-53/+22
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18108776 Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
* | | | | | | | Fix test breakageTadashi G. Takaoka2014-10-293-78/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL also adds null analysis annotations to StringUtils. Change-Id: I751932c1ed2579bc10f4584651b997356f180899
* | | | | | | | Merge "Clean up UserDictionaryCompatUtils"Tadashi G. Takaoka2014-10-291-26/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Clean up UserDictionaryCompatUtilsTadashi G. Takaoka2014-10-281-26/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1b22c82930af4f30db4237335850fb34b66f9299
* | | | | | | | | Move StringUtils under common.Jean Chalard2014-10-2837-32/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
* | | | | | | | | Fix tests buildJean Chalard2014-10-281-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I873ab97e2c4b30caa9227d26d7880d5ed6d134b0
* | | | | | | | | Reduce StringUtils dependency on the Android libsJean Chalard2014-10-283-68/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18108776 Change-Id: I43feb25d79f89276d44462ba71788a14c4583277
* | | | | | | | | Fix unit test failuresKen Wakasa2014-10-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1d66a0124961d524f83f7895a2c09e0ee2c1aab4
* | | | | | | | | Merge "Fix Serbian Latin subtype handling"Tadashi G. Takaoka2014-10-286-103/+316
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Serbian Latin subtype handlingTadashi G. Takaoka2014-10-286-103/+316
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL also adds unit tests for Hinglish and Serbian Latin. Bug: 9687668 Bug: 17169632 Change-Id: Ib9aa1bcdf5b390a9d8c61f07165beacf850e2692
* | | | | | | | | Merge "Improve space substitution error correction."Keisuke Kuroyanagi2014-10-286-11/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve space substitution error correction.Keisuke Kuroyanagi2014-10-286-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17432052 [Category diff] +1 262 -1 93 +2 2 -2 18 +3 18 -3 2 +4 111 -4 148 +5 295 -5 217 +6 51 -6 276 +7 139 -7 124 [Weighted category diff] +1 276 -1 100 +2 4 -2 20 +3 20 -3 4 +4 118 -4 160 +5 309 -5 225 +6 52 -6 298 +7 163 -7 135 show diff for ./en_user_log_phones_2011_08.csv +1 173 -1 28 +2 2 -2 17 +3 17 -3 2 +4 63 -4 82 +5 120 -5 51 +6 24 -6 220 +7 88 -7 87 Change-Id: I9d673acb0ff632828ae2e0ead56e76e3a20411c6
* | | | | | | | | | am d0384c1d: (-s ours) am 34e8a1fe: (-s ours) am c04edfc3: (-s ours) Merge ↵Baligh Uddin2014-10-280-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Import translations. DO NOT MERGE" into lmp-dev * commit 'd0384c1d3e641f4eda78a296a6beed6ee442e0fe':
| * | | | | | | | | am 34e8a1fe: (-s ours) am c04edfc3: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-10-270-0/+0
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into lmp-dev * commit '34e8a1fe12e967f8e62fb90c838f7c0ef468eeb5':
| | * | | | | | | | am c04edfc3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-10-190-0/+0
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c04edfc31c8e1538630fe3bff06928669d1e3869': Import translations. DO NOT MERGE
* | | | | | | | | | | am edd51699: (-s ours) am b209b0af: (-s ours) am 815b31f9: (-s ours) Merge ↵Baligh Uddin2014-10-280-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Import translations. DO NOT MERGE" into lmp-dev * commit 'edd51699eccbb684f296d754706e6f36dcab1f6f':
| * | | | | | | | | | am b209b0af: (-s ours) am 815b31f9: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-10-270-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into lmp-dev * commit 'b209b0af2c93889b0f7596d6fad4946eb92c0844':
| | * | | | | | | | | am 815b31f9: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-10-190-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '815b31f9034dfe56b41852edcb87414db1d1d177': Import translations. DO NOT MERGE
* | | | | | | | | | | | am 9a3a3db1: (-s ours) am 79d81b58: (-s ours) am cf1c95ec: (-s ours) Merge ↵Baligh Uddin2014-10-280-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Import translations. DO NOT MERGE" into lmp-dev * commit '9a3a3db19cc97307fbaa7a9e61204b359db026ad':
| * | | | | | | | | | | am 79d81b58: (-s ours) am cf1c95ec: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-10-270-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into lmp-dev * commit '79d81b58dd4166b46e43849979d7eca2c5f8ccb8':
| | * | | | | | | | | | am cf1c95ec: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-10-190-0/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cf1c95ec2264a4dd08365ff6cdf97e92976c390c': Import translations. DO NOT MERGE
* | | | | | | | | | | | | am 9d883f2e: (-s ours) am aa62905b: (-s ours) am be25b245: (-s ours) Import ↵Baligh Uddin2014-10-280-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE * commit '9d883f2e84d3fc721a45774f5efdafb9b7286dca':
| * | | | | | | | | | | | am aa62905b: (-s ours) am be25b245: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-10-270-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'aa62905bbc7a33f1e743b2b2ba860cd1b130698e':
| | * | | | | | | | | | | am be25b245: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-10-190-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'be25b245f6320ed16fc77c5a09e15a7d15511702': Import translations. DO NOT MERGE
* | | | | | | | | | | | | | am ab5d4e11: am 199b7636: am ecea8551: Fix a bug with no suggestions flagJean Chalard2014-10-280-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ab5d4e11a0061ef36183c7e3889da84ac87320d2':
| * | | | | | | | | | | | | am 199b7636: am ecea8551: Fix a bug with no suggestions flagJean Chalard2014-10-270-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '199b76363aa5377a79e198813679f6e3908759b1':
| | * | | | | | | | | | | | am ecea8551: Fix a bug with no suggestions flagJean Chalard2014-10-152-4/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ecea8551c39a497e036be5c010d7ddb6b51a36bc': Fix a bug with no suggestions flag
* | | | | | | | | | | | | | | am 09b8cbc2: (-s ours) am 8ee7e33b: (-s ours) am ae3ad8eb: (DO NOT MERGE) ↵Tadashi G. Takaoka2014-10-280-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix checking a11y status just before calling an a11y method * commit '09b8cbc278bbcb3081b09e6651eef4f141fc874e':
| * | | | | | | | | | | | | | am 8ee7e33b: (-s ours) am ae3ad8eb: (DO NOT MERGE) Fix checking a11y status ↵Tadashi G. Takaoka2014-10-270-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just before calling an a11y method * commit '8ee7e33b8cdbacac62455040a2b02b62584741bc':
| | * | | | | | | | | | | | | am ae3ad8eb: (DO NOT MERGE) Fix checking a11y status just before calling an ↵Tadashi G. Takaoka2014-10-154-9/+15
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a11y method * commit 'ae3ad8ebdd1a3239e17fd14e50a8e9670cb5b61a': (DO NOT MERGE) Fix checking a11y status just before calling an a11y method
* | | | | | | | | | | | | | | | am 3e5dbefe: (-s ours) am 820f5aeb: (-s ours) am d218ba4b: (-s ours) Import ↵Geoff Mendal2014-10-280-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE * commit '3e5dbefeb4b400e931dd1a8945fef8b945379f78':
| * | | | | | | | | | | | | | | am 820f5aeb: (-s ours) am d218ba4b: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2014-10-270-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '820f5aebe51889a611f7444475688e4053695f04':
| | * | | | | | | | | | | | | | am d218ba4b: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2014-10-070-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd218ba4b518b38ee2ab144e16c9b60a91eacdf95': Import translations. DO NOT MERGE
* | | | | | | | | | | | | | | | | am eefda919: (-s ours) am 83203a84: (-s ours) am 4f4ef946: (-s ours) Import ↵Baligh Uddin2014-10-280-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE * commit 'eefda919c3ee1f26ea5a0134e1bdd26882169108':
| * | | | | | | | | | | | | | | | am 83203a84: (-s ours) am 4f4ef946: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-10-270-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '83203a847a2abb3dbdccc995c34afef648b461f4':
| | * | | | | | | | | | | | | | | am 4f4ef946: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-10-050-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4f4ef946adf06aa89f4738de9b60832938c70012': Import translations. DO NOT MERGE
* | | | | | | | | | | | | | | | | | am c494a3a1: (-s ours) am d755e3df: (-s ours) am d3a5b55b: (-s ours) Import ↵Baligh Uddin2014-10-280-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE * commit 'c494a3a1677807fea2ea3522b8e0de231014d167':
| * | | | | | | | | | | | | | | | | am d755e3df: (-s ours) am d3a5b55b: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-10-270-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd755e3df4b6717da3ba53ef341735eae72c06340':