aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Dictionary migration in Java side.Keisuke Kuroyanagi2014-03-271-0/+92
| | | | | | | | | | | | | | | | | | Bug: 13406708 Change-Id: If83938e4b4810d2e8353c70cdd8ef3ea97a29571
* | | Merge "[CB14.5] Stop copying WordComposers."Jean Chalard2014-03-281-0/+39
|\ \ \ | |_|/ |/| |
| * | [CB14.5] Stop copying WordComposers.Jean Chalard2014-03-281-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an overdue refactoring that I have been wanted to do forever, and that we can at last do now that suggestions come only from instances of BinaryDictionary instances. With this, all unit tests and regression tests are passing again. Bug: 13667648 Bug: 13665487 Bug: 8636060 Change-Id: Ie23a19f9b7e692edf2ee0b107ddaff2d7db564b6
* | | Stop displaying locale string on short space barTadashi G. Takaoka2014-03-281-49/+17
|/ / | | | | | | | | Bug: 12070355 Change-Id: I2d6fa20431bc56d5139caeac33e396b73906d075
* | Merge "Move code only used for dicttool and tests under tests."Keisuke Kuroyanagi2014-03-2717-4/+3652
|\ \ | |/ |/|
| * Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-2717-4/+3652
| | | | | | | | | | Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e
* | Merge "Rename text resources consistently"Tadashi G. Takaoka2014-03-263-7/+7
|\ \
| * | Rename text resources consistentlyTadashi G. Takaoka2014-03-253-7/+7
| |/ | | | | | | | | | | | | | | | | | | | | - keylabel_<key>, the key label text of the <key> - keyspec_<key>, the key specification of the <key> - keyhintlabel_<key>, the hint label text of the <key> - morekeys_<key>, the more keys specifications of the <key> - additional_morekeys_<key>, the additional more keys specification of the <key> Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
* / [CB14] Implement backspace in the combiner chainJean Chalard2014-03-251-0/+20
|/ | | | | | Bug: 13622107 Bug: 13406701 Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc
* Merge "Rework the logic that tells if the cursor touches words"Jean Chalard2014-03-201-4/+89
|\
| * Rework the logic that tells if the cursor touches wordsJean Chalard2014-03-201-4/+89
| | | | | | | | | | Bug: 13312942 Change-Id: I6be6a558bbc6c88508150f9c25cadbd0240ff88e
* | Consolidate KeyboardTextsSet.setLocale and loadStringResoucresTadashi G. Takaoka2014-03-203-35/+5
| | | | | | | | Change-Id: Idaf8f0d80fdeef4f1430f11d4083366e8ab7f6e0
* | Merge "Refactor KeyboardTextsSet class"Tadashi G. Takaoka2014-03-201-1/+4
|\ \
| * | Refactor KeyboardTextsSet classTadashi G. Takaoka2014-03-201-1/+4
| | | | | | | | | | | | Change-Id: Ibb59a9d4902db9ec0e00244304be9ab35b215a50
* | | Merge "Add pcqwerty layout test"Tadashi G. Takaoka2014-03-203-0/+286
|\ \ \ | |/ / |/| |
| * | Add pcqwerty layout testTadashi G. Takaoka2014-03-193-0/+286
| | | | | | | | | | | | | | | | | | | | | This CL adds No language PC Qwerty keyboard test. Bug: 13017434 Change-Id: I64df493b884ff0a5d30fe9e66a8c5efffacb71aa
* | | Fix subtype count testTadashi G. Takaoka2014-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow up of I6cce26c4fc. Because we implement Basque, Galician, and preliminary Myanmar keyboard. Change-Id: I055fe4f453cf454bbd65bc8542733411e9d3556c
* | | Merge "Utilize autoColumnOrder for punctuation more keys"Tadashi G. Takaoka2014-03-204-15/+14
|\ \ \
| * | | Utilize autoColumnOrder for punctuation more keysTadashi G. Takaoka2014-03-204-15/+14
| | | | | | | | | | | | | | | | Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0
* | | | Fix subtype count testTadashi G. Takaoka2014-03-201-1/+1
|/ / / | | | | | | | | | | | | | | | Because we implement Basque and Galician keyboard. Change-Id: I6cce26c4fc17100b8f0511cb38243b1235a2375f
* | | Merge "Fix Armenian punctuation order"Tadashi G. Takaoka2014-03-201-9/+9
|\ \ \
| * | | Fix Armenian punctuation orderTadashi G. Takaoka2014-03-201-9/+9
| | | | | | | | | | | | | | | | | | | | Bug: 12623502 Change-Id: I6cc026132922e103d212b663664e7e0aa2404b35
* | | | Merge "Add armenian_phonetic layout tests"Tadashi G. Takaoka2014-03-202-0/+246
|\| | |
| * | | Add armenian_phonetic layout testsTadashi G. Takaoka2014-03-202-0/+246
| |/ / | | | | | | | | | | | | | | | | | | | | | This CL adds Armenian (AM) Phonetic keyboard test. Bug: 13017434 Change-Id: I3b93ef2094b8a9d82ca0e1b88f93136271166ddb
* / / Remove Latin comma from Arabic/Persian keyboardTadashi G. Takaoka2014-03-202-6/+6
|/ / | | | | | | | | Bug: 12807701 Change-Id: Icca63586d561a57b2c15cbfbae0de98dfcc137a3
* | Add Galician keyboardTadashi G. Takaoka2014-03-191-0/+52
| | | | | | | | | | | | Bug: 13169021 Bug: 13017434 Change-Id: I5d44dc4c2387644028a5cf594954795e014f357a
* | Add Basque keyboardTadashi G. Takaoka2014-03-191-0/+52
| | | | | | | | | | | | Bug: 13169021 Bug: 13017434 Change-Id: I46c738e833a9f287586a03bda9ab0230f8b9eac1
* | Merge "Add cloemak keyboard test"Tadashi G. Takaoka2014-03-192-0/+128
|\ \
| * | Add cloemak keyboard testTadashi G. Takaoka2014-03-192-0/+128
| | | | | | | | | | | | | | | | | | | | | This CL adds No language Colemak keyboard test. Bug: 13017434 Change-Id: Ifa3480ce874013e0ae6ed62dd842e37f00d7d882
* | | Fix French accented letters orderTadashi G. Takaoka2014-03-191-1/+2
|/ / | | | | | | | | Bug: 13497958 Change-Id: I062a0e2e75b2f6c2606b1309808cbaa83cc91018
* | Add dvorak layout testsTadashi G. Takaoka2014-03-198-140/+525
| | | | | | | | | | | | | | | | This CL adds, English Dvorak, French Dvorak, German Dvorak, and No language Dvorak keyboard tests. Bug: 13017434 Change-Id: Ie87cee896c687eec279141389a1feda8951fddad
* | Support additional more keys for keyboard layout testTadashi G. Takaoka2014-03-1969-1162/+1112
| | | | | | | | | | Bug: 13017434 Change-Id: I44c31dce3391d9638979539bb5e58c0525186fb4
* | Fix unit test messageTadashi G. Takaoka2014-03-191-1/+1
| | | | | | | | Change-Id: I7f98cb5784ebd7a04cd2951f0b62fa4afdcf085c
* | Merge "Clean up keyboard layout test harness a bit"Tadashi G. Takaoka2014-03-1827-527/+345
|\ \
| * | Clean up keyboard layout test harness a bitTadashi G. Takaoka2014-03-1827-527/+345
| |/ | | | | | | | | Bug: 13017434 Change-Id: I66e5da53b9afbe44f43b8c398c2821e7a72ec4b4
* | Merge "Guard possible NumberFormatException"Tadashi G. Takaoka2014-03-181-1/+1
|\ \ | |/ |/|
| * Guard possible NumberFormatExceptionTadashi G. Takaoka2014-03-181-1/+1
| | | | | | | | | | Bug: 13472379 Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06
* | Merge "Add hebrew keyboard test"Tadashi G. Takaoka2014-03-172-0/+232
|\ \ | |/ |/|
| * Add hebrew keyboard testTadashi G. Takaoka2014-03-172-0/+232
| | | | | | | | | | | | | | This CL adds Hebrew keyboard test. Bug: 13017434 Change-Id: I4b200e9d1e70919d671281bf52f671240ddbe63a
* | Fix cosmetic comment typoTadashi G. Takaoka2014-03-171-1/+1
|/ | | | Change-Id: I9772daaa2f742556b4f63ed8c08693dbce5f7534
* Add farsi keyboard testTadashi G. Takaoka2014-03-172-0/+404
| | | | | | | This CL adds Persian keyboard test. Bug: 13017434 Change-Id: I8c73b0940d78642fa17ac17c88ed5f5d7d7b0fa8
* Merge "Add lao keyboard test"Tadashi G. Takaoka2014-03-172-0/+285
|\
| * Add lao keyboard testTadashi G. Takaoka2014-03-172-0/+285
| | | | | | | | | | | | | | This CL adds Lao (Laos) keyboard test. Bug: 13017434 Change-Id: I4ae63099d260b14df9663f1bc938cce7c384b9fd
* | Merge "Add mongolian keyboard test"Tadashi G. Takaoka2014-03-172-0/+155
|\ \
| * | Add mongolian keyboard testTadashi G. Takaoka2014-03-172-0/+155
| |/ | | | | | | | | | | | | This CL adds Mongolian (Mongolia) keyboard test. Bug: 13017434 Change-Id: I9241ef442c97a6120e97af97bbd189442e5f35fe
* | Merge "Add georgian keyboard test"Tadashi G. Takaoka2014-03-172-0/+216
|\ \
| * | Add georgian keyboard testTadashi G. Takaoka2014-03-172-0/+216
| | | | | | | | | | | | | | | | | | | | | This CL adds Georgian (Georgia) keyboard test. Bug: 13017434 Change-Id: I8499bda89365a15cfb417bdfc0bf07cf51ab232b
* | | Merge "Fix Arabic keyboard text and test comments"Tadashi G. Takaoka2014-03-172-7/+3
|\ \ \
| * | | Fix Arabic keyboard text and test commentsTadashi G. Takaoka2014-03-172-7/+3
| | |/ | |/| | | | | | | | | | | | | Bug: 13017434 Change-Id: Iec2ddab719e0c68a70bcf56a90eb4522c5fd7978
* / | Add khmer keyboard testTadashi G. Takaoka2014-03-172-0/+359
|/ / | | | | | | | | | | | | This CL adds Khmer (Cambodia) keyboard test. Bug: 13017434 Change-Id: I610da333950ccada2bf20ae5ea49073292141e86