aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | am ee78fb26: am 7ab7f66c: Fix adjusting key\'s label/code case•••* commit 'ee78fb2634e7bf74d3e21faf9630e5d8cd67cda0': Fix adjusting key's label/code case Tadashi G. Takaoka2012-05-271-9/+10
|\|
| * Fix adjusting key's label/code case•••With this fix, we may probably be able to revert I76c3e917 (Make KeySpecParser case insensitive). Bug: 6561272 Change-Id: Ic7571560d7b422ffc9a07f0acecd388e0b330d50 Tadashi G. Takaoka2012-05-281-9/+10
* | am e0f8476f: am ab619812: Merge "Fix some of the input logic tests" into jb-dev•••* commit 'e0f8476f71be89e78530f739bee91dd78cdbbc44': Fix some of the input logic tests Jean Chalard2012-05-223-25/+33
|\|
| * Merge "Fix some of the input logic tests" into jb-devJean Chalard2012-05-223-25/+33
| |\
| | * Fix some of the input logic tests•••This behavior has been changed for bug#6105732 Bug: 6516976 Change-Id: Ief8225b26d831cd92a051ce25cc005270b6b1776 Jean Chalard2012-05-223-25/+33
* | | am 82ffc9fe: am 16950d65: Reset automatic upper case when chroding key is pre...•••* commit '82ffc9fe5f7255c902e371bb5353bdef97205fd6': Reset automatic upper case when chroding key is pressed Tadashi G. Takaoka2012-05-213-21/+20
|\| |
| * | Reset automatic upper case when chroding key is pressed•••Bug: 6501446 Change-Id: Idc3b88b5370c0d7968cc388885e9066f922cfcf3 Tadashi G. Takaoka2012-05-213-21/+20
* | | am 168147fa: am 65331d6e: Merge "Add multi touch and shift chording unit test...•••* commit '168147fa11b275d4c21ba0ac909dd499f8252bfe': Add multi touch and shift chording unit tests Tadashi G. Takaoka2012-05-211-0/+132
|\| |
| * | Add multi touch and shift chording unit tests•••Bug: 6501446 Change-Id: Iac423d152702241adae77fe1c343541d70608269 Tadashi G. Takaoka2012-05-211-0/+132
| |/
* | am 628a5745: am 75c60bf3: Merge "Change auto caps mode argument to int type" ...•••* commit '628a5745e19d227cdff2370704a4958e2791eb5a': Change auto caps mode argument to int type Tadashi G. Takaoka2012-05-214-31/+38
|\|
| * Change auto caps mode argument to int type•••Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e Tadashi G. Takaoka2012-05-184-31/+38
* | am 9a06a1e9: am 468ac358: Merge "Add utils for forgetting curve" into jb-dev•••* commit '9a06a1e9eab191838a623aa074c65fd77a2ac7d9': Add utils for forgetting curve satok2012-05-211-0/+56
|\|
| * Add utils for forgetting curve•••Bug: 4192129 Change-Id: Iebb7ac355e1c1891da31c33754315bd76a61889b satok2012-05-181-0/+56
* | include text context in researchLogger•••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 Kurt Partridge2012-05-142-65/+161
|/
* Fix newly created custom input style display name•••This will revert I4263632e Bug: 6443665 Bug: 6410653 Change-Id: Id9ad1a204ed9802488abfc2c536a95d62d55afe0 Tadashi G. Takaoka2012-05-071-10/+0
* Get subtype name string resource from its own locale•••Bug: 6443655 Change-Id: Ib9ee55178f0d0f885aa0640b9cba4a179cf0c566 Tadashi G. Takaoka2012-05-072-35/+95
* Fix "no language" subtype name (DO NOT MERGE)•••* 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 Tadashi G. Takaoka2012-04-262-117/+246
* Binary bigram lookup checks both uppercase and lowercase when previous word i...•••Bug: 6363029 Change-Id: I71a1ed5b88f54fcc15bfaf89d3645b8f17ebb821 Tom Ouyang2012-04-221-0/+11
* Predefined keyboard layouts are configurable via XML resource•••Bug: 4460018 Change-Id: Ia03ec826fb3853ea814d9764686903dbe31a6507 Tadashi G. Takaoka2012-04-201-10/+10
* Fix confusable "label" usage, use "text" instead•••* Rename makelabel tool to maketext * Rename KeyboardLablesSet class to KeyboardTextsSet * Rename "!label/name" to "!text/name" Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3 Tadashi G. Takaoka2012-04-202-99/+99
* Use string attribute for icon name•••Change-Id: I336acf33c7e6bc993b9da9b17ec689975fa8127d Tadashi G. Takaoka2012-04-202-16/+20
* Merge "Make KeySpecParser case insensitive"Tadashi G. Takaoka2012-04-192-134/+360
|\
| * Make KeySpecParser case insensitive•••Change-Id: I76c3e9179dd8777d3cf3138ad76513d83672debf Tadashi G. Takaoka2012-04-202-134/+360
* | researchLogger detail on IME sessions•••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 Kurt Partridge2012-04-191-24/+2
|/
* Add custom subtype settings•••Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc Tadashi G. Takaoka2012-04-191-17/+22
* Change predefined additional subtype format in preference•••This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508 Tadashi G. Takaoka2012-04-192-4/+95
* Cleanup InputMethodManagerCompatWrapper•••Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d Tadashi G. Takaoka2012-04-181-6/+6
* Fix typo of some methods' name•••Also changes some methods' argument type from Locale to String. Change-Id: Ib68b528a450dc68a01546483403230f76500bee4 Tadashi G. Takaoka2012-04-182-15/+15
* add logPoint for manual correction (inc touch pos)•••Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d Kurt Partridge2012-04-164-25/+30
* Adjust a test for a new default setting•••Bug: 6338940 Change-Id: I8f14ce0de768ddb0394eb2b584d8753e0df82a28 Jean Chalard2012-04-162-14/+36
* Utilize InputMethodSubtype and additional subtype•••* Remove de_QY and fr_CH from supported subtypes * Add de-qwerty and fr-qwertz predefined additional subtypes instead. Change-Id: I49e8ba0299529302f2b91b4d018b07304cdd6897 Tadashi G. Takaoka2012-04-131-57/+110
* Add a test for umlauts•••Change-Id: I2c15e9dc7a1cf846c92a1900d68f661aa70e77b9 Jean Chalard2012-04-131-1/+19
* Refatcor InputMethodSubtype related stuff a bit•••Change-Id: Iaded72331660afbaeddda085f2b633b681d4b6df Tadashi G. Takaoka2012-04-131-5/+3
* Remove format method from tests.•••Will be added to superclass. Bug 5826326 Change-Id: I61478661b822823112f774745a6642a6185366d3 Brett Chabot2012-04-111-4/+0
* Merge "change ResearchLoggerTests to check file"Kurt Partridge2012-04-111-0/+18
|\
| * change ResearchLoggerTests to check file•••multi-project commit with I587003f2 Bug: 6188932 Change-Id: I3d3f0c9d011301489473dc330338ea4a7ba61e9e Kurt Partridge2012-04-111-0/+18
* | Generate KeyboardLabelsSet from donottranslate-more-keys.xml•••This change introduces makelabel tool that reads all languages' donottranslate-more-keys and generate KeyboardLabelsSet.java source file. The makelabel command must be invoked prior to compile LatinIME. Change-Id: I7515c7919c535e30f9c80a37bdc831d0f682cd43 Tadashi G. Takaoka2012-04-112-104/+118
* | Fix KeyboardCodesSet code mapping•••This is a follow up for Icfd6d06f. Change-Id: I9a11c6f1c8d9654e3fb004940791055c2bcf9f17 Tadashi G. Takaoka2012-04-101-2/+4
* | Use !icon/<icon_name> notation for more keys spec•••Change-Id: I616e6c1ac603d2eb7a5c99ec70d5411371d15f3e Tadashi G. Takaoka2012-04-101-2/+2
* | Introduce KeyboardCodesSet.java and remove keycodes.xml•••Change-Id: Icfd6d06f47425aa037682d22c895548ba6f047d8 Tadashi G. Takaoka2012-04-101-23/+13
|/
* Use keyboardSet extra value of subtype to specify layout type•••Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97 Tadashi G. Takaoka2012-04-051-18/+8
* Merge "Use "No language (QWERTY)" for language agnostic QWERTY keyboard name"Tadashi G. Takaoka2012-04-031-26/+94
|\
| * Use "No language (QWERTY)" for language agnostic QWERTY keyboard name•••Bug: 6010147 Change-Id: I401c2e3fcd639c0e1a03e64489a0d792810caa18 Tadashi G. Takaoka2012-04-041-26/+94
* | Merge "Use InputMethodInfo.getSubtypeAt() to list all subtype in test"Tadashi G. Takaoka2012-04-032-7/+8
|\ \
| * | Use InputMethodInfo.getSubtypeAt() to list all subtype in test•••Change-Id: Ie42effc1c67870d70d0b6a5daed44b811063942b Tadashi G. Takaoka2012-04-042-7/+8
| |/
* / Fix restoring debug mode in InputTestBase•••Change-Id: I71f01b86c0e8b1e56d39d85795dc0a844cc6285f Tadashi G. Takaoka2012-04-041-1/+1
|/
* Remove InputMethodSubtypeCompatWrapper•••Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d Tadashi G. Takaoka2012-04-032-56/+30
* Fix the build. Corresponding to I0f1a0dee•••Change-Id: Ibe31549a200f4c307fa4c1d4ef9ddac0a5952218 Ken Wakasa2012-03-301-103/+0
* Add language agnostic QWERTY subtype•••Bug: 6010147 Change-Id: I705e38ac889172ae8b7c2a68e5c688f2ffc28320 Tadashi G. Takaoka2012-03-301-0/+4
* Fix coordinates of InputTestsBase.type•••Bug: 6225317 Change-Id: I5c9adb3e65e5742680309b4f2d1a9f2b83ce546f Tadashi G. Takaoka2012-03-282-8/+3