aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-221-1/+1
| | | | 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
* Don't forward phantom space state on stripper inputJean Chalard2012-07-311-0/+13
| | | | | Bug: 6890540 Change-Id: I923b24e3bc17e7b923be4940ad739b58dca24a1f
* 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
* Merge RichInputConnection with EditingUtilsJean Chalard2012-06-081-30/+47
| | | | Change-Id: I9982ff325bef56694402caef28a77683c52ccd71
* 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
| * 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 9a06a1e9: am 468ac358: Merge "Add utils for forgetting curve" into jb-devsatok2012-05-211-0/+56
|\| | | | | | | | | * commit '9a06a1e9eab191838a623aa074c65fd77a2ac7d9': Add utils for forgetting curve
| * Add utils for forgetting curvesatok2012-05-181-0/+56
| | | | | | | | | | Bug: 4192129 Change-Id: Iebb7ac355e1c1891da31c33754315bd76a61889b
* | include text context in researchLoggerKurt Partridge2012-05-142-65/+161
|/ | | | | | | | | | | | when logging LatinIME.onUpdateSelection(), now include the current word and preceding word. no escaping of the word is performed; this is temporary until the output format is cleaned up. also fix EditingUtils.getWordRangeAtCursor to support supplementary UTF-16 characters. Bug: 6188932 Change-Id: If4612a2627537d5d8bb2f9585a3ad1b4e56c2e26
* Fix newly created custom input style display nameTadashi G. Takaoka2012-05-071-10/+0
| | | | | | | | This will revert I4263632e Bug: 6443665 Bug: 6410653 Change-Id: Id9ad1a204ed9802488abfc2c536a95d62d55afe0
* Get subtype name string resource from its own localeTadashi G. Takaoka2012-05-071-33/+95
| | | | | Bug: 6443655 Change-Id: Ib9ee55178f0d0f885aa0640b9cba4a179cf0c566
* Fix "no language" subtype name (DO NOT MERGE)Tadashi G. Takaoka2012-04-261-117/+68
| | | | | | | | | | | * Move SubtypeLocale.get{Full,Middle,Short}DisplayName() to LatinLeyboardView and add unit tests (SpacebarTextTests). * Add SubtypeLocale.getSubtypeDisplayName() This is a cherry-pick of I57420c6a from Master. Bug: 6393865 Change-Id: I68748189c17c73984ac4ae05a5a40fb54bf46453
* Binary bigram lookup checks both uppercase and lowercase when previous word ↵Tom Ouyang2012-04-221-0/+11
| | | | | | | is uppercase. Bug: 6363029 Change-Id: I71a1ed5b88f54fcc15bfaf89d3645b8f17ebb821
* Predefined keyboard layouts are configurable via XML resourceTadashi G. Takaoka2012-04-201-10/+10
| | | | | Bug: 4460018 Change-Id: Ia03ec826fb3853ea814d9764686903dbe31a6507
* researchLogger detail on IME sessionsKurt Partridge2012-04-191-24/+2
| | | | | | | | | | | log device type, screen size, etc. also simplification inside ResearchLogger to use exceptions better, and fix ResearchLoggerTests to not change preferences to specify the logfile. multi-project change with Idfd193b16260215cca32886e288f03a0c12b2781 Bug: 6188932 Change-Id: Idd3ca6eb8e8e3934f68234b241c7fd7d0cc3bcd5
* Add custom subtype settingsTadashi G. Takaoka2012-04-191-17/+22
| | | | | Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc
* Change predefined additional subtype format in preferenceTadashi G. Takaoka2012-04-192-4/+95
| | | | | | This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508
* Cleanup InputMethodManagerCompatWrapperTadashi G. Takaoka2012-04-181-6/+6
| | | | Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d
* Fix typo of some methods' nameTadashi G. Takaoka2012-04-181-14/+14
| | | | | | Also changes some methods' argument type from Locale to String. Change-Id: Ib68b528a450dc68a01546483403230f76500bee4
* add logPoint for manual correction (inc touch pos)Kurt Partridge2012-04-164-25/+30
| | | | | Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d