aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add greek keyboard layout testTadashi G. Takaoka2014-03-142-0/+185
| | | | | | | This CL adds Greek keyboard tests. Bug: 13017434 Change-Id: Iab02d0582d71ebb37a3b96efc258781ed65db203
* Merge "Add east_slavic keyboard layout tests"Tadashi G. Takaoka2014-03-146-0/+488
|\
| * Add east_slavic keyboard layout testsTadashi G. Takaoka2014-03-146-0/+488
| | | | | | | | | | | | | | | | This CL adds, Belarusian, Kazakh, Kyrgyz, Russian, and Ukrainian keyboard tests. Bug: 13017434 Change-Id: I0c53c66dd062e549485075398ed80e7836b50566
* | Merge "Add azerty layout keyboard tests"Tadashi G. Takaoka2014-03-143-0/+286
|\ \
| * | Add azerty layout keyboard testsTadashi G. Takaoka2014-03-143-0/+286
| |/ | | | | | | | | | | | | This CL adds French and Dutch (Belgium) keyboard tests. Bug: 13017434 Change-Id: I06dc20c86493ef67dda141b49523bb3ce7960d94
* / Add arabic keyboard layout testTadashi G. Takaoka2014-03-142-0/+392
|/ | | | | Bug: 13017434 Change-Id: If22733ceff08ac8568943ec461e018ea586afc23
* Add thai layout testTadashi G. Takaoka2014-03-142-0/+356
| | | | | | | This CL adds Thai keyboard test. Bug: 13017434 Change-Id: Ic0d7a0807e03ac93509ef9f48b97eebe5456ea71
* No need to specify dimensions for AbstractKeyboardBuilderTadashi G. Takaoka2014-03-146-25/+22
| | | | | Bug: 13017434 Change-Id: I1cce6d9f072dff8ce2a53b8089f09105ba812a2b
* Add ZWNJ_ZWJ_KEY for keyboard layout testTadashi G. Takaoka2014-03-146-183/+213
| | | | | | | This CL also refactors Symbols and SymbolsShifted class a bit. Bug: 13017434 Change-Id: I42bfe96553ea8447fc834d29c09ce1ce7794650d
* Add moreKeys helper method for unit testTadashi G. Takaoka2014-03-142-0/+12
| | | | | Bug: 13017434 Change-Id: Icfaa4093686e2d8dec00d5acce894bfc6a2474b7
* Merge "Fix space key on tablet symbols/symbols shifted"Tadashi G. Takaoka2014-03-141-3/+3
|\
| * Fix space key on tablet symbols/symbols shiftedTadashi G. Takaoka2014-03-141-3/+3
| | | | | | | | | | | | | | This is a follow up of Ic175c5d792. Bug: 13460706 Change-Id: I7d0121855a029a5006c78d53b630fedc8f57110c
* | Merge "Change default decaying parameters."Keisuke Kuroyanagi2014-03-144-28/+13
|\ \
| * | Change default decaying parameters.Keisuke Kuroyanagi2014-03-144-28/+13
| | | | | | | | | | | | | | | Bug: 13458617 Change-Id: I4942af4a48881fb6ca866c74140b262e6d323f4a
* | | Merge "Fix unit tests."Keisuke Kuroyanagi2014-03-141-12/+11
|\ \ \
| * | | Fix unit tests.Keisuke Kuroyanagi2014-03-141-12/+11
| |/ / | | | | | | | | | Change-Id: I2a85763358e1eef0f76ef827413afffeb4cb8058
* | | Merge "[CB04] Add an event array to WordComposer."Jean Chalard2014-03-145-36/+93
|\ \ \ | |_|/ |/| |
| * | [CB04] Add an event array to WordComposer.Jean Chalard2014-03-145-36/+93
| | | | | | | | | | | | | | | Bug: 13406701 Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821
* | | Fix clipped important notice message on tabletTadashi G. Takaoka2014-03-141-1/+2
| | | | | | | | | | | | | | | Bug: 13461039 Change-Id: I710bf10c9cbc202c7f6ee39ab4c8b9d699741a81
* | | Merge "Fix ZWJ/ZWNJ on Nepali tablet keyboards"Tadashi G. Takaoka2014-03-141-2/+2
|\ \ \
| * | | Fix ZWJ/ZWNJ on Nepali tablet keyboardsTadashi G. Takaoka2014-03-141-2/+2
| |/ / | | | | | | | | | | | | Bug: 13460706 Change-Id: Ic175c5d7920ed56a007374160be6ed76b44c4f94
* | | Merge "Add qwerty keyboard layout tests"Tadashi G. Takaoka2014-03-1426-7/+2249
|\ \ \ | |/ / |/| |
| * | Add qwerty keyboard layout testsTadashi G. Takaoka2014-03-1426-7/+2249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL adds Afrikaans, Azerbaijani (AZ), Dutch, English (UK), French (CA), German (QWERTY), Icelandic, Indonesian, Italian, Latvian, Lithuanian, Malay (NY), Polish, Portuguese (BR/PT), Romanian, Slovak, Slovenian, Swahili, Turkish, Vietnamese, Zulu, and No Language keyboards tests. Bug: 13017434 Change-Id: I2343dc8e74172ac551ef86f82453ae796b6f19dc
* | | Merge "[CB03] Pass whole events to the various input logic handlers."Jean Chalard2014-03-133-134/+137
|\ \ \ | |/ / |/| |
| * | [CB03] Pass whole events to the various input logic handlers.Jean Chalard2014-03-133-134/+137
| | | | | | | | | | | | | | | Bug: 13406701 Change-Id: I0a0e4e0b3357f116e1b915c548dee4575e300c92
* | | Merge "Refactor keyboard layout test more customizable"Tadashi G. Takaoka2014-03-1310-327/+608
|\ \ \ | |/ / |/| |
| * | Refactor keyboard layout test more customizableTadashi G. Takaoka2014-03-1310-327/+608
| | | | | | | | | | | | | | | Bug: 13017434 Change-Id: I804b4cb9f56684d425e83a20cb3f71d947a87f98
* | | [CB02] Pass an Event to onCodeInput.Jean Chalard2014-03-135-21/+66
|/ / | | | | | | | | Bug: 13406701 Change-Id: Id82e9aab6544ca308e6ac6dee2cfa018b9ce2d8f
* | Merge "[CB01] Reset some old assumptions about dead keys"Jean Chalard2014-03-133-38/+66
|\ \ | |/ |/|
| * [CB01] Reset some old assumptions about dead keysJean Chalard2014-03-133-38/+66
| | | | | | | | | | | | | | | | | | The combining framework will be more generic than previously thought. We don't need to handle dead keys as a special type of event, as all events can be combined arbitrarily. Bug: 13406701 Change-Id: I8137fdb186c4d70eaa71808c5a1430b1559db1ae
* | Merge "Don't reset the value needed before it's used"Jean Chalard2014-03-121-2/+2
|\ \
| * | Don't reset the value needed before it's usedJean Chalard2014-03-101-2/+2
| | | | | | | | | | | | | | | | | | | | | Nice recipe for failure Bug: 13387534 Change-Id: Ida1978449c1997587b2ec0955c5c94fcef336121
* | | Merge "Unit test update for I7ed95a54344d8b."Keisuke Kuroyanagi2014-03-121-2/+8
|\ \ \
| * | | Unit test update for I7ed95a54344d8b.Keisuke Kuroyanagi2014-03-121-2/+8
| | |/ | |/| | | | | | | Change-Id: Ic8af56b8741ee7c231d73ce6a660fd32c9f5a3b3
* / | Check "." and ".." to delete all files in a dir.Keisuke Kuroyanagi2014-03-121-0/+3
|/ / | | | | | | | | Bug: 13421999 Change-Id: I9d0f65cfc9a0f18c7affc152a5b54f9970048e9c
* | Fix: wrong suggestion comparator.Keisuke Kuroyanagi2014-03-111-2/+2
| | | | | | | | Change-Id: I8829c7cb3060955e345fbdc003cf77f8469d37c0
* | Merge "Cleanup private method names"Tadashi G. Takaoka2014-03-111-15/+12
|\ \
| * | Cleanup private method namesTadashi G. Takaoka2014-03-111-15/+12
| | | | | | | | | | | | | | | | | | This is a follow up of Ib0ded6f98a. Change-Id: I91ad3504d301113680194ad5b10913fc86006150
* | | Merge "Fix Greek tablet layout aligned with phone layout"Tadashi G. Takaoka2014-03-115-75/+18
|\ \ \ | |/ / |/| |
| * | Fix Greek tablet layout aligned with phone layoutTadashi G. Takaoka2014-03-115-75/+18
| | | | | | | | | | | | | | | Bug: 13406008 Change-Id: Iba5bd757c5874e426d5d4fcb8c404c21d259b833
* | | Merge "Add keyboard layout name constant"Tadashi G. Takaoka2014-03-112-1/+3
|\ \ \
| * | | Add keyboard layout name constantTadashi G. Takaoka2014-03-112-1/+3
| | | | | | | | | | | | | | | | Change-Id: I6cdc3efdb58e7a1efb3e352d80d0aa41e333a150
* | | | Merge "Stop new BigramDictionary."Keisuke Kuroyanagi2014-03-112-5/+4
|\ \ \ \
| * | | | Stop new BigramDictionary.Keisuke Kuroyanagi2014-03-102-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BigramDictionary is allocated inside of Dictionary. Change-Id: If224b4c408403f43eb3d2e292c0e0ecb86429290
* | | | | Merge "Use emplace_back in getWordProperty()."Keisuke Kuroyanagi2014-03-112-12/+11
|\ \ \ \ \
| * | | | | Use emplace_back in getWordProperty().Keisuke Kuroyanagi2014-03-112-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If164d2b897bd6ad9c89baf0e9a90356100c5087b
* | | | | | Merge "Make getWordProperty return reconstructed bigram probability."Keisuke Kuroyanagi2014-03-112-2/+3
|\| | | | | | |_|/ / / |/| | | |
| * | | | Make getWordProperty return reconstructed bigram probability.Keisuke Kuroyanagi2014-03-112-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13403530 Change-Id: I7ed95a54344d8b77b88922093cf3ef0e530fcae6
* | | | | Another small cleanup for test codeTadashi G. Takaoka2014-03-112-6/+18
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib0ded6f98a6ce9197c8af79778af59d894ee54a6
* | | | | Small cleanup for test codeTadashi G. Takaoka2014-03-112-7/+4
| |_|/ / |/| | | | | | | | | | | Change-Id: I5106c8c52bdd11bfd23aa2e09f7ea53504083679