aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use PrevWordsInfo.getPrevWordCount() in Java side.Keisuke Kuroyanagi2014-09-172-20/+18
| | | | | Bug: 14425059 Change-Id: Ie6295ff657c483876af403f2d474b7d857e5e3d6
* Merge "Use ReadOnlyByteArrayView in Ver2ParticiaTrieNodeReader."Keisuke Kuroyanagi2014-09-173-13/+11
|\
| * Use ReadOnlyByteArrayView in Ver2ParticiaTrieNodeReader.Keisuke Kuroyanagi2014-09-173-13/+11
| | | | | | | | Change-Id: Ie3325bb9666c7ff6d519a1b72ed2fe9fc4f140a9
* | Merge "Use ReadOnlyByteArrayView in Ver2PtNodeArrayReader."Keisuke Kuroyanagi2014-09-173-12/+11
|\|
| * Use ReadOnlyByteArrayView in Ver2PtNodeArrayReader.Keisuke Kuroyanagi2014-09-173-12/+11
| | | | | | | | Change-Id: Ia1065465abdf7c64fadb3ff1efd2a4d2df343264
* | Merge "Use ReadOnlyByteArrayView in ShortcutListPolicy"Keisuke Kuroyanagi2014-09-175-26/+26
|\|
| * Use ReadOnlyByteArrayView in ShortcutListPolicyKeisuke Kuroyanagi2014-09-175-26/+26
| | | | | | | | Change-Id: I03a6f49c9005306bcc5fce8b7e4d37b8d30b9faa
* | Merge "Use ReadOnlyByteArrayView in BigramListPolicy."Keisuke Kuroyanagi2014-09-173-28/+26
|\|
| * Use ReadOnlyByteArrayView in BigramListPolicy.Keisuke Kuroyanagi2014-09-173-28/+26
| | | | | | | | Change-Id: I0f8e8044c8803a7a542f97be5b8f08fdb5ae3926
* | Merge "Use ReadOnlyByteArrayView in PatriciaTriePolicy."Keisuke Kuroyanagi2014-09-173-44/+59
|\|
| * Use ReadOnlyByteArrayView in PatriciaTriePolicy.Keisuke Kuroyanagi2014-09-173-44/+59
| | | | | | | | Change-Id: I4ef01c0af73f27c256cc1a719343be836913dc71
* | Merge "Add firstOrDefault and lastOrDefault to IntArrayView."Keisuke Kuroyanagi2014-09-174-3/+37
|\ \
| * | Add firstOrDefault and lastOrDefault to IntArrayView.Keisuke Kuroyanagi2014-09-174-3/+37
| | | | | | | | | | | | Change-Id: I854c02eff3fa0b53c72a5f1cabce001f4854ada0
* | | Merge "Use CodePointArrayView in DictionaryUtils."Keisuke Kuroyanagi2014-09-173-7/+8
|\ \ \ | | |/ | |/|
| * | Use CodePointArrayView in DictionaryUtils.Keisuke Kuroyanagi2014-09-173-7/+8
| | | | | | | | | | | | Change-Id: I9ae308e60124ea5acb4ee09847c4fdd58ff168e2
* | | Merge "Use CodePointArrayView in Dictionary."Keisuke Kuroyanagi2014-09-173-50/+51
|\| |
| * | Use CodePointArrayView in Dictionary.Keisuke Kuroyanagi2014-09-173-50/+51
| | | | | | | | | | | | Change-Id: I63fa0a8348f6de6ec7a424a8033e936b4af72beb
* | | Merge "Use IntArrayView in DynamicPtUpdatingHelper."Keisuke Kuroyanagi2014-09-177-95/+85
|\| |
| * | Use IntArrayView in DynamicPtUpdatingHelper.Keisuke Kuroyanagi2014-09-177-95/+85
| | | | | | | | | | | | Change-Id: Ifa185eba7dd9abee1b35e49fe559be1042ca63d7
* | | Merge "Revert "Revert "Fall back to default keyboard theme"""Tadashi G. Takaoka2014-09-176-52/+133
|\ \ \
| * | | Revert "Revert "Fall back to default keyboard theme""Tadashi G. Takaoka2014-09-176-52/+133
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 821486ba8b7a8e2d1a8f31846af456faf076d126. Change-Id: If0285c87edcd5f7d3c5449026953a74bf1125f65
* | | | Merge "Revert "Fall back to default keyboard theme""Tadashi G. Takaoka2014-09-176-133/+52
|\| | |
| * | | Revert "Fall back to default keyboard theme"Tadashi G. Takaoka2014-09-176-133/+52
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6ed8b183262063d009e3bb2264e2fe04d780dea3. Change-Id: I48f775e54f4077e556b26bc0146bc918421c6845
* | | | Merge "Fall back to default keyboard theme"Tadashi G. Takaoka2014-09-176-52/+133
|\| | | | |/ / |/| |
| * | Fall back to default keyboard themeTadashi G. Takaoka2014-09-176-52/+133
| | | | | | | | | | | | | | | Bug: 17537884 Change-Id: I3452d6d4a5837c6b2d417c8d256c121df86131cc
* | | Merge "Fix tests."Jean Chalard2014-09-171-0/+3
|\ \ \ | |_|/ |/| |
| * | Fix tests.Jean Chalard2014-09-171-0/+3
| | | | | | | | | | | | | | | | | | | | | Looper.prepare() is not called automatically for us any more. Bug: 17518123 Change-Id: I2fb6caa4ef79ce7ed86ff58518f4b000483e508f
* | | Merge "Support n-gram for look-up."Keisuke Kuroyanagi2014-09-176-18/+28
|\ \ \ | |/ / |/| |
| * | Support n-gram for look-up.Keisuke Kuroyanagi2014-09-176-18/+28
| |/ | | | | | | | | Bug: 14425059 Change-Id: I19523c29fb802cd65158c7540d1608e7f55c4ca7
* / Making spelling of the word "distracters" consistentAdrian Velicu2014-09-173-8/+8
|/ | | | | Bug: 17537869 Change-Id: Ibfc1c84aff72aeb76c9b127503369d00f3dfaceb
* Merge "Support removing n-gram entry in structure policy."Keisuke Kuroyanagi2014-09-172-12/+2
|\
| * Support removing n-gram entry in structure policy.Keisuke Kuroyanagi2014-09-162-12/+2
| | | | | | | | | | Bug: 14425059 Change-Id: Ifd2ac97a15dcbb936e2f068866a9d1ee68759ba2
* | Merge "Support adding n-gram entry in structure policy."Keisuke Kuroyanagi2014-09-173-16/+7
|\|
| * Support adding n-gram entry in structure policy.Keisuke Kuroyanagi2014-09-163-16/+7
| | | | | | | | | | Bug: 14425059 Change-Id: Ia207d3c4735b1d6d43f18d18a70d28af613cb458
* | am cf5fc1ea: am 4e1f1689: am 5ae05786: Merge "Fix drawing of custom action ↵Tadashi G. Takaoka2014-09-162-1/+7
|\ \ | | | | | | | | | | | | | | | | | | label key" into lmp-dev * commit 'cf5fc1ea065873cd6d7b1d5d467940e4e45354d3': Fix drawing of custom action label key
| * \ am 4e1f1689: am 5ae05786: Merge "Fix drawing of custom action label key" ↵Tadashi G. Takaoka2014-09-162-1/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev * commit '4e1f168967cf462e7cd54a4505d0d08ef9d4552d': Fix drawing of custom action label key
| | * \ am 5ae05786: Merge "Fix drawing of custom action label key" into lmp-devTadashi G. Takaoka2014-09-162-1/+7
| | |\ \ | | | | | | | | | | | | | | | | | | | | * commit '5ae057862e316bac7971d2ec325e57d5ff54c592': Fix drawing of custom action label key
| | | * \ Merge "Fix drawing of custom action label key" into lmp-devTadashi G. Takaoka2014-09-162-1/+7
| | | |\ \
| | | | * | Fix drawing of custom action label keyTadashi G. Takaoka2014-09-162-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17488054 Change-Id: I433561ed19ec2a79402867a0395a3e388730f087
* | | | | | Merge "Add StatsUtils.onAutoCorrection method."Mohammadinamul Sheik2014-09-163-3/+27
|\ \ \ \ \ \
| * | | | | | Add StatsUtils.onAutoCorrection method.Mohammadinamul Sheik2014-09-163-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9547b6c0f082ef7c09b251a6458badb65a841229
* | | | | | | Merge "Add a production flag for account sign-in"Sandeep Siddhartha2014-09-161-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add a production flag for account sign-inSandeep Siddhartha2014-09-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [1/2] Bug: 17464068 Change-Id: Ie45191c74a97c44711dc0c6d65cc262fd9742abe
* | | | | | | am 1f76ef0e: (-s ours) am 6e0e130e: (-s ours) am 81c1daa9: (-s ours) Merge ↵Baligh Uddin2014-09-160-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Import translations. DO NOT MERGE" into lmp-dev * commit '1f76ef0e71b7c86d6b6582e67152a72e91108356': Import translations. DO NOT MERGE
| * | | | | | am 6e0e130e: (-s ours) am 81c1daa9: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-09-160-0/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into lmp-dev * commit '6e0e130eb3d1446bcefedac080d970d5c07893f8': Import translations. DO NOT MERGE
| | * | | | | am 81c1daa9: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-160-0/+0
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | * commit '81c1daa9da9fec665670f29c9c3aec2dbf34c359': Import translations. DO NOT MERGE
| | | * | | | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-162-2/+2
| | | |\ \ \ \
| | | | * | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-152-2/+2
| | | | | |/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | Change-Id: I893b13ee353d4ce57b34bf8ca4e0e3a5ddc0b068 Auto-generated-cl: translation import
* | | | | | | am 12e57c5a: (-s ours) am b8ca040c: (-s ours) am b979cd54: (-s ours) Merge ↵Baligh Uddin2014-09-160-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Import translations. DO NOT MERGE" into lmp-dev * commit '12e57c5a720ef3f22b690fc65e13dde67e271959': Import translations. DO NOT MERGE
| * | | | | | am b8ca040c: (-s ours) am b979cd54: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-09-160-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into lmp-dev * commit 'b8ca040c3edcfe9daf3531276862d8dbbaa6b7f6': Import translations. DO NOT MERGE