aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename string resource to more generic nameTadashi G. Takaoka2014-04-032-3/+3
| | | | Change-Id: I0a3386e921f3027114126ca4c8e09f41288d2d7c
* 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
|\ \ \ \
| * | | | [IL128] Remove passing some handlers.Jean Chalard2014-03-273-26/+54
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I088be9a7555265ca097667523defd73be4cbe37f
* | | | | Do not create a handler thread for each sessionJean Chalard2014-03-312-7/+9
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Bug: 13710224 Bug: 12821388 Bug: 12667742 Change-Id: I6188e0240193d2bca789110e7660a0f31bbafc62
* | | | Merge "Fix: spell checker wrongly sorts suggestions."Keisuke Kuroyanagi2014-03-281-7/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix: spell checker wrongly sorts suggestions.Keisuke Kuroyanagi2014-03-281-7/+4
| | |/ | |/| | | | Change-Id: I729e1cd5e5e333038b9d9e6197cf50b574990d76
* | | Split SuggestionsOutputUtils::outputSuggestions.Keisuke Kuroyanagi2014-03-282-74/+86
| | | | | | | | | | | | | | | Bug: 13333066 Change-Id: Ie5e513dacdc5502e7263ddf709824bbd6bc6b74a
* | | Remove mPartiallyCommited.Keisuke Kuroyanagi2014-03-283-13/+4
|/ / | | | | | | | | | | Bug: 13333066 Change-Id: I4e3aa31aa501866c23cc4b86093b866306161bfd
* | Fix a bug where LatinIME would leak pipes.Jean Chalard2014-03-281-0/+1
| | | | | | | | | | | | Bug: 12667742 Bug: 12821388 Change-Id: Ic0bad56fb96e54ac032759adffc8ea320c06dff2
* | Merge "Some cleanup"Jean Chalard2014-03-282-5/+8
|\ \
| * | Some cleanupJean Chalard2014-03-282-5/+8
| | | | | | | | | | | | Change-Id: Ia11d656a70623168b091763ac6524750f9cca8d8
* | | Merge "Make NeedsToDisplayLanguage as a top level class"Tadashi G. Takaoka2014-03-283-20/+125
|\ \ \
| * | | Make NeedsToDisplayLanguage as a top level classTadashi G. Takaoka2014-03-283-20/+125
| | | | | | | | | | | | | | | | Change-Id: Ia05e0494a9dccebfb5c1316479e52f04cf2ae444
* | | | Merge "Remove redundant check to detect forceAscii"Tadashi G. Takaoka2014-03-282-10/+7
|\| | |
| * | | Remove redundant check to detect forceAsciiTadashi G. Takaoka2014-03-282-10/+7
| | | | | | | | | | | | | | | | Change-Id: Ib3272ec19a90b3aa4937573e049ceb86855ea408
* | | | Merge "Cleanup DicNodePriorityQueue."Keisuke Kuroyanagi2014-03-281-11/+12
|\ \ \ \