aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* Make ScalableIntArray public as ResizableIntArrayTadashi G. Takaoka2012-07-191-0/+133
| | | | Change-Id: Ibbbc117214912ffa192c694bde5b7d55154f40c4
* Update InputPointers unit test commentsTadashi G. Takaoka2012-07-191-49/+49
|
* Add default capacity parameter to InputPointers' constructorTadashi G. Takaoka2012-07-191-11/+13
| | | | Change-Id: I02f23096f0682d30effe4dfc1ca57881a1e4aedc
* Fix InputPointers.appendTadashi G. Takaoka2012-07-131-31/+34
| | | | Change-Id: I6995f9b2ed00b9f948e1299e576a5e24725d58f8
* A little optimization of InputPointers.copyTadashi G. Takaoka2012-07-101-0/+173
| | | | Change-Id: Id83b34e076ef91e06d7c1dd2b3ee7bb64d01b8cb
* Consolidate methods that do the same thing (A74)Jean Chalard2012-07-091-18/+13
| | | | Change-Id: I6e7c3aba2b40ecefa483c9680978bc806368e96e
* Cleanup (A57)Jean Chalard2012-07-061-0/+20
| | | | | | | We stopped cancelling manual picks a few weeks ago. This code is dead. Change-Id: I4032fcc3c95e9379f1839fe860a1b8a9bd7d0bc7
* Fix a bug where the caps mode would not be changedJean Chalard2012-07-061-14/+27
| | | | | Bug: 6766059 Change-Id: I378f9d35c4904c4f373260bda5863235d833eb31
* Cleanup, part 10 : remove from the code obsolete options (C10)Jean Chalard2012-06-211-1/+1
| | | | Change-Id: Id0806ad3dc7ccb632713eebaca76f0bab26ece5d
* Remove a member (B5)Jean Chalard2012-06-191-1/+1
| | | | | | | The new call in the test ensures getCurrentInputEditorInfo actually works. Change-Id: I2ee407bd9927d22db537d12f339e2b977a38054a
* Use InstrumentationTestCase and get rid of AndroidTestCase.getTestContext callTadashi G. Takaoka2012-06-121-4/+6
| | | | | | Bug: 6202480 Change-Id: I19e04f17614e70867f8383d08667e350d753cde9
* Merge RichInputConnection with EditingUtilsJean Chalard2012-06-081-30/+47
| | | | Change-Id: I9982ff325bef56694402caef28a77683c52ccd71
* am 08c295c5: am 9a321180: Add unit tests for double tap shift keyTadashi G. Takaoka2012-05-292-1/+42
|\ | | | | | | | | * commit '08c295c5bb8d48b26a4486ed42a32a955b39ddd3': Add unit tests for double tap shift key
| * Add unit tests for double tap shift keyTadashi G. Takaoka2012-05-292-1/+42
| | | | | | | | | | Bug: 6568746 Change-Id: I84db31ce86e3e043ac9f9bb971663a629fa3d3c7
* | am c79a7104: am 2959fc0f: Delay shift lock transient until long pressed ↵Tadashi G. Takaoka2012-05-292-67/+66
|\| | | | | | | | | | | | | shift key is released * commit 'c79a710445cca2a69dca9600a2c06eadcb253b62': Delay shift lock transient until long pressed shift key is released
| * Delay shift lock transient until long pressed shift key is releasedTadashi G. Takaoka2012-05-292-67/+66
| | | | | | | | | | Bug: 5424586 Change-Id: Ib602af1b38b1b109bdac9cb0c53132169556db2f
* | am 57da84da: am fb0a4ba8: Add unit tests for long press shift keyTadashi G. Takaoka2012-05-292-2/+49
|\| | | | | | | | | * commit '57da84dac4618c0848af02509b42cf913376f382': Add unit tests for long press shift key
| * Add unit tests for long press shift keyTadashi G. Takaoka2012-05-292-2/+49
| | | | | | | | | | Bug: 5424586 Change-Id: I8465b7e2cebb07a135e24ea33eb7b7fb6752f7a2
* | am 7291fbce: am 16531ad5: Merge "More precise KeyboardState unit test" into ↵Tadashi G. Takaoka2012-05-293-39/+68
|\| | | | | | | | | | | | | jb-dev * commit '7291fbce4776519f764a4a175951a9ae2a1c2a30': More precise KeyboardState unit test
| * More precise KeyboardState unit testTadashi G. Takaoka2012-05-293-39/+68
| | | | | | | | | | Bug: 5424586 Change-Id: I838c82e3fe4629929cbd6e21111d139e7becab55
* | am e03f6b39: am e0952029: Merge "Make KeySpecParser case sensitive again" ↵Tadashi G. Takaoka2012-05-282-96/+116
|\| | | | | | | | | | | | | into jb-dev * commit 'e03f6b3917f71a7c9f9459765264b547cc80b751': Make KeySpecParser case sensitive again
| * Make KeySpecParser case sensitive againTadashi G. Takaoka2012-05-282-96/+116
| | | | | | | | | | | | | | Partially revert I76c3e917. Bug: 6561272 Change-Id: I5649a8ecb44bd11c67785ea97ddbb67b0a019ccc
* | am ee78fb26: am 7ab7f66c: Fix adjusting key\'s label/code caseTadashi G. Takaoka2012-05-271-9/+10
|\| | | | | | | | | * commit 'ee78fb2634e7bf74d3e21faf9630e5d8cd67cda0': Fix adjusting key's label/code case
| * Fix adjusting key's label/code caseTadashi G. Takaoka2012-05-281-9/+10
| | | | | | | | | | | | | | | | With this fix, we may probably be able to revert I76c3e917 (Make KeySpecParser case insensitive). Bug: 6561272 Change-Id: Ic7571560d7b422ffc9a07f0acecd388e0b330d50
* | am e0f8476f: am ab619812: Merge "Fix some of the input logic tests" into jb-devJean Chalard2012-05-223-25/+33
|\| | | | | | | | | * commit 'e0f8476f71be89e78530f739bee91dd78cdbbc44': Fix some of the input logic tests
| * Merge "Fix some of the input logic tests" into jb-devJean Chalard2012-05-223-25/+33
| |\
| | * Fix some of the input logic testsJean Chalard2012-05-223-25/+33
| | | | | | | | | | | | | | | | | | | | | This behavior has been changed for bug#6105732 Bug: 6516976 Change-Id: Ief8225b26d831cd92a051ce25cc005270b6b1776
* | | am 82ffc9fe: am 16950d65: Reset automatic upper case when chroding key is ↵Tadashi G. Takaoka2012-05-213-21/+20
|\| | | | | | | | | | | | | | | | | | | | pressed * commit '82ffc9fe5f7255c902e371bb5353bdef97205fd6': Reset automatic upper case when chroding key is pressed
| * | Reset automatic upper case when chroding key is pressedTadashi G. Takaoka2012-05-213-21/+20
| | | | | | | | | | | | | | | Bug: 6501446 Change-Id: Idc3b88b5370c0d7968cc388885e9066f922cfcf3
* | | am 168147fa: am 65331d6e: Merge "Add multi touch and shift chording unit ↵Tadashi G. Takaoka2012-05-211-0/+132
|\| | | | | | | | | | | | | | | | | | | | tests" into jb-dev * commit '168147fa11b275d4c21ba0ac909dd499f8252bfe': Add multi touch and shift chording unit tests
| * | Add multi touch and shift chording unit testsTadashi G. Takaoka2012-05-211-0/+132
| |/ | | | | | | | | Bug: 6501446 Change-Id: Iac423d152702241adae77fe1c343541d70608269