aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Small debug helperJean Chalard2013-07-161-0/+11
| | | | | | | | | | | | | | | | So that I don't have to find out everything again each time the test facility finds a case that does not work, and I want to dump the output to a combined file. Change-Id: I9f77f86055d1609c2e37747ac47421db1ba2498e
* | Add a test for user history for switching languages.Keisuke Kuroynagi2013-07-161-1/+51
|/ | | | | | | testStressTestForSwitchingLanguageAndAddingWords took 101996 ms Bug: 6669677 Change-Id: I62849674147e4845955060124221da8211e9b3ca
* Change how the length of the random words are chosen.Jean Chalard2013-07-041-4/+13
| | | | | | This is much more robust and much better for testing. Change-Id: I43f900f9debc1d1ae4c3f3dd07dbe0ac85d31f52
* Have random words stick to a restricted (random) charsetJean Chalard2013-07-041-14/+26
| | | | Change-Id: Ib4045ebc9659f1b60183f2356e60e449d62c5be9
* Add a two-args constructor to BinaryDictIOTestsJean Chalard2013-07-041-6/+8
| | | | Change-Id: Ie26e22754bfa5d58135349164c57007c86bd97e8
* Handling key repeat by emulating key press and code inputTadashi G. Takaoka2013-07-023-51/+158
| | | | | | | | This change also eliminates a reference of AudioAndHapticFeedbackManager from KeyboardSwitcher and MainKeyboard. Bug: 6522943 Change-Id: Iac42ec8ff00c66deb76a660ffc07477923a58959
* Merge "Add args to dicttool test."Jean Chalard2013-07-011-6/+9
|\
| * Add args to dicttool test.Jean Chalard2013-07-011-6/+9
| | | | | | | | Change-Id: I0667e0a5a6f6db3964cfcca5c8f083b9ceb41a2e
* | Merge "Move Range out of RichInputConnection and rename it."Jean Chalard2013-07-011-4/+4
|\ \
| * | Move Range out of RichInputConnection and rename it.Jean Chalard2013-07-011-4/+4
| |/ | | | | | | | | | | Range has grown a bit too big to stay an internal class. Change-Id: Ic3fbc48a5d10776eedd7559c4d696e5926b88288
* / Do not re-resume suggestion if it's not needed.Jean Chalard2013-07-011-0/+93
|/ | | | | | | | | This is much better interface-wise. It eliminates all blinking of the line in the practice. Bug: 8874148 Bug: 8864306 Change-Id: I87754e44784327c2e9c8b162d598d145e20668e8
* Ignore spans that are not the right size.Jean Chalard2013-06-261-3/+121
| | | | | | Bug: 8839763 Bug: 8862327 Change-Id: I5d49c86edcbc0fc1b2b147856437cfbadd678377
* Merge "Move util classes to the latin/utils directory"Ken Wakasa2013-06-2418-22/+31
|\
| * Move util classes to the latin/utils directoryKen Wakasa2013-06-2418-22/+31
| | | | | | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* | Fix tests for Ia78d3540Jean Chalard2013-06-241-0/+1
|/ | | | | Bug: 9550023 Change-Id: I13f4411573ff7b2564e88fc9b9a8d801dde23019
* Add tests to dicttool test.Jean Chalard2013-06-203-6/+11
| | | | | Bug: 8526576 Change-Id: Idd6f9cd076d5915361c68f5c29afbba67dd54eba
* Move Base64Reader to utils packageTadashi G. Takaoka2013-06-051-0/+225
| | | | Change-Id: Id46898c5cae268f05850d79938929b7707f27320
* Merge "Add CsvUtils that conform to RFC 4180"Tadashi G. Takaoka2013-06-051-0/+424
|\
| * Add CsvUtils that conform to RFC 4180Tadashi G. Takaoka2013-06-051-0/+424
| | | | | | | | | | Bug: 9070153 Change-Id: I66e55dd2f30fddfeb849edb97bc1cbda6b126d92
* | Add CODE_CAPSLOCK for long press shift keyTadashi G. Takaoka2013-06-042-19/+7
|/ | | | | | | This change utilizes the no panel auto more key feature to implement long press shift key for shift lock. Change-Id: I3995d25dc35aea3c67b5aa29299815462eff9cad
* Rename methods for readabilityTadashi G. Takaoka2013-06-031-8/+8
| | | | Change-Id: I8fc2c90cf8d3dce11740f8e61edf6dfde9b1c116
* Merge "Make unit test independent from test device locale"Tadashi G. Takaoka2013-05-282-7/+29
|\
| * Make unit test independent from test device localeTadashi G. Takaoka2013-05-282-7/+29
| | | | | | | | | | Bug: 9112465 Change-Id: I4fe39bebf130799397485dbe6d23199a29a8641e
* | Merge "Fix unit test assert helper method"Tadashi G. Takaoka2013-05-283-50/+70
|\ \
| * | Fix unit test assert helper methodTadashi G. Takaoka2013-05-283-50/+70
| |/ | | | | | | Change-Id: Id03bf0910708d07b45286dccf8f2bfc97a362ba0
* | Merge "Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs"Tadashi G. Takaoka2013-05-281-17/+16
|\|
| * Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecsTadashi G. Takaoka2013-05-281-17/+16
| | | | | | | | Change-Id: I16e3f3ebc43772cfd96c824afeddfd225404b857
* | Merge "Rename commaConcatinatedText to commaSplittableText"Tadashi G. Takaoka2013-05-281-24/+24
|\ \
| * | Rename commaConcatinatedText to commaSplittableTextTadashi G. Takaoka2013-05-281-24/+24
| | | | | | | | | | | | | | | | | | This is a follow up of I5a32882a08. Change-Id: I9f0cda2167811f6bba2af042fbde0a821b4cfecd
* | | Merge "Check all regexp patterns in ResourceUtils.getDeviceOverrideValue"Tadashi G. Takaoka2013-05-281-37/+47
|\ \ \ | |/ / |/| |
| * | Check all regexp patterns in ResourceUtils.getDeviceOverrideValueTadashi G. Takaoka2013-05-281-37/+47
| |/ | | | | | | | | | | This change also fixes a regexp error of Galaxy S III. Change-Id: I42a4780bbfd2b083f4e27e61ec513aa875907344
* / Rename "csv" in StringUtils to "commaConcatenatedText"Tadashi G. Takaoka2013-05-281-28/+33
|/ | | | Change-Id: I5a32882a088e4ff5bfe973a86465d6ff839113d9
* Add smoothing utils / matrix libsSatoshi Kataoka2013-05-272-0/+129
| | | | | Bug: 8556775 Change-Id: I7e0516b344937b84b7d57cc4e5009b7f88e7dc98
* Use Locale.ROOT for locale neutral operationsTadashi G. Takaoka2013-05-241-7/+7
| | | | | Bug: 9112465 Change-Id: I6cd63007287b5a1a57cfbabff35d53f66fc5620e
* Remove unnecessary methods of KeyboardSwitcherTadashi G. Takaoka2013-05-221-5/+0
| | | | Change-Id: Idd3647bb1a1d40df8bb89eda715d45427a58d0cd
* Don't process recorrection or resets when not shownJean Chalard2013-05-152-2/+26
| | | | | Bug: 8954116 Change-Id: Ica27dbfc570643bb81e6cdf34cc7c796ea080d71
* Back to previous keyboard layout by canceling sliding inputTadashi G. Takaoka2013-05-143-39/+288
| | | | | Bug: 8915171 Change-Id: Iabdeb7920f67f89246087c3ee06240406ecfbc3d
* Fix PointerTrackerQueue.releaseAllPointerOlderThanTadashi G. Takaoka2013-05-141-140/+141
| | | | Change-Id: If353869720895ee5355079c15c724132762dd70c
* Support regular expression for condition patternTadashi G. Takaoka2013-05-131-0/+36
| | | | | Bug: 8556975 Change-Id: Iffc53d6a40dd77860434c5f7f4f59af5cd1ba92b
* Support multiple condition for getDeviceOverrideValueTadashi G. Takaoka2013-05-132-60/+141
| | | | | Bug: 8556975 Change-Id: I29d3a305b6ac3d8e3620c6d8592d85047d62bf48
* Refactor StringUtils.findPrefixedString to findValueOfKeyTadashi G. Takaoka2013-05-101-0/+59
| | | | | Bug: 8556975 Change-Id: I275c99db8a0d10594a5a8c0c27ebc1a87495c307
* Save automatic shift state while orientation changingTadashi G. Takaoka2013-05-021-0/+11
| | | | | Bug: 8734294 Change-Id: Ib2bc262aacedf786a318c2fe1bd4420a21e7d847
* Mark some unit tests as @MediumTestTadashi G. Takaoka2013-05-023-6/+6
| | | | Change-Id: Iaa0a691903526f57510a0305c02cc42cf8d90f9e
* Fix buildSatoshi Kataoka2013-05-011-0/+6
| | | | Change-Id: Ib9373b26b04b0f4789b3cd6a7af64e4bcd2c4b9c
* Fix Google spell checker testsSatoshi Kataoka2013-05-016-74/+84
| | | | | | Bug: 8613307 Change-Id: Ief04a4abb6dc1f79660a2e419c9c5e271802b5a1
* Don't triger onPress and startLongPressTimer when gesture is canceledTadashi G. Takaoka2013-04-221-1/+1
| | | | | Bug: 8650846 Change-Id: Ice5ef07d6833422906b0b756206e097f75d1f2db
* Don't insert automatic spaces when text looks like a URLJean Chalard2013-04-162-0/+27
| | | | | | | | | | | | | | | This is about as ad-hoc as it gets, but then again, what we want is probably as ad-hoc as it gets. All URL boxes I know of double as search bars, and not adding automatic spaces there sucks (e.g. in Chrome URL bar). And in other boxes actually you don't want to add a space if it looks like a URL. QSB isn't even a search box, and it behaves like this. So I think this is actually the right answer to the problem. Bug: 7062925 Change-Id: Ib09472b34644fd5bf2dc84bb97cedeeba28bcd02
* Match the keyboard state to the recapitalize state.Jean Chalard2013-04-161-2/+3
| | | | | Bug: 7657025 Change-Id: I2f8fe7fc4596a498322ba5ccabbd0c18a2bc36cf
* Clean up RecapitalizeStatusJean Chalard2013-04-161-27/+15
| | | | Change-Id: Ib4d002f90cd3a0e9ad4c04b883b0c1f05ada3ccf
* Remove a useless functionJean Chalard2013-04-151-18/+0
| | | | | Bug: 8583091 Change-Id: I9195d68e44e9a282e25ccd2978d7b4088f600170