aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/InputTestsBase.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some of the input logic testsJean Chalard2012-05-221-8/+11
| | | | | | | This behavior has been changed for bug#6105732 Bug: 6516976 Change-Id: Ief8225b26d831cd92a051ce25cc005270b6b1776
* 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 logPoint for manual correction (inc touch pos)Kurt Partridge2012-04-161-0/+5
| | | | | Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d
* Adjust a test for a new default settingJean Chalard2012-04-161-5/+12
| | | | | Bug: 6338940 Change-Id: I8f14ce0de768ddb0394eb2b584d8753e0df82a28
* change ResearchLoggerTests to check fileKurt Partridge2012-04-111-0/+18
| | | | | | | multi-project commit with I587003f2 Bug: 6188932 Change-Id: I3d3f0c9d011301489473dc330338ea4a7ba61e9e
* Merge "Use InputMethodInfo.getSubtypeAt() to list all subtype in test"Tadashi G. Takaoka2012-04-031-5/+8
|\
| * Use InputMethodInfo.getSubtypeAt() to list all subtype in testTadashi G. Takaoka2012-04-041-5/+8
| | | | | | | | Change-Id: Ie42effc1c67870d70d0b6a5daed44b811063942b
* | Fix restoring debug mode in InputTestBaseTadashi G. Takaoka2012-04-041-1/+1
|/ | | | Change-Id: I71f01b86c0e8b1e56d39d85795dc0a844cc6285f
* Remove InputMethodSubtypeCompatWrapperTadashi G. Takaoka2012-04-031-2/+30
| | | | | Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d
* Fix coordinates of InputTestsBase.typeTadashi G. Takaoka2012-03-281-6/+3
| | | | | Bug: 6225317 Change-Id: I5c9adb3e65e5742680309b4f2d1a9f2b83ce546f
* Split input logic tests to make creating new tests easierJean Chalard2012-03-231-0/+235
This will allow easier reuse of the complicated set up code and the various helper methods. Change-Id: I864eb0da476cbf0fe087ddb1713af80d3c3eb850