aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [Rlog48c] Replay historical motion dataKurt Partridge2013-02-041-0/+169
| | | | Change-Id: Ib398ea61ff048b1a4ac3b7f7b4a772e173a7b294
* Add a way to know externally if we're installing a new dictJean Chalard2013-01-311-2/+2
| | | | | | | | That helps tests know when to wait and when to declare the dictionary actually not usable. Bug: 7925814 Change-Id: Ic963c1206c43e3cde39ac4214a0d601f4fc6c03b
* Remove keyboard layout description on the spacebarTadashi G. Takaoka2013-01-281-80/+117
| | | | | Bug: 8056376 Change-Id: I33f07e7a044c2b5fc20de40c7a9777dab493e41c
* Display custom input style name in system localeTadashi G. Takaoka2013-01-241-13/+165
| | | | | Bug: 8032166 Change-Id: Ib9a6b63c4d540ce377892fb865e53abdd8adec16
* Refactor SubtypeLocale to hold ResourcesTadashi G. Takaoka2013-01-232-88/+73
| | | | Change-Id: Ia667bc2d406d66c87215dd3b9569f36f4642cfe0
* Remove automatic switch back to alphabet featureTadashi G. Takaoka2013-01-183-88/+31
| | | | Change-Id: I4600c808f2ec31c18d3698a43afa7f4be9407e3e
* Fix international testsJean Chalard2013-01-102-30/+1
| | | | | | | | | | | Tests have been broken again by recent changes to subtype choice within Latin IME. This fixes the problem and all tests pass again. This change also includes a small fix to one test that was checking for something irrelevant. Change-Id: I6a03dea24f99b0d2ad84c4161a8413f3060bb811
* Fix a race condition with backspacesJean Chalard2013-01-091-0/+21
| | | | | | | And add a test to make sure it stays not-broken. Bug: 7946604 Change-Id: I996da3d5507d591ec25a13fb57434f39843f1df5
* Simplify singleton class initializationTadashi G. Takaoka2013-01-072-6/+2
| | | | Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1
* Get rid of current subtype and system locale cache from SubtypeSwitcherTadashi G. Takaoka2012-12-271-1/+1
| | | | | Bug: 7675452 Change-Id: I2121f56964b6d25e8d40f5b8ec67eeae527b2117
* Set additional subtypes before getting current subtypeTadashi G. Takaoka2012-11-282-2/+6
| | | | | Bug: 7594188 Change-Id: I1977acb7189f8eb186b9b20a3e5b64b4aaabf191
* am 7ba02315: am b172725c: am 7d045829: Request update shift state after ↵Tadashi G. Takaoka2012-11-271-5/+21
|\ | | | | | | | | | | | | shift-chording input * commit '7ba02315abf3f6fe2e40fcb248ccf1cab8dee179': Request update shift state after shift-chording input
| * Request update shift state after shift-chording inputTadashi G. Takaoka2012-11-211-5/+21
| | | | | | | | | | Bug: 7529860 Change-Id: Iec82459348722be358ae2ded15deafac21749dcd
* | Prep for GCC 4.7Ken Wakasa2012-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Galaxy Nexus (./vendor/google/apps/LatinImeGoogle/tests/etc/run-profile.sh -g) Before ==== test finished, terminate logcat ===== (0) 2506.11 (10.48%) (1) 21289.22 (89.01%) (2) 108.29 (0.45%) (3) 0.00 (0.00%) (4) 0.00 (0.00%) (5) 0.00 (0.00%) (6) 0.00 (0.00%) (20) 0.00 (0.00%) Total 23917.44 (sum of others 23903.62) After ==== test finished, terminate logcat ===== (0) 2499.58 (10.98%) (1) 20145.66 (88.51%) (2) 103.17 (0.45%) (3) 0.00 (0.00%) (4) 0.00 (0.00%) (5) 0.00 (0.00%) (6) 0.00 (0.00%) (20) 0.00 (0.00%) Total 22761.98 (sum of others 22748.42) Change-Id: I662cb361ff9205ef87d640c458b8473df7d54659
* | Cancel gesture typing by sliding out from keyboardTadashi G. Takaoka2012-11-221-0/+3
| | | | | | | | | | Bug: 7594165 Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec
* | am 82cc7349: am b9385ff9: am cdbf6fb5: Merge "Correctly add double quote to ↵Jean Chalard2012-11-201-0/+16
|\| | | | | | | | | | | | | the space strippers" into jb-mr1.1-dev * commit '82cc7349254e1ca3722ead1f108b6c53820432d5': Correctly add double quote to the space strippers
| * Correctly add double quote to the space strippersJean Chalard2012-11-191-0/+16
| | | | | | | | | | | | | | | | ...without removing space, this time. Also add a test to make sure it is working. Bug: 7531719 Change-Id: I3afcc433c6cdc2774e7deeb6d358356db5035d35
* | Add Spanish United States keyboardTadashi G. Takaoka2012-11-191-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The subtype locale name on the spacebar will be suppressed when only one subtype is enabled and - Subtype locale is equal to the system locale. or - Subtype language is equal to the system language but the subtype is implicitly enabled. Thus the "es_ES" system locale chooses "es" subtype keyboard implicitly but the keyboard doesn't have the subtype name on its spacebar. This change also removes Spanish Latin America keyboard. Bug: 7531804 Change-Id: Ib929e8235d643c0ba039eb010e18ab721a734e15
* | Enhance ImfUtils to InputMethodManagerWrapper classTadashi G. Takaoka2012-11-122-40/+43
| | | | | | | | Change-Id: I6ff86ee819a446dd3ed5f9c3400d23564027b020
* | Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-295-54/+49
| | | | | | | | Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
* | Fix the build (again)Jean Chalard2012-10-231-1/+1
| | | | | | | | Change-Id: Idb7addede891a5c672d7fc09ddfe4d2585f8d647
* | Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-1/+1
| | | | | | | | Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
* | Stop using private APIs in tests.Jean Chalard2012-10-101-1/+1
| | | | | | | | | | | | | | Not sure it's much better, but at least this is public. Bug: 6202480 Change-Id: If6cda78fbd32cfb068e0b2fcb637914939b044b3
* | Fix failing tests.Jean Chalard2012-10-104-16/+52
| | | | | | | | | | | | | | | | | | | | | | Most of the failures can be ascribed to the tests not passing the correct old position of the cursor on a second call to onUpdateSelection() to LatinIME. Bug: 7276565 Bug: 7276805 Bug: 7276195 Change-Id: I3f1b52cdcc783ea18838408bed50699b7254eaf4
* | Make unit tests create temporary files in the cache directory.Yuichiro Hanada2012-10-053-32/+44
| | | | | | | | Change-Id: I90791b364b441bc4e8e221d9e668372d15591719
* | fix writeCharGroup.Yuichiro Hanada2012-10-051-18/+80
| | | | | | | | Change-Id: Ib841afaba0a20c3b300eb7d3e9133243f9f3ae58
* | am d173ed18: am bf6c8bd8: am 3f7fe829: Merge "Always consider a new line the ↵Jean Chalard2012-10-041-0/+8
|\| | | | | | | | | | | | | start of a sentence" into jb-mr1-dev * commit 'd173ed18e44ea5cdc48d5f620bb91efcd3ed5174': Always consider a new line the start of a sentence
| * Always consider a new line the start of a sentenceJean Chalard2012-10-041-0/+8
| | | | | | | | | | Bug: 7282523 Change-Id: I10a73e99efdfe6acb9a16819694b98c6714fd451
* | Add insertWord.Yuichiro Hanada2012-10-041-0/+335
|/ | | | | | bug: 6669677 Change-Id: Ide55a4931071de9cd42c1cddae63ddd531d2feba
* Use BinaryDictInputOutput to save UserHistoryDictionary.Yuichiro Hanada2012-09-271-0/+109
| | | | | | bug: 6669677 Change-Id: I08193c26f76dbd48168f8ac02c1b737525bfc7b2
* Combine mHasParentAddress with mHasLinkedListNode into mSupportsDynamicUpdate.Yuichiro Hanada2012-09-241-24/+16
| | | | | | bug: 6669677 Change-Id: I82799af199358420f09ac34fc005091e202c5d3b
* Add deleteWord.Yuichiro Hanada2012-09-211-1/+36
| | | | | | bug: 6669677 Change-Id: I1a5b90ee05e5cffd74a5c140384a3e37c79e7e70
* Add getTerminalPosition.Yuichiro Hanada2012-09-201-1/+90
| | | | Change-Id: If04d779db23b1aea2cc12e5e9b8cecfcb35a5737
* Make BinaryDictIOUtils.Yuichiro Hanada2012-09-191-1/+1
| | | | Change-Id: I45830235ee738233e8eb2bd91d659705b698f58c
* Make writePlacedNode write the linked-list node.Yuichiro Hanada2012-09-181-3/+11
| | | | Change-Id: I60feda815ea08cf73300fccca1ae12b97550f116
* Take space state into account for caps (A11)Jean Chalard2012-09-181-30/+37
| | | | | Bug: 6950087 Change-Id: I8a1bca24db64b4dd54db8ac74d90cf43cbdddab6
* Take locale into account for caps (A10)Jean Chalard2012-09-141-26/+35
| | | | | Bug: 4967874 Change-Id: Ic7ce7b2de088308fa00865c81246c84c605db1e5
* Remove an unused function (A8)Jean Chalard2012-09-141-11/+0
| | | | Change-Id: I0578068946d32192c4faf14b3e86624b7301c7d9
* Fix abbreviations processing for English (A7)Jean Chalard2012-09-141-0/+41
| | | | | | | It's still incorrect for non-English languages. Bug: 4967874 Change-Id: I3d4379265f72e1c0435eba90ab878a80bbcf55ce
* Add tests for BinaryDictInputOutput.Yuichiro Hanada2012-09-131-37/+59
| | | | Change-Id: I2ca66fd9a3568d5b6ece79d954095383d23a0a9f
* Move FormatOptions and FileHeader to FormatSpec.Yuichiro Hanada2012-09-132-4/+4
| | | | Change-Id: I232e35598635113bf2c81825669c744aadc79efe
* Add tests for readDictionaryBinary with byte array.Yuichiro Hanada2012-09-061-56/+109
| | | | Change-Id: I2c2815e9d4867687fb3f5b0c661e6162b88c0a0c
* Refactor BinaryDictIOTests.Yuichiro Hanada2012-09-061-49/+51
| | | | Change-Id: I6eef88ab436f478a9255cc20ea59a24cd472807e
* Check shortcuts in checkDictionary.Yuichiro Hanada2012-09-061-18/+36
| | | | Change-Id: I150913833e586bf7d3f0b9b2e796a61f89fa4f83
* Change BinaryDictIOTests's package.Yuichiro Hanada2012-09-051-1/+2
| | | | Change-Id: Ie9df2f7767cd925051c5e1fdcc325cc3359bca20
* Add FormatOptions.Yuichiro Hanada2012-09-052-2/+8
| | | | Change-Id: Ibad05a5f9143de1156b2c897593ec89b0a0b07e7
* Add a preliminary test for basic Russian spell checkJean Chalard2012-09-042-0/+30
| | | | | Bug: 6981919 Change-Id: I5ec6a6468cb616e7a4369c79b4dbfc84f3d8de59
* Add a first test for the spell checkerJean Chalard2012-09-042-2/+58
| | | | | Bug: 6981919 Change-Id: Idd34150cec70e71bde652428f1631693bbc4a9ff
* Merge "Reinstate the shortcut-only attribute" into jb-mr1-devJean Chalard2012-09-022-5/+5
|\
| * Reinstate the shortcut-only attributeJean Chalard2012-08-312-5/+5
| | | | | | | | | | | | | | | | Also add the blacklist attribute Bug: 7005742 Bug: 2704000 Change-Id: Icbe60bdf25bfb098d9e3f20870be30d6aef07c9d