aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | am 628a5745: am 75c60bf3: Merge "Change auto caps mode argument to int type" ↵Tadashi G. Takaoka2012-05-214-31/+38
|\| | | | | | | | | | | | | into jb-dev * commit '628a5745e19d227cdff2370704a4958e2791eb5a': Change auto caps mode argument to int type
| * Change auto caps mode argument to int typeTadashi G. Takaoka2012-05-184-31/+38
| | | | | | | | | | Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e
* | 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-072-35/+95
| | | | | Bug: 6443655 Change-Id: Ib9ee55178f0d0f885aa0640b9cba4a179cf0c566
* Fix "no language" subtype name (DO NOT MERGE)Tadashi G. Takaoka2012-04-262-117/+246
| | | | | | | | | | | * 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
* Fix confusable "label" usage, use "text" insteadTadashi G. Takaoka2012-04-202-99/+99
| | | | | | | | * Rename makelabel tool to maketext * Rename KeyboardLablesSet class to KeyboardTextsSet * Rename "!label/name" to "!text/name" Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3
* Use string attribute for icon nameTadashi G. Takaoka2012-04-202-16/+20
| | | | Change-Id: I336acf33c7e6bc993b9da9b17ec689975fa8127d
* Merge "Make KeySpecParser case insensitive"Tadashi G. Takaoka2012-04-192-134/+360
|\
| * Make KeySpecParser case insensitiveTadashi G. Takaoka2012-04-202-134/+360
| | | | | | | | Change-Id: I76c3e9179dd8777d3cf3138ad76513d83672debf
* | 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-182-15/+15
| | | | | | 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
* Adjust a test for a new default settingJean Chalard2012-04-162-14/+36
| | | | | Bug: 6338940 Change-Id: I8f14ce0de768ddb0394eb2b584d8753e0df82a28
* Utilize InputMethodSubtype and additional subtypeTadashi G. Takaoka2012-04-131-57/+110
| | | | | | | * Remove de_QY and fr_CH from supported subtypes * Add de-qwerty and fr-qwertz predefined additional subtypes instead. Change-Id: I49e8ba0299529302f2b91b4d018b07304cdd6897
* Add a test for umlautsJean Chalard2012-04-131-1/+19
| | | | Change-Id: I2c15e9dc7a1cf846c92a1900d68f661aa70e77b9