aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com (follow)
Commit message (Expand)AuthorAgeFilesLines
* Always consider a new line the start of a sentence•••Bug: 7282523 Change-Id: I10a73e99efdfe6acb9a16819694b98c6714fd451 Jean Chalard2012-10-041-0/+8
* Use BinaryDictInputOutput to save UserHistoryDictionary.•••bug: 6669677 Change-Id: I08193c26f76dbd48168f8ac02c1b737525bfc7b2 Yuichiro Hanada2012-09-271-0/+109
* Combine mHasParentAddress with mHasLinkedListNode into mSupportsDynamicUpdate.•••bug: 6669677 Change-Id: I82799af199358420f09ac34fc005091e202c5d3b Yuichiro Hanada2012-09-241-24/+16
* Add deleteWord.•••bug: 6669677 Change-Id: I1a5b90ee05e5cffd74a5c140384a3e37c79e7e70 Yuichiro Hanada2012-09-211-1/+36
* Add getTerminalPosition.•••Change-Id: If04d779db23b1aea2cc12e5e9b8cecfcb35a5737 Yuichiro Hanada2012-09-201-1/+90
* Make BinaryDictIOUtils.•••Change-Id: I45830235ee738233e8eb2bd91d659705b698f58c Yuichiro Hanada2012-09-191-1/+1
* Make writePlacedNode write the linked-list node.•••Change-Id: I60feda815ea08cf73300fccca1ae12b97550f116 Yuichiro Hanada2012-09-181-3/+11
* Take space state into account for caps (A11)•••Bug: 6950087 Change-Id: I8a1bca24db64b4dd54db8ac74d90cf43cbdddab6 Jean Chalard2012-09-181-30/+37
* Take locale into account for caps (A10)•••Bug: 4967874 Change-Id: Ic7ce7b2de088308fa00865c81246c84c605db1e5 Jean Chalard2012-09-141-26/+35
* Remove an unused function (A8)•••Change-Id: I0578068946d32192c4faf14b3e86624b7301c7d9 Jean Chalard2012-09-141-11/+0
* Fix abbreviations processing for English (A7)•••It's still incorrect for non-English languages. Bug: 4967874 Change-Id: I3d4379265f72e1c0435eba90ab878a80bbcf55ce Jean Chalard2012-09-141-0/+41
* Add tests for BinaryDictInputOutput.•••Change-Id: I2ca66fd9a3568d5b6ece79d954095383d23a0a9f Yuichiro Hanada2012-09-131-37/+59
* Move FormatOptions and FileHeader to FormatSpec.•••Change-Id: I232e35598635113bf2c81825669c744aadc79efe Yuichiro Hanada2012-09-132-4/+4
* Add tests for readDictionaryBinary with byte array.•••Change-Id: I2c2815e9d4867687fb3f5b0c661e6162b88c0a0c Yuichiro Hanada2012-09-061-56/+109
* Refactor BinaryDictIOTests.•••Change-Id: I6eef88ab436f478a9255cc20ea59a24cd472807e Yuichiro Hanada2012-09-061-49/+51
* Check shortcuts in checkDictionary.•••Change-Id: I150913833e586bf7d3f0b9b2e796a61f89fa4f83 Yuichiro Hanada2012-09-061-18/+36
* Change BinaryDictIOTests's package.•••Change-Id: Ie9df2f7767cd925051c5e1fdcc325cc3359bca20 Yuichiro Hanada2012-09-051-1/+2
* Add FormatOptions.•••Change-Id: Ibad05a5f9143de1156b2c897593ec89b0a0b07e7 Yuichiro Hanada2012-09-052-2/+8
* Add a preliminary test for basic Russian spell check•••Bug: 6981919 Change-Id: I5ec6a6468cb616e7a4369c79b4dbfc84f3d8de59 Jean Chalard2012-09-042-0/+30
* Add a first test for the spell checker•••Bug: 6981919 Change-Id: Idd34150cec70e71bde652428f1631693bbc4a9ff Jean Chalard2012-09-042-2/+58
* Merge "Reinstate the shortcut-only attribute" into jb-mr1-devJean Chalard2012-09-022-5/+5
|\
| * Reinstate the shortcut-only attribute•••Also add the blacklist attribute Bug: 7005742 Bug: 2704000 Change-Id: Icbe60bdf25bfb098d9e3f20870be30d6aef07c9d Jean Chalard2012-08-312-5/+5
* | add UserHistoryDictIOUtils.•••Change-Id: I8a70e43b23f65b5fd5f0ee0b30a94ad8f5ef8a8a Yuichiro Hanada2012-08-311-0/+249
* | add readUnigramsAndBigramsBinary.•••Change-Id: I7967f11211221d4877bf0a0c30183af885f45390 Yuichiro Hanada2012-08-311-20/+167
|/
* Separate inner classes of keyboard package out under internal package•••Change-Id: Ia3969bd5ddec5aa5d81d05ad4cf676d818587922 Tadashi G. Takaoka2012-08-303-3/+2
* Merge "Use ByteBuffer when reading FusionDictionary from file." into jb-mr1-devJean Chalard2012-08-231-0/+224
|\
| * Use ByteBuffer when reading FusionDictionary from file.•••Change-Id: Ia71561648e17f846d277c22309ac37c21c67a537 Yuichiro Hanada2012-08-241-0/+224
* | Fix bug in InputPointers.append•••Change-Id: I39825757bbae32b66c4b61cb6c4fbcaa2e0c9c47 Tadashi G. Takaoka2012-08-231-0/+57
|/
* Fix SubtypeSwitcher initialization path•••This change also removes the reference of LatinIME from SubtypeSwitcher. Bug: 7026856 Change-Id: I78a266f3682b11f09b49bbcdcdb6aee713e6af37 Tadashi G. Takaoka2012-08-221-1/+2
* Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 Tadashi G. Takaoka2012-08-223-3/+6
* Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d Tadashi G. Takaoka2012-08-211-4/+1
* Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f Tadashi G. Takaoka2012-08-211-3/+1
* fix findWordInTree.•••Change-Id: I8f42df28f76188677db9d4e55885e1fc6a40b53f Yuichiro Hanada2012-08-171-0/+6
* fix findWordInTree.•••Change-Id: I9d81c815494a0670afa81219ad7bad82274d997e Yuichiro Hanada2012-08-161-0/+42
* Use ArrayList to implement PointerTrackerQueue•••Change-Id: Ie386e6c7869df4df940e09fccffc5cd661134557 Tadashi G. Takaoka2012-08-081-1/+1
* Add PointerTrackerQueue unit tests•••This is a groundwork to elminate LinkedList from PointerTrackerQueue. Change-Id: Ib77780537ceb0b4273fb8e483977ab76124c5ce7 Tadashi G. Takaoka2012-08-072-33/+349
* Don't forward phantom space state on stripper input•••Bug: 6890540 Change-Id: I923b24e3bc17e7b923be4940ad739b58dca24a1f Jean Chalard2012-07-311-0/+13
* Rename LatinKeyboardView to MainKeyboardView•••Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60 Tadashi G. Takaoka2012-07-231-35/+35
* Implement ResizableIntArray.fill•••Change-Id: I570641bc2f32d016c247db6c065a138d8235ab8c Tadashi G. Takaoka2012-07-201-8/+89
* Implement ResizableIntArray.setLength and .get•••This change revises ResizableIntArrayTests as well. Tadashi G. Takaoka2012-07-201-23/+142
* Make ScalableIntArray public as ResizableIntArray•••Change-Id: Ibbbc117214912ffa192c694bde5b7d55154f40c4 Tadashi G. Takaoka2012-07-191-0/+133
* Update InputPointers unit test commentsTadashi G. Takaoka2012-07-191-49/+49
* Add default capacity parameter to InputPointers' constructor•••Change-Id: I02f23096f0682d30effe4dfc1ca57881a1e4aedc Tadashi G. Takaoka2012-07-191-11/+13
* Fix InputPointers.append•••Change-Id: I6995f9b2ed00b9f948e1299e576a5e24725d58f8 Tadashi G. Takaoka2012-07-131-31/+34
* A little optimization of InputPointers.copy•••Change-Id: Id83b34e076ef91e06d7c1dd2b3ee7bb64d01b8cb Tadashi G. Takaoka2012-07-101-0/+173
* Consolidate methods that do the same thing (A74)•••Change-Id: I6e7c3aba2b40ecefa483c9680978bc806368e96e Jean Chalard2012-07-091-18/+13
* Cleanup (A57)•••We stopped cancelling manual picks a few weeks ago. This code is dead. Change-Id: I4032fcc3c95e9379f1839fe860a1b8a9bd7d0bc7 Jean Chalard2012-07-061-0/+20
* Fix a bug where the caps mode would not be changed•••Bug: 6766059 Change-Id: I378f9d35c4904c4f373260bda5863235d833eb31 Jean Chalard2012-07-061-14/+27
* Cleanup, part 10 : remove from the code obsolete options (C10)•••Change-Id: Id0806ad3dc7ccb632713eebaca76f0bab26ece5d Jean Chalard2012-06-211-1/+1
* Remove a member (B5)•••The new call in the test ensures getCurrentInputEditorInfo actually works. Change-Id: I2ee407bd9927d22db537d12f339e2b977a38054a Jean Chalard2012-06-191-1/+1