aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/InputTestsBase.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some of the input logic tests•••This behavior has been changed for bug#6105732 Bug: 6516976 Change-Id: Ief8225b26d831cd92a051ce25cc005270b6b1776 Jean Chalard2012-05-221-8/+11
* 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 logPoint for manual correction (inc touch pos)•••Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d Kurt Partridge2012-04-161-0/+5
* Adjust a test for a new default setting•••Bug: 6338940 Change-Id: I8f14ce0de768ddb0394eb2b584d8753e0df82a28 Jean Chalard2012-04-161-5/+12
* change ResearchLoggerTests to check file•••multi-project commit with I587003f2 Bug: 6188932 Change-Id: I3d3f0c9d011301489473dc330338ea4a7ba61e9e Kurt Partridge2012-04-111-0/+18
* 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 test•••Change-Id: Ie42effc1c67870d70d0b6a5daed44b811063942b Tadashi G. Takaoka2012-04-041-5/+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-031-2/+30
* Fix coordinates of InputTestsBase.type•••Bug: 6225317 Change-Id: I5c9adb3e65e5742680309b4f2d1a9f2b83ce546f Tadashi G. Takaoka2012-03-281-6/+3
* Split input logic tests to make creating new tests easier•••This will allow easier reuse of the complicated set up code and the various helper methods. Change-Id: I864eb0da476cbf0fe087ddb1713af80d3c3eb850 Jean Chalard2012-03-231-0/+235