History log of /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
16950d65c323f99507d97cb7f0403dc653e2506c 16-May-2012 Tadashi G. Takaoka <takaoka@google.com> Reset automatic upper case when chroding key is pressed

Bug: 6501446
Change-Id: Idc3b88b5370c0d7968cc388885e9066f922cfcf3
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
553e2f19c1607080ff874cb642237f947809cdb3 18-May-2012 Tadashi G. Takaoka <takaoka@google.com> Change auto caps mode argument to int type

Bug: 6501446
Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
beb08b398fa73a26f2d42d6feec87e34a96ca2d9 16-Feb-2012 Tadashi G. Takaoka <takaoka@google.com> Remove unnecessary and harmful KeyboardState.onUpdateShiftState call

This change also cancels double tap and long press timers if other
letter key is pressed after shift key.

Bug: 5693999
Bug: 6017610
Change-Id: I3b5f3debfb8915fa73a93b409a38afadf24132e9
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
a5c96f376ad57e78a88942bb618e067054ed818a 01-Feb-2012 Tadashi G. Takaoka <takaoka@google.com> Move long press shift handling from PointerTracker to KeyboardState

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
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
0ed2d3a4491cb0f6142975a15b653be6079b6a4e 31-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Fix double tap shift key enable/disable shift locked mode

Bug: 5942452
Change-Id: I2c7b1605bceac2b2f929cd4d97c417ef15c6f754
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
757f8d96eea3dfb5951243d2ebb4b763db868471 26-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Add KeyboardState.SwitchActions.setAlphabetShiftLockShifted

Change-Id: I6c49d8eb0a8272840ff03e0940d88a31c3d20bd9
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
0f05076990f1308c34c2f12ed793e1e1c41f8ac1 23-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Get rid of setShifted/setShiftLocked from SwitchActions

Change-Id: Ib54b0575be190556690ef2dfb14077842745f038
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
373f452584f5a6881d496eec9beb262fccf4a2a4 23-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Add more sliding input unit test

Bug: 5881820
Change-Id: I9249d8b702ba9afbd1c7d0a4889ac5b2e929f85d
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
06bc1db017b14614353137fde035d2eed666a74f 18-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Add more multitouch tests

Change-Id: I424a4b608fec084cb787003ef4417ccf273366ae
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
60c4594ee6415b266b3418e46d09e6a5b3ed23e1 18-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Get rid of hasDistinctMultitouch reference from KeyboardState

Change-Id: I0a783a425302fbc381d056f5b0d757c27f2a9f14
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
64e01baadeb624781d9d056b62679b25ea0fe5c0 17-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Add KeyboardStateTestsBase and helper methods

Change-Id: I17d908b60bbf784dae7add8355f699a63f7eb90a
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
5731b939c7baa2ca64a59b35f48fb3c2a43ba739 17-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Remove KeyboardSwicther.toggleCapslock

Change-Id: Id613c06e2df770659095d78d42637aed063d0c70
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
2a88440419f49d100c73e067a823390f64aba3b1 17-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> 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
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
87e025da11703af65e7bb85670adac5b54e2a367 17-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Remove toggleShift and toggleAlphabetAndSymbols from KeyboardSwitcher

Change-Id: I9bb8f78b0a766cd7937d5cbe1c1e5e35898b2997
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
e47bd3f4fbf38ae20c5b61fac563a3f6152037a3 16-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> KeyboardState unit tests for non-distinct multitouch device

Bug: 5708602
Change-Id: Id85db2f8b7b427ba62205f5aaad481a3d33e65fc
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
8ece45bb32a350a4c73c9708eedc18389970f07d 16-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Add auto caps function simulation to MockKeyboardSwitcher

Change-Id: I049c224994a37121de031b9fd61edb52eb912e20
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java
549571cf5c7c5132bcf8073bac0554ae0ee1dcef 16-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Make MockKeyboardSwitcher top level class

Change-Id: I52c1bc237c20b8bd49fca2431b83843a6e2af10b
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/MockKeyboardSwitcher.java