aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge "Fix unit tests."Jean Chalard2014-05-143-7/+14
|\
| * Fix unit tests.Jean Chalard2014-05-143-7/+14
| | | | | | | | | | | | | | | | Language change has always been strange. That's because we didn't call the right method >.> Also, extra values were not passed in correctly. Change-Id: Ifc345988df944ad691fe22cb71cb519e47a5a223
* | Merge "Implement the distracter filter"Xiaojun Bi2014-05-131-0/+73
|\ \
| * | Implement the distracter filterXiaojun Bi2014-05-131-0/+73
| | | | | | | | | | | | | | | | | | Bug: 13142176 Change-Id: I85a048cdcbbad3d6020a25f900250d8d7a0fe3da
* | | Merge "Add large unit test for dictionary migration."Keisuke Kuroyanagi2014-05-131-0/+85
|\ \ \
| * | | Add large unit test for dictionary migration.Keisuke Kuroyanagi2014-05-131-0/+85
| | | | | | | | | | | | | | | | | | | | Bug: 13406708 Change-Id: Ic1eb627139a1ff57c0000d95d9bd57aa3609f753
* | | | Merge "Support bigram historical information migration."Keisuke Kuroyanagi2014-05-131-1/+9
|\| | | | |_|/ |/| |
| * | Support bigram historical information migration.Keisuke Kuroyanagi2014-05-131-1/+9
| | | | | | | | | | | | | | | Bug: 13406708 Change-Id: I4bae53e43cb7653eac3b5bd13da2d2bc8aaf88a9
* | | Merge "Add initial reordering rules for Myanmar"Jean Chalard2014-05-121-0/+232
|\ \ \
| * | | Add initial reordering rules for MyanmarJean Chalard2014-05-121-0/+232
| | | | | | | | | | | | | | | | | | | | Bug: 13945569 Change-Id: Ib546ba110e87bf72afa7f42c878cc5f638bff6c7
* | | | Merge "Support unigram historical information migration."Keisuke Kuroyanagi2014-05-121-4/+45
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Support unigram historical information migration.Keisuke Kuroyanagi2014-05-121-4/+45
| | | | | | | | | | | | | | | Bug: 13406708 Change-Id: Ibed15b3bc5d5ae68faefa379028dbe10d32b0c0f
* | | Merge "Fix javadoc comment of keyboard layout tests"Tadashi G. Takaoka2014-05-124-13/+20
|\ \ \
| * | | Fix javadoc comment of keyboard layout testsTadashi G. Takaoka2014-05-124-13/+20
| | | | | | | | | | | | | | | | Change-Id: I22592486ab306a57c4f6ca5a94e0ff69b68a58d6
* | | | Remove voice key from keyboard layoutTadashi G. Takaoka2014-05-1211-17/+41
|/ / / | | | | | | | | | | | | Bug: 14419121 Change-Id: I71031f1ed9735a5a05dc584299b56512fb0b6866
* | | Fix import and javadoc comments of unit testsTadashi G. Takaoka2014-05-122-19/+2
| | | | | | | | | | | | Change-Id: Ic3f249bf9e3a5ec7ffd07abd4bc38d343bb14d39
* | | Enable voice and language switch keys for keyboard layout testsTadashi G. Takaoka2014-05-1211-30/+21
| | | | | | | | | | | | Change-Id: I19ee05e30d09eb13753b737961882e345591c1df
* | | Add pseudo LMP themeTadashi G. Takaoka2014-05-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This CL introduce pseudo LMP theme. This keyboard theme is a placeholder and not final. The drawables and colors that this CL introduces should be replaced with the final assets. Bug: 14419121 Change-Id: I7a37c884e4ee0cac09ad21ff729996c2b9c1b4af
* | | Refactor KeyboardThemeTadashi G. Takaoka2014-05-122-4/+97
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL introduces two preference keys in addition to the existing one. - pref_keyboard_theme: The new preference key that is used only in the preference settings. - pref_keyboard_layout_20110916: The previous preference key that holds keyboard color scheme settings. This is superseded by the next key. - pref_keyboard_theme_20140509: The new preference key that holds keyboard theme settings. This value is forcibly reset to LMP theme on a LMP device. On a KitKat and previous device, the settings of the pref_keyboard_layout_20110916 is carried on into this preference. This CL must be checked in together with Id7b3ddd8aa. Change-Id: I2d55602d026e30b38d8f822d2124f5c5e4a9a812
* | Merge "Revert "Refactor KeyboardTheme""Ken Wakasa2014-05-092-97/+4
|\ \
| * | Revert "Refactor KeyboardTheme"Ken Wakasa2014-05-092-97/+4
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 19688b584bb903192559196a0e3836bc4c957696. Build breakage. Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668
* | | Merge "Refactor KeyboardTheme"Tadashi G. Takaoka2014-05-092-4/+97
|\| |
| * | Refactor KeyboardThemeTadashi G. Takaoka2014-05-092-4/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL introduces two preference keys in addition to the existing one. - pref_keyboard_theme: The new preference key that is used only in the preference settings. - pref_keyboard_layout_20110916: The previous preference key that holds keyboard color scheme settings. This is superseded by the next key. - pref_keyboard_theme_20140509: The new preference key that holds keyboard theme settings. This value is forcibly reset to LMP theme on a LMP device. On a KitKat and previous device, the settings of the pref_keyboard_layout_20110916 is carried on into this preference. This CL must be checked in together with Ifcedeabbec. Change-Id: Ibe75146e2c1c7eebf964ca86550baf244fedb79a
* | | Merge "Add VERSION4_TEST for testing."Keisuke Kuroyanagi2014-05-091-4/+38
|\ \ \ | |/ / |/| |
| * | Add VERSION4_TEST for testing.Keisuke Kuroyanagi2014-05-091-4/+38
| |/ | | | | | | | | Bug: 13406708 Change-Id: I0b434717ea3edbb131650af634c53cfbfe113c3e
* / Reorder accented letters of EnglishTadashi G. Takaoka2014-05-091-8/+8
|/ | | | | | | This is a follow up change of Idff0b6d08e. Bug: 13177865 Change-Id: I00ea7cda954efbd248d2abc2fa6d4995d6acbf19
* Merge "Add Marathi keyboard layout"Tadashi G. Takaoka2014-05-023-1/+217
|\
| * Add Marathi keyboard layoutTadashi G. Takaoka2014-05-013-1/+217
| | | | | | | | | | Bug: 10028772 Change-Id: I7bca05bbbfdb2e5f61d5db611dff62ace3b71e31
* | Introduce clustering punctuationJean Chalard2014-05-012-0/+25
|/ | | | | Bug: 10081730 Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1
* Use ReentrantReadWriteLock in ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-281-0/+1
| | | | | Bug: 8187060 Change-Id: Ic665f0a5e940708aa9addedac068a64900b307e7
* Handle user history dictionary as an ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-241-2/+2
| | | | | Bug: 13755213 Change-Id: I1ea8a6df007af7153852f2d32bf5e8ec669c432b
* Remove clearAndFlushDictionary() and use clear().Keisuke Kuroyanagi2014-04-241-1/+1
| | | | | | | | | clearAndFlushDictionary() was needed when dictionaries are constructed in java side. All expandable dictionaries now use native code; thus, this method is same to clear() and no longer needed. Bug: 13755213 Change-Id: Ifd836e64f8ff807930f7cd2319b103b65e8fce70
* Support creating BinaryDictionary without creating dict file.Keisuke Kuroyanagi2014-04-221-0/+31
| | | | | Bug: 14166482 Change-Id: Ic8c78ec2c8f39358a1f085a041b608972a380eef
* Revert "Support creating BinaryDictionary without creating dict file."Keisuke Kuroyanagi2014-04-221-31/+0
| | | | | | This reverts commit 89939b870876b36791a47470ce852e4fcdfe86f2. Change-Id: I8ca1b55609ad305a93178063bd88bd1cede872af
* Support creating BinaryDictionary without creating dict file.Keisuke Kuroyanagi2014-04-221-0/+31
| | | | | Bug: 14166482 Change-Id: Ib065279f96e227ab0fee7c8141560c4ada744d3b
* Sort keys from top-left to bottom-right orderTadashi G. Takaoka2014-04-212-24/+9
| | | | Change-Id: I228748824de62e9e46fa43db200d23f41eb6d2ce
* Use unmodifiable list to return keys from KeyboardTadashi G. Takaoka2014-04-211-3/+4
| | | | Change-Id: I85a0b18d2d78632e9a9f074eda1de9225001f876
* Merge "[IL135] Make getCurrentAutoCapsState private"Jean Chalard2014-04-151-9/+5
|\
| * [IL135] Make getCurrentAutoCapsState privateJean Chalard2014-04-141-9/+5
| | | | | | | | | | Bug: 8636060 Change-Id: I800aefe6fee4c14df6fe5abe21b2387c69abb8f5
* | Merge "[IL134] Add an alternative path to getCurrentAutoCapsState"Jean Chalard2014-04-151-1/+12
|\|
| * [IL134] Add an alternative path to getCurrentAutoCapsStateJean Chalard2014-04-141-1/+12
| | | | | | | | | | | | Bug: 8636060 Change-Id: I959e13d34910adad028ed6174f92029ff690eeeb
* | Merge "Fix updating the shift state upon backspace"Jean Chalard2014-04-142-5/+40
|\ \
| * | Fix updating the shift state upon backspaceJean Chalard2014-04-142-5/+40
| |/ | | | | | | | | Bug: 13514349 Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537
* | Use KeyboardTheme id insteand of indexTadashi G. Takaoka2014-04-141-1/+1
| | | | | | | | | | | | | | This CL must be checked in together with I771216f8bd. Bug: 14042743 Change-Id: I45c3acf9242985fb03721a9a6d377fbccc8e2019
* | Refactor KeyboardTheme as top-level classTadashi G. Takaoka2014-04-141-2/+1
|/ | | | | | | This CL should be checked in together with I63e33388f9. Bug: 14042743 Change-Id: I13f0a45bac6f19e006bf1280a36173e52d6d7160
* Revise myanmar keyboard layoutTadashi G. Takaoka2014-04-112-0/+289
| | | | | | | Note that this keyboard layout is still a preliminary. Bug: 7963632 Change-Id: I4c53b3359ea2c0dd8e2ce7db8ec916ab9340eec5
* Merge "Fix some flaky tests."Jean Chalard2014-04-101-0/+5
|\
| * Fix some flaky tests.Jean Chalard2014-04-101-0/+5
| | | | | | | | | | | | | | | | | | | | In tests, we create many instances of LatinIME, but we never destroy them. That means we never close the dictionaries nor the handlers. This change calls onDestroy, which closes all dictionaries, and adds some code to finish the handlers. Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55
* | Merge "Reorder German umlaut letters"Tadashi G. Takaoka2014-04-101-0/+3
|\ \
| * | Reorder German umlaut lettersTadashi G. Takaoka2014-04-101-0/+3
| |/ | | | | | | | | Bug: 13940739 Change-Id: I2e377b56e4a74d36c7e0cea4ad4e8d9341eb7feb