aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use enum to specify ngram type.•••Change-Id: Ie28768ceadcd7a2d940c57eb30be7d4c364e509f Keisuke Kuroyanagi2014-11-2514-251/+218
* Fix an NPE.•••Change-Id: Ie5ab5cc716ef1211eb9ad76baa0467455e1f1a71 Jean Chalard2014-11-202-5/+8
* Merge "Fix a NPE"Jean Chalard2014-11-201-0/+6
|\
| * Fix a NPE•••Bug: 18451316 Change-Id: Ia20bf388471f84c963354df050182e722d966a02 Jean Chalard2014-11-201-0/+6
* | Make the typed word a SuggestedWordInfo•••That allows to carry the language information in an accurate manner. Bug: 18063142 Change-Id: I0bca8981372ae10648274095b18b26a3686b762b Jean Chalard2014-11-205-51/+59
|/
* Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-11-192-4/+4
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ia452550ea624897c092ef024c1d8b0dad4eabacf Auto-generated-cl: translation import Geoff Mendal2014-11-192-4/+4
* | Import translations. DO NOT MERGE•••Change-Id: Iddd628f70020ed3bf60baa4331418b91f3920eb3 Auto-generated-cl: translation import Geoff Mendal2014-11-191-1/+1
|/
* Merge "Cleanup StringAndJsonUtilsTests"Tadashi G. Takaoka2014-11-194-503/+495
|\
| * Cleanup StringAndJsonUtilsTests•••Change-Id: I7d35492c439c9419915251387b0c12e205740586 Tadashi G. Takaoka2014-11-194-503/+495
* | Merge "Fix oscillations on ICS"Jean Chalard2014-11-192-11/+33
|\ \ | |/ |/|
| * Fix oscillations on ICS•••Bug: 18181427 Change-Id: Ib4dd62037b1f7b2d10496ee3e45b4a138e29f90a Jean Chalard2014-11-192-11/+33
* | Rename StringUtils methods that handle title case manipulation•••Change-Id: Iee0dd077a0423f110f4f8dad0f04933045baef2a Tadashi G. Takaoka2014-11-197-70/+72
* | Merge "Fix Greek accented upper case letters"Tadashi G. Takaoka2014-11-194-8/+216
|\ \
| * | Fix Greek accented upper case letters•••Bug: 18418991 Change-Id: I7b34b126bec70300c83e17bea39e1036de4bf7c2 Tadashi G. Takaoka2014-11-194-8/+216
* | | Merge "Fix the base character of D with stroke"Jean Chalard2014-11-191-1/+6
|\ \ \
| * | | Fix the base character of D with stroke•••Bug: 18436480 Change-Id: Ic92cae7c85c07c8f62a5b6e69d2b71e204aff50d Jean Chalard2014-11-191-1/+6
| | |/ | |/|
* | | Merge "Remove the other deprecated constructor to SuggestedWords"Jean Chalard2014-11-196-35/+42
|\ \ \ | |_|/ |/| |
| * | Remove the other deprecated constructor to SuggestedWords•••Change-Id: Ied821df01e032ebc913d2f15dffdf41a51372ea4 Jean Chalard2014-11-176-35/+42
* | | Fix SubtypeLocaleUtils.getSubtypeNameForLogging accepting null•••Change-Id: Ic5cb55e24a2d843027ccc4e8e5d6954f9391c125 Tadashi G. Takaoka2014-11-191-1/+2
* | | Remove preliminary mark from Bengali Akkhor keyboard•••Bug: 16143057 Change-Id: I4f048a15b8b810f47622c8ec87773ff7470d20f2 Tadashi G. Takaoka2014-11-181-3/+1
* | | Rename a confusing method name•••...and fix a bug that happened because of it. Bug: 18417740 Change-Id: I7a33780adcb8f4e2625abcd3eec906dfee1f5dcf Jean Chalard2014-11-181-10/+12
| |/ |/|
* | Merge "Add unit tests for ArgumentsParser.validateSpecs()."Keisuke Kuroyanagi2014-11-174-3/+91
|\ \
| * | Add unit tests for ArgumentsParser.validateSpecs().•••Bug: 10059681 Change-Id: I3ba5d856ad679e32dd3360863335c436ad6e7301 Keisuke Kuroyanagi2014-11-184-3/+91
* | | Merge "Revert "Follow up to https://android-review.googlesource.com/114561""Ken Wakasa2014-11-171-3/+0
|\ \ \ | |/ / |/| |
| * | Revert "Follow up to https://android-review.googlesource.com/114561"•••This reverts commit 64d3f78ee5d9dabf7df6106241dfae3334b34714 per https://android-review.googlesource.com/114664 Change-Id: I2acab828d41e79847db72f8d2677c12173a323b6 Ken Wakasa2014-11-171-3/+0
* | | Merge "Follow up to https://android-review.googlesource.com/114561"Ken Wakasa2014-11-171-0/+3
|\| |
| * | Follow up to https://android-review.googlesource.com/114561•••Looks like unbundled builds need to use --hash-style=sysv for the sake of compatibility Change-Id: Ia7b3a1cc3b2c91a8628551888a74925926dff855 Ken Wakasa2014-11-171-0/+3
| |/
* | Merge "Refactor KeyboardState.SavedKeyboardState class a bit"Tadashi G. Takaoka2014-11-171-23/+28
|\ \
| * | Refactor KeyboardState.SavedKeyboardState class a bit•••Change-Id: I5be7339c4797b0308c1a192d2984056619fdfbdd Tadashi G. Takaoka2014-11-101-23/+28
* | | Merge "Remove deprecated Canvas.clipRegion(Region) call"Tadashi G. Takaoka2014-11-171-56/+58
|\ \ \ | |_|/ |/| |
| * | Remove deprecated Canvas.clipRegion(Region) call•••Change-Id: I88e0a8d327c17bf4bafbe44cdfa265f5d0acb879 Tadashi G. Takaoka2014-10-311-56/+58
* | | Merge "Define arguments for commands in dicttoolkit."Keisuke Kuroyanagi2014-11-1616-9/+455
|\ \ \
| * | | Define arguments for commands in dicttoolkit.•••Bug: 10059681 Change-Id: I1ceaeeaa9e2055c357fe969818498de9d6288862 Keisuke Kuroyanagi2014-11-1516-9/+455
* | | | Bumping metadata database version to 11.•••Change-Id: I19e2f701f3e2334355bfd7105f9b62dcb53cc209 Adrian Velicu2014-11-141-1/+2
* | | | More verbosity when reporting broken dictionaries•••Also added toString for AssetFileAddress for easier debugging. Change-Id: Ie5d15d12bae46c31b28d8c67002e627f4c6690e3 Adrian Velicu2014-11-142-1/+7
* | | | Merge "Fix emoji key background of Holo themes"Tadashi G. Takaoka2014-11-1411-9/+17
|\ \ \ \
| * | | | Fix emoji key background of Holo themes•••Bug: 18361310 Change-Id: Ie56f2af8fc43499d1fa1d505fb4941cd5dba1395 Tadashi G. Takaoka2014-11-1311-9/+17
| |/ / /
* | | | Merge "UpdateHandler to support v202 dicts."Adrian Velicu2014-11-142-3/+5
|\ \ \ \
| * | | | UpdateHandler to support v202 dicts.•••Change-Id: Ib61a5005a82927f5e12a19c9c14f20d46572cf31 Adrian Velicu2014-11-122-3/+5
* | | | | Merge "Implement UserHistoryDictionary for each user account."Jatin Matani2014-11-144-27/+128
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Implement UserHistoryDictionary for each user account.•••UserHistoryDictionary currently uses locale to determine the UserHistoryDictionary on the filesystem. With this change we use the account name as well. Thus each UserHistoryDictionary would following the following spec: UserHistoryDictionary.<locale>.<account>.dict. In case no account is selected, we default to the existing spec: UserHistoryDictionary.<locale>.dict Example UserHistoryDictionary.en_US.testaccount@example.com.dict Bug: 18104749 Change-Id: Iab031e166b55cf2ded68275a7e9be22475737b37 Jatin Matani2014-11-134-27/+128
* | | | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-11-131-1/+1
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGE•••Change-Id: I68454cd9f59632e0c3a19635054a89c6f05142ee Auto-generated-cl: translation import Geoff Mendal2014-11-121-1/+1
| | |/ / / | |/| | |
* | | | | Merge "Add OffdeviceIntermediateDictHeader."Keisuke Kuroyanagi2014-11-133-1/+52
|\ \ \ \ \
| * | | | | Add OffdeviceIntermediateDictHeader.•••Used to have header information in OffdeviceIntermediateDict. Bug: 10059681 Change-Id: I966c26e514ddd229cf5597d3b96941234c530863Keisuke Kuroyanagi2014-11-133-1/+52
* | | | | | Merge "Utf8Utils for dicttoolkit."Keisuke Kuroyanagi2014-11-134-2/+265
|\| | | | |
| * | | | | Utf8Utils for dicttoolkit.•••Bug: 10059681 Change-Id: Ie484ba8096823792f0ac663524d1c02d1be070e9 Keisuke Kuroyanagi2014-11-134-2/+265
* | | | | | Move isRtlLanguage method to LocaleUtils•••Change-Id: I485a076b81927fed0da593216fea2c740449ef4c Tadashi G. Takaoka2014-11-125-38/+45
* | | | | | Merge "Add RichInputMethodSubtype.getKeyboardLayoutSetName"Tadashi G. Takaoka2014-11-135-7/+8
|\ \ \ \ \ \