aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* | add UserHistoryDictIOUtils.Yuichiro Hanada2012-08-311-0/+249
| | | | | | | | Change-Id: I8a70e43b23f65b5fd5f0ee0b30a94ad8f5ef8a8a
* | add readUnigramsAndBigramsBinary.Yuichiro Hanada2012-08-311-20/+167
|/ | | | Change-Id: I7967f11211221d4877bf0a0c30183af885f45390
* Separate inner classes of keyboard package out under internal packageTadashi G. Takaoka2012-08-303-3/+2
| | | | Change-Id: Ia3969bd5ddec5aa5d81d05ad4cf676d818587922
* Merge "Use ByteBuffer when reading FusionDictionary from file." into jb-mr1-devJean Chalard2012-08-231-0/+224
|\
| * Use ByteBuffer when reading FusionDictionary from file.Yuichiro Hanada2012-08-241-0/+224
| | | | | | | | Change-Id: Ia71561648e17f846d277c22309ac37c21c67a537
* | Fix bug in InputPointers.appendTadashi G. Takaoka2012-08-231-0/+57
|/ | | | Change-Id: I39825757bbae32b66c4b61cb6c4fbcaa2e0c9c47
* Fix SubtypeSwitcher initialization pathTadashi G. Takaoka2012-08-221-1/+2
| | | | | | | | This change also removes the reference of LatinIME from SubtypeSwitcher. Bug: 7026856 Change-Id: I78a266f3682b11f09b49bbcdcdb6aee713e6af37
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-223-3/+6
| | | | Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
* Rename and consolidate some constantsTadashi G. Takaoka2012-08-211-4/+1
| | | | Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d
* Remove touch coordinate from pickSuggestionManuallyTadashi G. Takaoka2012-08-211-3/+1
| | | | Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f
* fix findWordInTree.Yuichiro Hanada2012-08-171-0/+6
| | | | Change-Id: I8f42df28f76188677db9d4e55885e1fc6a40b53f
* fix findWordInTree.Yuichiro Hanada2012-08-161-0/+42
| | | | Change-Id: I9d81c815494a0670afa81219ad7bad82274d997e
* Use ArrayList to implement PointerTrackerQueueTadashi G. Takaoka2012-08-081-1/+1
| | | | Change-Id: Ie386e6c7869df4df940e09fccffc5cd661134557
* Add PointerTrackerQueue unit testsTadashi G. Takaoka2012-08-072-33/+349
| | | | | | This is a groundwork to elminate LinkedList from PointerTrackerQueue. Change-Id: Ib77780537ceb0b4273fb8e483977ab76124c5ce7
* Add <uses-sdk> in manifest files of test apksKen Wakasa2012-07-311-0/+2
| | | | Change-Id: If5d0aeba8fadb25f67bcd9132dd6c56e5bf9899e
* Don't forward phantom space state on stripper inputJean Chalard2012-07-311-0/+13
| | | | | Bug: 6890540 Change-Id: I923b24e3bc17e7b923be4940ad739b58dca24a1f
* Rename LatinKeyboardView to MainKeyboardViewTadashi G. Takaoka2012-07-231-35/+35
| | | | Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60
* Implement ResizableIntArray.fillTadashi G. Takaoka2012-07-201-8/+89
| | | | Change-Id: I570641bc2f32d016c247db6c065a138d8235ab8c
* Implement ResizableIntArray.setLength and .getTadashi G. Takaoka2012-07-201-23/+142
| | | | This change revises ResizableIntArrayTests as well.