summaryrefslogtreecommitdiff
path: root/tests/src/com/android/inputmethod/keyboard/internal/KeyboardStateTestsBase.java
Commit message (Collapse)AuthorAgeFilesLines
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* Handling key repeat by emulating key press and code inputTadashi G. Takaoka2013-07-021-13/+120
| | | | | | | | This change also eliminates a reference of AudioAndHapticFeedbackManager from KeyboardSwitcher and MainKeyboard. Bug: 6522943 Change-Id: Iac42ec8ff00c66deb76a660ffc07477923a58959
* Add CODE_CAPSLOCK for long press shift keyTadashi G. Takaoka2013-06-041-1/+7
| | | | | | | This change utilizes the no panel auto more key feature to implement long press shift key for shift lock. Change-Id: I3995d25dc35aea3c67b5aa29299815462eff9cad
* Back to previous keyboard layout by canceling sliding inputTadashi G. Takaoka2013-05-141-2/+15
| | | | | Bug: 8915171 Change-Id: Iabdeb7920f67f89246087c3ee06240406ecfbc3d
* Separate caps mode related utils to CapsModeUtilsTadashi G. Takaoka2013-02-121-8/+8
| | | | Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf
* Remove automatic switch back to alphabet featureTadashi G. Takaoka2013-01-181-24/+20
| | | | Change-Id: I4600c808f2ec31c18d3698a43afa7f4be9407e3e
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-1/+1
| | | | Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
* Add unit tests for double tap shift keyTadashi G. Takaoka2012-05-291-1/+5
| | | | | Bug: 6568746 Change-Id: I84db31ce86e3e043ac9f9bb971663a629fa3d3c7
* Add unit tests for long press shift keyTadashi G. Takaoka2012-05-291-2/+6
| | | | | Bug: 5424586 Change-Id: I8465b7e2cebb07a135e24ea33eb7b7fb6752f7a2
* More precise KeyboardState unit testTadashi G. Takaoka2012-05-291-12/+14
| | | | | Bug: 5424586 Change-Id: I838c82e3fe4629929cbd6e21111d139e7becab55
* Reset automatic upper case when chroding key is pressedTadashi G. Takaoka2012-05-211-5/+6
| | | | | Bug: 6501446 Change-Id: Idc3b88b5370c0d7968cc388885e9066f922cfcf3
* Change auto caps mode argument to int typeTadashi G. Takaoka2012-05-181-2/+2
| | | | | Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e
* Move long press shift handling from PointerTracker to KeyboardStateTadashi G. Takaoka2012-02-011-8/+4
| | | | | | | | | | | | | This change also * Rename phone shift keyboard to phone symbols keyboard. Use CODE_SWITCH_ALPHA_SYMBOL code to switch between phone and phone symbols keyboard. * Remove phone symbols keyboard from tablet. * Introduces enableLongPress flag of Key.keyActionFlags attribute. * Remove clumsy long press code from PointerTracker. * Remove CODE_CAPSLOCK handling from LatinIME. * Make KeyboardSwitcher to invoke haptic and audio feedback. Change-Id: I00e1f697a10ab5112aec75e36853b96246ff5054
* Fix double tap shift key enable/disable shift locked modeTadashi G. Takaoka2012-01-311-4/+9
| | | | | Bug: 5942452 Change-Id: I2c7b1605bceac2b2f929cd4d97c417ef15c6f754
* Add more sliding input unit testTadashi G. Takaoka2012-01-241-10/+16
| | | | | Bug: 5881820 Change-Id: I9249d8b702ba9afbd1c7d0a4889ac5b2e929f85d
* Add more multitouch testsTadashi G. Takaoka2012-01-181-5/+16
| | | | Change-Id: I424a4b608fec084cb787003ef4417ccf273366ae
* Get rid of hasDistinctMultitouch reference from KeyboardStateTadashi G. Takaoka2012-01-181-3/+1
| | | | Change-Id: I0a783a425302fbc381d056f5b0d757c27f2a9f14
* Add KeyboardStateTestsBase and helper methodsTadashi G. Takaoka2012-01-181-0/+104
Change-Id: I17d908b60bbf784dae7add8355f699a63f7eb90a