aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge "Add ExpectedKeyboardBuilder for testing keyboard layouts"Tadashi G. Takaoka2014-03-062-0/+406
|\ \ \ \
| * | | | Add ExpectedKeyboardBuilder for testing keyboard layoutsTadashi G. Takaoka2014-03-062-0/+406
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13017434 Change-Id: I77ea2a60b1f3adf061689c68971d136ea5cf595e
* | | | | Use C++11 deleted functions to implement DISALLOW_ macrosYohei Yukawa2014-03-061-3/+3
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | With C++ deleted functions, compilers can generate more descriptive error messages when we are doing something disallowed. Change-Id: I48d23e5eced545732558e56f5ff9ff70c95a6ff0
* | | | Switch to C++11Ken Wakasa2014-03-064-19/+15
| | | | | | | | | | | | | | | | Change-Id: Ib2970327c36422d7b11103d52ba7e9e52db5554f
* | | | Merge "Add ExpectedKey for testing keyboard layouts"Tadashi G. Takaoka2014-03-063-0/+459
|\| | |
| * | | Add ExpectedKey for testing keyboard layoutsTadashi G. Takaoka2014-03-063-0/+459
| | | | | | | | | | | | | | | | | | | | Bug: 13017434 Change-Id: I1c3b2c9cd1b86bdd782fc522b83380ec112f863b
* | | | Merge "Fix: Bug of I39e905b6ddfc8d3."Keisuke Kuroyanagi2014-03-061-3/+6
|\ \ \ \
| * | | | Fix: Bug of I39e905b6ddfc8d3.Keisuke Kuroyanagi2014-03-061-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | primaryKey have to be the first elemnet of the proximities. Bug: 13315755 Change-Id: I6c94408a2ef2750fa85ff12b93bed8b8d874717e
* | | | | Merge "[IL124] Remove the KeyboardSwitcher arg to onCodeInput"Jean Chalard2014-03-062-18/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [IL124] Remove the KeyboardSwitcher arg to onCodeInputJean Chalard2014-03-062-18/+25
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I29ce4c82ea880a937b1c9e5daf494fcdbbdd1336
* | | | | Merge "Correctly update the suggestion strip on non-resumable word"Jean Chalard2014-03-061-1/+4
|\ \ \ \ \
| * | | | | Correctly update the suggestion strip on non-resumable wordJean Chalard2014-03-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13303965 Change-Id: Iedc5d38f70af76fbebb99e59a0d17c1e226c810d
* | | | | | Merge "Create suggest/core/result directory."Keisuke Kuroyanagi2014-03-064-3/+3
|\ \ \ \ \ \
| * | | | | | Create suggest/core/result directory.Keisuke Kuroyanagi2014-03-064-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8187060 Bug: 13333066 Change-Id: I185c93bd4542d997be101b61561a00d69111c00d
* | | | | | | Merge "Use BinaryDictionaryUtils to read dictionary header."Keisuke Kuroyanagi2014-03-067-57/+48
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Use BinaryDictionaryUtils to read dictionary header.Keisuke Kuroyanagi2014-03-057-57/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8187060 Bug:13035567 Change-Id: I90a5e0665c367f5a1bd786f4babf0d03e79e68fa
* | | | | | [IL123] Put the settings values inside the transactionJean Chalard2014-03-062-55/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A transaction should always operate with a consistent set of settings. It's better to have it reference them than to always pass them along. Bug: 8636060 Change-Id: I3c642dfea6be30712fc6cbb279c64f3185895791
* | | | | | Merge "[IL122] Put the code, x and y in the transaction"Jean Chalard2014-03-064-86/+94
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [IL122] Put the code, x and y in the transactionJean Chalard2014-03-064-86/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8636060 Change-Id: Icdf87995dedec410b54c306e8d312ba7ec25cea6
* | | | | | Merge "Remove unused text resource keylabel_for_east_slavic_row1_12"Tadashi G. Takaoka2014-03-068-228/+206
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove unused text resource keylabel_for_east_slavic_row1_12Tadashi G. Takaoka2014-03-048-228/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The text resource used in 10 inch tablet layout. This change also corrects {keylabel|more_keys}_for_east_slavic_row2_1 to _row2_2. Change-Id: I60d69af22f97c008449b8dccc7c84ae6a05fe0d8
* | | | | | Merge "Fix: The top left key is a proximity of nonexistent keys."Keisuke Kuroyanagi2014-03-051-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix: The top left key is a proximity of nonexistent keys.Keisuke Kuroyanagi2014-03-051-0/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Bug: 13315755 Change-Id: I39e905b6ddfc8d3510c408a3bea853390a75d088
* | | | | Merge "Separate utility methods from BinaryDictionary."Keisuke Kuroyanagi2014-03-0514-80/+122
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Separate utility methods from BinaryDictionary.Keisuke Kuroyanagi2014-03-0514-80/+122
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50
* | | | | Merge "[IL121] Introduce InputTransaction"Jean Chalard2014-03-052-29/+97
|\ \ \ \ \
| * | | | | [IL121] Introduce InputTransactionJean Chalard2014-03-052-29/+97
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | We probably can't put this off any longer Bug: 8636060 Change-Id: I1e5d3cf62d719f4d064ced3282bebf2e822f6baa
* | | | | Merge "Separate utility methods from BinaryDictionary in native code."Keisuke Kuroyanagi2014-03-055-101/+167
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Separate utility methods from BinaryDictionary in native code.Keisuke Kuroyanagi2014-03-055-101/+167
| | | | | | | | | | | | | | | | | | | | Bug: 8187060 Change-Id: I099de557d2aaee95c6b809450108139550e9b0aa
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-03-042-2/+2
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2014-03-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I43912170c269379a86d2ae98efb2198f374a25aa Auto-generated-cl: translation import
* | | | | Merge "Remove unused MoreKeysPanel argument from Controller interface"Tadashi G. Takaoka2014-03-044-17/+12
|\ \ \ \ \
| * | | | | Remove unused MoreKeysPanel argument from Controller interfaceTadashi G. Takaoka2014-03-044-17/+12
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Bug: 13204690 Change-Id: Ife438e78d9bbbf796df20f95c2da7a4d50e5a035
* | | | | Merge "Add action key label/icon tests"Tadashi G. Takaoka2014-03-041-0/+167
|\ \ \ \ \
| * | | | | Add action key label/icon testsTadashi G. Takaoka2014-03-041-0/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13017434 Change-Id: Ib04b377f4f4f9081573ef341f15b4b444ce7260c
* | | | | | [IL120] CleanupJean Chalard2014-03-042-40/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove useless arguments, local vars, make stuff private Change-Id: I7cc6c19e9c1703304d593e02be31eb9569cc7b4e
* | | | | | [IL119] Make fields private.Jean Chalard2014-03-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia84d3e5a102e1056e3d7467be07df89390f17617
* | | | | | [IL118] Factorize a methodJean Chalard2014-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we can't get the right locale from the subtype switcher, we should fallback in all cases. Change-Id: I46a53a67927a793d9d3592a996a5a4392a36c6ff
* | | | | | [IL117] SimplificationJean Chalard2014-03-041-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id4d4f30ecdc80dd59543f90fe2525f4bcc5afb9d
* | | | | | Merge "[IL116] Inline a method"Jean Chalard2014-03-041-15/+10
|\ \ \ \ \ \
| * | | | | | [IL116] Inline a methodJean Chalard2014-03-041-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6af8f2bd6b4917f9b119ff78a0f299b2f6fb921e
* | | | | | | Merge "[IL115] Cleanup continues"Jean Chalard2014-03-041-28/+25
|\| | | | | | | |_|/ / / / |/| | | | |
| * | | | | [IL115] Cleanup continuesJean Chalard2014-03-041-28/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I944b10ec9798eec57d986e1075ba348aa0892cae
* | | | | | Merge "Separate flaky unit test from KeyboardLayoutSetTestsBase"Tadashi G. Takaoka2014-03-042-27/+69
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Separate flaky unit test from KeyboardLayoutSetTestsBaseTadashi G. Takaoka2014-03-042-27/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the flaky unit test to KeyboardLayoutSetSubtypesCountTests. Bug: 13291370 Bug: 13017434 Change-Id: I2144be4cc6b8215b895c45f47a5190fdeaa806f9
* | | | | [IL114] Move a method to InputLogicJean Chalard2014-03-042-25/+31
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I0d8f93985ddc6e93ce9af0d92a8056620351a498
* | | | | [IL113] More cleanupJean Chalard2014-03-041-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should not test punctuation with this equality test any more. Also, whether the suggestion strip is displayed or not, or whether the hint is displayed or not, has nothing to do with this method and should be handled elsewhere rather than here -- and as a matter of fact, it is, which makes this useless. Bug: 8636060 Change-Id: I6a54ee87e4e9f81bc33158acf4a264c3abd5829d
* | | | | Merge "[IL112] Cleanup"Jean Chalard2014-03-041-6/+1
|\ \ \ \ \
| * | | | | [IL112] CleanupJean Chalard2014-03-041-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8636060 Change-Id: Ic7c2dec2521613d52707457463691bec383177ff
* | | | | | Merge "[IL111] Remove a member."Jean Chalard2014-03-043-22/+30
|\| | | | | | |/ / / / |/| | | |