aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Reorder Greek accented vowels"Tadashi G. Takaoka2014-04-101-4/+4
|\ \
| * | Reorder Greek accented vowelsTadashi G. Takaoka2014-04-101-4/+4
| |/ | | | | | | | | Bug: 13941339 Change-Id: I501e69d8f28526e3791ee8a338345926ff1b9a4c
* | Separate ItalianCustomizer as a top level classTadashi G. Takaoka2014-04-103-57/+77
| | | | | | | | | | | | This is a follow up of I57df8ca12b Change-Id: I6a73de1ddecaf39ba42e03956e022cf7a398c864
* | Add Italian (Switzerland) it_CH layoutTadashi G. Takaoka2014-04-103-4/+76
|/ | | | | Bug: 13920900 Change-Id: I57df8ca12b0d8cc4bbca2372c0470dcae5b5cbfb
* Merge "Add Spanish (Latin America) subtype (es_419)"Tadashi G. Takaoka2014-04-092-2/+38
|\
| * Add Spanish (Latin America) subtype (es_419)Tadashi G. Takaoka2014-04-092-2/+38
| | | | | | | | | | Bug: 7531804 Change-Id: I183443779f8d9d472ac5e528e1d905366bd83c90
* | Merge "[CB25] Refactor some array copying"Jean Chalard2014-04-091-0/+64
|\ \ | |/ |/|
| * [CB25] Refactor some array copyingJean Chalard2014-04-091-0/+64
| | | | | | | | | | Bug: 13406701 Change-Id: I09edd822f5cc2446b324d41c76d835bcff1191e6
* | Add en_IN subtypeTadashi G. Takaoka2014-04-093-4/+59
|/ | | | | Bug: 13914988 Change-Id: Ifd497a6a1d2686490e388e10e391475e97e9c166
* Add shift mode testsJean Chalard2014-04-081-0/+56
| | | | Change-Id: I067e91a1f899c1f83fd60adeae66495606812a95
* Merge "Fix subtype count unit test due to Ic7c17d9656"Tadashi G. Takaoka2014-04-031-1/+1
|\
| * Fix subtype count unit test due to Ic7c17d9656Tadashi G. Takaoka2014-04-041-1/+1
| | | | | | | | Change-Id: Id708752e0d97a78ce02623956e32b990bc2a1cfd
* | Fix a bug with double-space-to-periodJean Chalard2014-04-032-3/+77
|/ | | | | Bug: 13778001 Change-Id: I3ebd57950cdfacbbcdc64ed214c0590519a0665c
* Add hindi_compact keyboardTadashi G. Takaoka2014-04-033-2/+254
| | | | | Bug: 13779052 Change-Id: Ic7c17d96560501422a63340d7ce6bd8720e6c3c9
* Refactor Devanagari key-stylesTadashi G. Takaoka2014-04-031-2/+1
| | | | Change-Id: I799b04317d5b7daff4bb230294b2de474e5585eb
* Add keyboard layout test for API 14 and 15Tadashi G. Takaoka2014-04-034-42/+172
| | | | | Bug: 13017434 Change-Id: Iaa995ba0b6ba4caabc7c77f084f376bebc5b766e
* Remove country name from space bar text when appropriateTadashi G. Takaoka2014-04-022-80/+167
| | | | | | | | 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
* Add SpacebarLanguageUtils classTadashi G. Takaoka2014-04-012-138/+284
| | | | | | | | The SpacebarLanguageUtils class is separated from SubtypeLocaleUtils and handles the language name on the spacebar. Bug: 8084704 Change-Id: I82f79a061d4f0cc2895263298c3ebf8ee444c61d
* Merge "Make NeedsToDisplayLanguage as a top level class"Tadashi G. Takaoka2014-03-281-0/+80
|\
| * Make NeedsToDisplayLanguage as a top level classTadashi G. Takaoka2014-03-281-0/+80
| | | | | | | | Change-Id: Ia05e0494a9dccebfb5c1316479e52f04cf2ae444
* | Merge "Dictionary migration in Java side."Keisuke Kuroyanagi2014-03-281-0/+92
|\ \
| * | 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-262-6/+6
|\ \
| * | Rename text resources consistentlyTadashi G. Takaoka2014-03-252-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | - 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