aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix subtype count unit test due to Ic7c17d9656Tadashi G. Takaoka2014-04-041-1/+1
| | | | Change-Id: Id708752e0d97a78ce02623956e32b990bc2a1cfd
* Merge "Add hindi_compact keyboard"Tadashi G. Takaoka2014-04-0342-13/+1172
|\
| * Add hindi_compact keyboardTadashi G. Takaoka2014-04-0342-13/+1172
| | | | | | | | | | Bug: 13779052 Change-Id: Ic7c17d96560501422a63340d7ce6bd8720e6c3c9
* | Merge "[IL131] Cleanup some cruft"Jean Chalard2014-04-032-41/+47
|\ \
| * | [IL131] Cleanup some cruftJean Chalard2014-04-032-41/+47
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I169618b50532df68e973e14b3f114c6c19714c84
* | | Merge "Always close binary dicts for personalized dicts."Keisuke Kuroyanagi2014-04-034-13/+32
|\ \ \ | |_|/ |/| |
| * | Always close binary dicts for personalized dicts.Keisuke Kuroyanagi2014-04-034-13/+32
| | | | | | | | | | | | | | | | | | Bug: 10923130 Bug: 13664080 Change-Id: Ib247c775194a03462387994cd832b1650bfd1915
* | | Refactor Devanagari key-stylesTadashi G. Takaoka2014-04-0319-47/+104
| | | | | | | | | | | | Change-Id: I799b04317d5b7daff4bb230294b2de474e5585eb
* | | Merge "Add keyboard layout test for API 14 and 15"Tadashi G. Takaoka2014-04-034-42/+172
|\ \ \
| * | | Add keyboard layout test for API 14 and 15Tadashi G. Takaoka2014-04-034-42/+172
| | | | | | | | | | | | | | | | | | | | Bug: 13017434 Change-Id: Iaa995ba0b6ba4caabc7c77f084f376bebc5b766e
* | | | Merge "Rename string resource to more generic name"Tadashi G. Takaoka2014-04-032-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Rename string resource to more generic nameTadashi G. Takaoka2014-04-032-3/+3
| |/ / | | | | | | | | | Change-Id: I0a3386e921f3027114126ca4c8e09f41288d2d7c
* | | Merge "Remove unused code."Keisuke Kuroyanagi2014-04-036-29/+0
|\ \ \ | | |/ | |/|
| * | Remove unused code.Keisuke Kuroyanagi2014-04-036-29/+0
| |/ | | | | | | | | Bug: 13773693 Change-Id: Ic9d7f81b0eed40e945b04a91fd97ba40fa1cd262
* / Exclude liblatinime_host_unittests from Mac buildKen Wakasa2014-04-031-0/+7
|/ | | | Change-Id: I786c0ad92ba7ce95182e617686c6466a8b2f400e
* Use same language weight for all dictionaries.Keisuke Kuroyanagi2014-04-0311-21/+40
| | | | | Bug: 8187060 Change-Id: Ib9d8a8aed2c141137c1bb3c748a89fb8216293e7
* Merge "Extend jni interface to input/output languageWeight."Keisuke Kuroyanagi2014-04-022-4/+15
|\
| * Extend jni interface to input/output languageWeight.Keisuke Kuroyanagi2014-04-032-4/+15
| | | | | | | | | | Bug: 8187060 Change-Id: Ic55d328b87f258f4d65fff207233789a53b2b0ff
* | Merge "Add languageWeight as an argument of getSuggestions."Keisuke Kuroyanagi2014-04-0210-25/+43
|\|
| * Add languageWeight as an argument of getSuggestions.Keisuke Kuroyanagi2014-04-0310-25/+43
| | | | | | | | | | Bug: 8187060 Change-Id: I8ae20c957a8e127b76c83cc3a65ff052d43bf2b5
* | Merge "Use fixed order of dictionaries to get suggestions."Keisuke Kuroyanagi2014-04-021-2/+11
|\|
| * Use fixed order of dictionaries to get suggestions.Keisuke Kuroyanagi2014-04-021-2/+11
| | | | | | | | | | Bug: 8187060 Change-Id: Id287776e3a82c0a6b208d677b8f2891266c5fc8d
* | Do not call exit 1 when loaded with source commandYohei Yukawa2014-04-022-2/+2
| | | | | | | | | | BUG: 13754552 Change-Id: I3d5e4c0786547521325405100c175dd1b21754df
* | Merge "[IL130] Remove a useless local"Jean Chalard2014-04-021-3/+1
|\ \
| * | [IL130] Remove a useless localJean Chalard2014-04-021-3/+1
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I36ba3e00630bef644fc4671d0714490b5982f6a1
* | | Merge "[IL129] Change some confusing method names."Jean Chalard2014-04-023-20/+25
|\| |
| * | [IL129] Change some confusing method names.Jean Chalard2014-04-023-20/+25
| |/ | | | | | | | | Bug: 8636060 Change-Id: I2f55fc23d7e05b63582a3f0660b58635eae5ec59
* | Merge "[CB19] Some refactoring"Jean Chalard2014-04-021-6/+8
|\ \
| * | [CB19] Some refactoringJean Chalard2014-04-021-6/+8
| | | | | | | | | | | | | | | Bug: 13406701 Change-Id: Ie4d420e8cabbbd93c3eea13a80baa4d766ee61d0
* | | Merge "[CB18] Move some code around"Jean Chalard2014-04-021-27/+27
|\| |
| * | [CB18] Move some code aroundJean Chalard2014-04-021-27/+27
| | | | | | | | | | | | | | | | | | | | | Bring next to each other two methods scheduled for a merge Bug: 13406701 Change-Id: I335c7202cc07d8865f4ab92e4023c1d93d1f83ac
* | | Merge "[CB17] Remove a member."Jean Chalard2014-04-022-39/+27
|\| |
| * | [CB17] Remove a member.Jean Chalard2014-04-022-39/+27
| |/ | | | | | | | | Bug: 13406701 Change-Id: I2e271f637f6b529a4191a7adc5cdfa5af437761b
* | Add a script to run native testsYohei Yukawa2014-04-021-0/+29
| | | | | | | | | | | | | | | | This script saves your time to remember how to build and run native unittests for LatinIME. BUG: 13754552 Change-Id: I98398648f0eb0a0100a8729df26f71d53b54c5e3
* | Merge "Add an initial native test on host environment"Yohei Yukawa2014-04-025-1/+99
|\ \
| * | Add an initial native test on host environmentYohei Yukawa2014-04-025-1/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | This CL adds an initial native test that runs on host environment, from which we can extend the coverage of native test. BUG: 13754552 Change-Id: I0af9d1b5dd049c83b955f5b05add4b39f3cfcc6c
* | | Merge "Change wrongly used "lookahead" to "completion"."Keisuke Kuroyanagi2014-04-023-6/+6
|\ \ \
| * | | Change wrongly used "lookahead" to "completion".Keisuke Kuroyanagi2014-04-023-6/+6
| | |/ | |/| | | | | | | Change-Id: I111cf59d0d24fa869217788c314fffa94ee9f9f9
* | | Merge "Remove country name from space bar text when appropriate"Tadashi G. Takaoka2014-04-027-142/+261
|\ \ \ | |/ / |/| |
| * | Remove country name from space bar text when appropriateTadashi G. Takaoka2014-04-027-142/+261
| | | | | | | | | | | | | | | | | | | | | | | | Remove country name from space bar text when there no other subtype that is a same language and a same keyboard layout. Bug: 8084704 Change-Id: I7c785a925ff7a0a61e5d009f138e1df52b3aeb3a
* | | Merge "Parameter tuning for typing."Keisuke Kuroyanagi2014-04-011-6/+6
|\ \ \ | |_|/ |/| |
| * | Parameter tuning for typing.Keisuke Kuroyanagi2014-04-011-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accidently -> accidentally (top suggest) convienent -> convenient (top suggest) dissapear -> disappear (top suggest) Execution time: +31% Before: (0) 610.00 (1.66%) (1) 35820.00 (97.66%) (2) 130.00 (0.35%) Total 36680.00 (sum of others 36560.00) After: (0) 820.00 (1.69%) (1) 47200.00 (97.50%) (2) 210.00 (0.43%) Total 48410.00 (sum of others 48230.00) Bug: 13588483 Bug: 13456384 Bug: 9816611 Change-Id: Ia17491e135a63aaca6e980c3a59bd829441dac40
* | | Remove -std=c++11 as it is enabled by default nowKen Wakasa2014-04-011-3/+0
| | | | | | | | | | | | Change-Id: I53edb2f3d281d78c0301474d65e60f86cc6ff363
* | | Merge "Remove useless methods from DicNode."Keisuke Kuroyanagi2014-04-011-35/+8
|\ \ \
| * | | Remove useless methods from DicNode.Keisuke Kuroyanagi2014-04-011-35/+8
| | | | | | | | | | | | | | | | Change-Id: I6ea5eb7e848dbce0f0d468160c16e5da76b23b20
* | | | Merge "Separate DicNodePool from DicNodePriorityQueue."Keisuke Kuroyanagi2014-04-016-182/+128
|\| | | | |_|/ |/| |
| * | Separate DicNodePool from DicNodePriorityQueue.Keisuke Kuroyanagi2014-04-016-182/+128
| | | | | | | | | | | | Change-Id: Ie500a4185792c2ffa0f5185ea5919626fe31c6fe
* | | Merge "Add SpacebarLanguageUtils class"Tadashi G. Takaoka2014-04-015-177/+348
|\ \ \
| * | | Add SpacebarLanguageUtils classTadashi G. Takaoka2014-04-015-177/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SpacebarLanguageUtils class is separated from SubtypeLocaleUtils and handles the language name on the spacebar. Bug: 8084704 Change-Id: I82f79a061d4f0cc2895263298c3ebf8ee444c61d
* | | | Merge "[IL128] Remove passing some handlers."Jean Chalard2014-03-313-26/+54
|\ \ \ \