aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Support @icon/icon_name for more keys specification"Tadashi G. Takaoka2012-01-201-4/+4
|\
| * Support @icon/icon_name for more keys specification•••Change-Id: I8842e5ce77f9d27a0969df947de292c1830e36b7 Tadashi G. Takaoka2012-01-201-4/+4
* | Merge "Enable DEBUG mode for logic tests."Jean Chalard2012-01-201-0/+16
|\ \ | |/ |/|
| * Enable DEBUG mode for logic tests.•••This enables a wealth of useful checks. We want to run unit tests with debug mode on. Change-Id: Ic45caaf43a889287f5aec203e7d1ba63136fc58e Jean Chalard2012-01-201-0/+16
* | Support @string reference in moreKeys attribute•••Change-Id: If0056d0601149d2ddd0e231a81e7b2409b37fc06 Tadashi G. Takaoka2012-01-201-5/+140
* | Merge "Move MoreKeySpecParser.getResourceId to Utils"Tadashi G. Takaoka2012-01-201-1/+1
|\ \
| * | Move MoreKeySpecParser.getResourceId to Utils•••Change-Id: I0640dbe76a8ff2dc45b504eca631942811571736 Tadashi G. Takaoka2012-01-201-1/+1
* | | Merge "Change more key specification type to String from CharSequence"Tadashi G. Takaoka2012-01-201-5/+2
|\ \ \ | |_|/ |/| |
| * | Change more key specification type to String from CharSequence•••Change-Id: I5e910f8225a248fc6403771836dec4c0b7294caa Tadashi G. Takaoka2012-01-201-5/+2
| |/
* / Add the first tests for the input login in LatinIME class•••Change-Id: Ifcf9ab55ee01bf7c6c6829e699246e5654975456 Jean Chalard2012-01-201-0/+106
|/
* Fix KeyboardState switching back from alphabet-chording input correctly•••Bug: 5881820 Change-Id: I108bbc25baa331cc87f00955b48188b3557d10dd Tadashi G. Takaoka2012-01-191-10/+9
* Fix KeyboardState to pass KeyboardStateMultiTouchTests•••Change-Id: If2b9ee7cf3fad7633d64b98758f802792d66f7a8 Tadashi G. Takaoka2012-01-191-14/+11
* Cleanup KeyboardState a bit•••Rename KeyboardShiftState variable and reorder some statements. Change-Id: I7e8842836f35876f8697f9906343f7d4a1f9db4f Tadashi G. Takaoka2012-01-191-2/+4
* Fix MoreKeySpecParser to be able to handle outputText correctly•••The issue was introduced by Id2320f4d. Bug: 5887936 Change-Id: Ifec3aefb5b168f790de696ece104b84cdab46539 Tadashi G. Takaoka2012-01-191-39/+39
* Add more multitouch tests•••Change-Id: I424a4b608fec084cb787003ef4417ccf273366ae Tadashi G. Takaoka2012-01-184-34/+220
* Get rid of hasDistinctMultitouch reference from KeyboardState•••Change-Id: I0a783a425302fbc381d056f5b0d757c27f2a9f14 Tadashi G. Takaoka2012-01-184-19/+6
* Add KeyboardStateTestsBase and helper methods•••Change-Id: I17d908b60bbf784dae7add8355f699a63f7eb90a Tadashi G. Takaoka2012-01-184-402/+288
* Remove KeyboardSwicther.toggleCapslock•••Change-Id: Id613c06e2df770659095d78d42637aed063d0c70 Tadashi G. Takaoka2012-01-173-13/+3
* Rename KeyboardActionListener methods•••* Rename KeyboardActionListener.onPress to onPressKey * Rename KeyboardActionListener.onRelease to onReleaseKey * Merge KeyboardSwicther.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey. * Merge KeyboardSwitcher.onReleaseShift and onReleaseSymbol to onReleaseKey. * Merge KeyboardState.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey. * Merge KeyboardState.onReleaseShift and onReleaseSymbol to onReleaseKey. Change-Id: Icf28fd18e238c5e534c292893e4ab5b6b98e72f8 Tadashi G. Takaoka2012-01-173-115/+143
* Remove toggleShift and toggleAlphabetAndSymbols from KeyboardSwitcher•••Change-Id: I9bb8f78b0a766cd7937d5cbe1c1e5e35898b2997 Tadashi G. Takaoka2012-01-173-472/+188
* Merge "KeyboardState unit tests for non-distinct multitouch device"Tadashi G. Takaoka2012-01-163-1/+316
|\
| * KeyboardState unit tests for non-distinct multitouch device•••Bug: 5708602 Change-Id: Id85db2f8b7b427ba62205f5aaad481a3d33e65fc Tadashi G. Takaoka2012-01-163-1/+316
* | Add more KeyboardState unit test cases•••Bug: 5708602 Change-Id: Ib9d2b7a2878f78adecc857fd569fba8965cf4a03 Tadashi G. Takaoka2012-01-161-24/+318
|/
* Add auto caps function simulation to MockKeyboardSwitcher•••Change-Id: I049c224994a37121de031b9fd61edb52eb912e20 Tadashi G. Takaoka2012-01-161-6/+10
* Make MockKeyboardSwitcher top level class•••Change-Id: I52c1bc237c20b8bd49fca2431b83843a6e2af10b Tadashi G. Takaoka2012-01-162-105/+152
* Update shift state when alphabet keyboard has been set•••Bug: 5857492 Change-Id: I5ef78af21a76e8cf645e223d1ffa6212690bb1eb Tadashi G. Takaoka2012-01-161-1/+5
* Merge "Cleanup KeyboardStateTests a bit"Tadashi G. Takaoka2012-01-151-40/+85
|\
| * Cleanup KeyboardStateTests a bit•••Move test target KeyboardState into MockKeyboardSwitcher. Change-Id: I0998a5306a59e777360df9d1321b545313b939f9 Tadashi G. Takaoka2012-01-161-40/+85
* | Use KeyboardSet for unit test•••Change-Id: I6a08e04628bac0222140e5b1b108f6bcb39859a2 Tadashi G. Takaoka2012-01-135-19/+25
|/
* Merge "Fix SuggestTests"Tadashi G. Takaoka2012-01-131-2/+3
|\
| * Fix SuggestTests•••We need revised scoring test because dictionary look up algorithm has been changed significantly since this SuggestTests was made. Change-Id: I69d527a6bfa24ed0dc189fddad1afab0566c6eb8 Tadashi G. Takaoka2012-01-131-2/+3
* | Merge "Cleanup UtilsTests"Tadashi G. Takaoka2012-01-121-2/+0
|\ \
| * | Cleanup UtilsTests•••Change-Id: I5631d010194423fd3d9c216db760ffa726131977 Tadashi G. Takaoka2012-01-131-2/+0
| |/
* | Merge "Fix UserBigramSuggestTests"Tadashi G. Takaoka2012-01-121-1/+1
|\ \
| * | Fix UserBigramSuggestTests•••Change-Id: I3363fba44ee70876fd7ba8e27c6ca3c83753b53a Tadashi G. Takaoka2012-01-131-1/+1
| |/
* / Fix SubtypeLocaleTests•••Change-Id: Id85814aa3bcd9cacbe446b2dfda3ca2ab9146c13 Tadashi G. Takaoka2012-01-131-31/+18
|/
* Move auto correction thresthold to the native code•••bug: 5858137 Change-Id: Ic4b6270c6e51ef4ed25a6a1d8ddd7fdfa70fd78d satok2012-01-121-9/+9
* Get rid of Keyboard.CODE_DUMMY•••Change-Id: Id2320f4d9b5f22f0ac844ab20ce42b0c4e7c6880 Tadashi G. Takaoka2012-01-101-41/+41
* Call KeyboardState.onUpdateShiftState from onCodeInput if code is a normal le...•••This will be helpful to write unit test code. Change-Id: Ib61cc46ac547084e0dc9ecd3a50814fecf08ace2 Tadashi G. Takaoka2012-01-101-6/+7
* Move KeyboardBuilder and KeyboardParams classes into Keyboard class•••This change also moves XmlParseUtils to com.android.inputmethod.latin package. Bug: 5778201 Change-Id: I7d9faa344460753ce178ad4048e0fadb65c75614 Tadashi G. Takaoka2011-12-181-4/+2
* Remove LatinKeyboard class•••Change-Id: I68c667b00dadf2ed9f1c62fb7da37d2cf499cd81 Tadashi G. Takaoka2011-12-181-4/+8
* Move KeyboardSwitcher.getKeyboard to KeyboardSet•••This change also gets rid of XML id from KeyboardId. Bug: 5002108 Bug: 5679585 Change-Id: I7086c7da3c01ba4ade7f77ee5cc731310da46404 Tadashi G. Takaoka2011-12-162-5/+6
* Fix broken build•••Change-Id: I84c20db21e13422817cfb85af522feaa5295626a Tadashi G. Takaoka2011-12-161-1/+2
* Remove EditorInfo from KeyboardId•••Change-Id: I70919ff30622afa1d8c29ca45589fa617f2c1f0e Tadashi G. Takaoka2011-12-141-2/+1
* Cleanup settings key related stuff•••Change-Id: Ie0d1204e94fcdf9d578974256bf2ae3e87797f13 Tadashi G. Takaoka2011-12-141-1/+1
* Utilize KeyboardSet XML definitions•••This change introduces KeyboardSet and SubKeyboard XML definitions to represent a set of keyboard layouts. Bug: 5002108 Bug: 5679585 Change-Id: Ib6c8d5936187381bb6725c9fe574e93871c01a86 Tadashi G. Takaoka2011-12-141-4/+3
* Add unit test of KeyboardState•••Bug: 5708602 Change-Id: I1a8a9f4320948bb500a96df8773b0bfa1a1d4167 Tadashi G. Takaoka2011-12-121-0/+260
* Stop a flag from escaping.•••The ultimate intent is to close it up in the settings, as it does not change while typing, only when the keyboard is open again. Change-Id: I12ff56e7482c1584877fe5531473bf03e95a60f6 Jean Chalard2011-12-092-12/+15
* Get rid of usage of key index•••Change-Id: I7596ce3ae52fde436d06c2dd95ae873c7aa5ef7f Tadashi G. Takaoka2011-11-291-1/+0
* Resume suggestion when backspacing to the end of a word•••Bug: 5515381 Change-Id: I26fea896feaf2e9716c7ae3d4f2630360f23ac50 Jean Chalard2011-11-291-18/+1