aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Move some methods to MoreKeySpec class"Tadashi G. Takaoka2014-01-312-18/+21
|\ \ | |/ |/|
| * Move some methods to MoreKeySpec classTadashi G. Takaoka2014-01-312-18/+21
| | | | | | | | Change-Id: I025ed15e36ac3113db6a5fccefa0c87f016703fa
* | Merge "Fix BinaryDictDecoderEncoderTests."Keisuke Kuroyanagi2014-01-311-0/+13
|\ \ | |/ |/|
| * Fix BinaryDictDecoderEncoderTests.Keisuke Kuroyanagi2014-01-311-0/+13
| | | | | | | | | | Bug: 12809791 Change-Id: I04313df78692b01e153a34c932a37f079a924105
* | Merge "[HD03] Straighten out attribute key names in Java."Jean Chalard2014-01-313-13/+13
|\ \
| * | [HD03] Straighten out attribute key names in Java.Jean Chalard2014-01-313-13/+13
| |/ | | | | | | | | Bug: 11281748 Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86
* / Refactor KeyboardTextsSet classTadashi G. Takaoka2014-01-312-6/+4
|/ | | | Change-Id: I0b48c85aa2c291e1e7ee25d61c558700fc677e29
* Rename UnigramProperty to WordProperty.Keisuke Kuroyanagi2014-01-311-10/+8
| | | | | Bug: 12810574 Change-Id: If5ddd803948aaf6e491ddcbaa5436fb3af3f7257
* Reading dictionary containing timestamps in Java Side.Keisuke Kuroyanagi2014-01-293-16/+84
| | | | | | | Just skipping historical information fields. Bug: 11281877 Change-Id: I43d2adaa576b7da11ed3ca54990265dbb6f53b08
* Merge "Add SubtypeLocaleUtils.isRtlLanguage method"Tadashi G. Takaoka2014-01-281-1/+23
|\
| * Add SubtypeLocaleUtils.isRtlLanguage methodTadashi G. Takaoka2014-01-271-1/+23
| | | | | | | | Change-Id: I2e399ae9ca111638b583c5681de08b0e6db86e3a
* | Merge "Try to figure out whether d.quotes open or close."Jean Chalard2014-01-271-0/+28
|\ \ | |/ |/|
| * Try to figure out whether d.quotes open or close.Jean Chalard2014-01-271-0/+28
| | | | | | | | | | Bug: 8911672 Change-Id: I5d5635949530a67f95e5208986907251b7bce903
* | Fix SubtypeLocaleUtilsTestsTadashi G. Takaoka2014-01-271-18/+27
|/ | | | Change-Id: Ifbdfd320b1416d210592ec14099e4dd9d9d0047d
* Merge "Add length check for dict update operations."Keisuke Kuroyanagi2014-01-251-0/+45
|\
| * Add length check for dict update operations.Keisuke Kuroyanagi2014-01-241-0/+45
| | | | | | | | | | Bug: 12602903 Change-Id: I6835dee8bf8b356f0f1cf6c0531bee5b3415a13f
* | Fix wrong indents.Ken Wakasa2014-01-241-3/+2
| | | | | | | | | | | | Removed an unused method too. Change-Id: Id364009fd4e94ec65862fc3651a181e862909a42
* | Fix buildJean Chalard2014-01-241-4/+6
| | | | | | | | | | | | Missing change after a thousandth comment fix Change-Id: Iec48f892978507fb9823236cd1c5a70209b58b0e
* | [IL69.1] Move a static method to a utility class.Jean Chalard2014-01-241-3/+4
| | | | | | | | | | | | This is a followup to IL69. Change-Id: Iba154517aa7f75b9f16aa1b808c0da8d84be837f
* | [IL70] Remove unused argumentsJean Chalard2014-01-231-11/+10
| | | | | | | | | | Bug: 8636060 Change-Id: Iec56bce362ebfc52fedab02b127978abb4f3c7f9
* | [IL69] Oust Keyboard from WordComposer#setComposingWordJean Chalard2014-01-231-19/+30
|/ | | | | Bug: 8636060 Change-Id: I624a45500603dfad355ee3b8b794b2d895219c0b
* Use sorted int[] to represent word separatorsTadashi G. Takaoka2014-01-203-56/+77
| | | | Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846
* Add SpacingAndPunctuationsTestsTadashi G. Takaoka2014-01-201-0/+401
| | | | Change-Id: I78d488ad84a11af809ee1f8d3d2fa01a89fbfa28
* Merge "Fix a bug specific to German capitalization."Jean Chalard2014-01-171-0/+15
|\
| * Fix a bug specific to German capitalization.Jean Chalard2014-01-171-0/+15
| | | | | | | | | | Bug: 9663105 Change-Id: Ib68ee4edb135e96dfca229c1ccce308e7e638bdd
* | Add a dedicated method to control time in native code.Keisuke Kuroyanagi2014-01-152-66/+36
| | | | | | | | | | Bug: 12443085 Change-Id: I41a5cf6c895cb59e54af98b40efded36afcd3247
* | Move LanguageModelParams class to utility packageTadashi G. Takaoka2014-01-151-1/+1
| | | | | | | | | | | | This change must be checked in together with Ic82d951237. Change-Id: I2ab451330f85a0147563b805682f26edecb71a29
* | Fix flaky unit test.Keisuke Kuroyanagi2014-01-141-0/+2
|/ | | | Change-Id: I8df0f9a0398b29f679844f256ad84f09ebcea8ee
* Fix a test.Jean Chalard2014-01-102-1/+4
| | | | | Bug: 12483313 Change-Id: Ia811d614b9260367871bc5717f587538adf46789
* Fix build.Jean Chalard2014-01-102-21/+47
| | | | Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7
* Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertionTadashi G. Takaoka2014-01-091-11/+18
| | | | | | This change must be checked in together with Iec437d6df0. Change-Id: Idf745b8870965f3bdf690de7ff3b22f83f6204bf
* Passing SpacingAndPunctuations to RichInputConnection.getNthPreviousWordsTadashi G. Takaoka2014-01-091-18/+37
| | | | Change-Id: I174c50f509ed6998b755e1a712e7f6c0f82f4425
* Merge "Passing SpacingAndPunctuations to CapsModeUtils.getCapsMode"Tadashi G. Takaoka2014-01-091-43/+51
|\
| * Passing SpacingAndPunctuations to CapsModeUtils.getCapsModeTadashi G. Takaoka2014-01-091-43/+51
| | | | | | | | Change-Id: I0b06e8cc75a403f7061864c5b7f3f6a2cacd60eb
* | Fix a unit test in InputLogicTests.Keisuke Kuroyanagi2014-01-091-1/+1
|/ | | | Change-Id: I63a20bb2e4b3c39495fade6cae3a14fdd11ca48c
* Merge "Make reloadMainDict() private."Keisuke Kuroyanagi2014-01-081-11/+10
|\
| * Make reloadMainDict() private.Keisuke Kuroyanagi2014-01-081-11/+10
| | | | | | | | | | Bug: 8187060 Change-Id: I852a751d748f39512e62c9cd69748dfbe87b2151
* | Rename InputPointers.addPointer and ResizableIntArray.addTadashi G. Takaoka2014-01-082-4/+4
| | | | | | | | Change-Id: I5580250c91b29f93ed886b080ce33845b3b67ace
* | Fix ResizableIntArrayTests readabilityTadashi G. Takaoka2014-01-081-69/+89
| | | | | | | | Change-Id: I68862b98f228210f1d76fef4fd7454edbfd8e01d
* | Fix InputPointersTestsTadashi G. Takaoka2014-01-081-73/+136
|/ | | | | | | | | InputPointers.getTime(int) has a validity check of time values. And the check is enabled when LatinImeLogger.sDBG is on. Such situation may occur while unit testing. This change ensure that time values are monotonic while unit testing. Change-Id: I9ff2cff2bcd253de0e8206dd3be964fe565170fa
* [IL52] Remove a useless method.Jean Chalard2013-12-272-2/+7
| | | | | | | | | | | | | | | This old method doesn't even re-read the old suggestions. It used to recompute them without the coordinates. Re-using the recorrection code, which is much more advanced, is the right thing to do here. Also, refining the test. It's no use trying to resume suggestion if we don't have a suggestion strip, since we aren't going to auto-correct anything anyway. Not the motivation for this change, but this also fixes Bug: 11620256 Change-Id: Id49efa32e293c49837c61fdc752c86bbac1d2c88
* Fix a bug where predictions would not pop upon manual pickJean Chalard2013-12-261-0/+35
| | | | | Bug: 12295276 Change-Id: Id359c92acde44758b12929e7bac719d5c9c7577b
* Fix NPE in a unit test.Keisuke Kuroyanagi2013-12-261-0/+4
| | | | Change-Id: I0dfc23232ed77e1ff1aedecfa6ac022020cb1c19
* Fix typo in a unit test.Keisuke Kuroyanagi2013-12-251-1/+1
| | | | Change-Id: I9222533704722265511b9fe6fb5caf99765e198b
* [IL21] Move the workaround utils to a better place.Jean Chalard2013-12-202-1/+83
| | | | | Bug: 8636060 Change-Id: I566f9e109ebcabe3a6a778118434ce79d02d1113
* Add some info to test crashes to help diagnose flakinessJean Chalard2013-12-183-4/+11
| | | | | Bug: 11142685 Change-Id: Ic3a5d452f6c325248ac4e1bfa37774c58586f359
* Remove ver4 dict updater.Keisuke Kuroyanagi2013-12-176-1384/+0
| | | | Change-Id: I468994c98d091be621b9fb3fbe6405c67fc6a465
* Quit checking bigram order in BinaryDictDecoderEncoderTests.Keisuke Kuroyanagi2013-12-171-5/+4
| | | | Change-Id: I1b8eb6ab2ea797d2590495b1f57f9ec9560ea817
* Merge "Move DictUpdater to the tests directory."Keisuke Kuroyanagi2013-12-174-1/+963
|\
| * Move DictUpdater to the tests directory.Keisuke Kuroyanagi2013-12-174-1/+963
| | | | | | | | | | Bug: 11245133 Change-Id: I0907a091ac3ae960eaf3b27da78dbb48a24b2ea1