Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automaticaly snap back to the previous mode from sliding input (DO NOT MERGE)•••This change is back porting of the following changes from Honeycomb. - I48ea1346: Automaticaly snap back to the previous mode from sliding symbol input - I9507a98c: Suppress haptic feedback while sliding key input - Ia06e1abc: Cancel long press timer when sliding key input is not allowed - I15127929: Fix checking of sliding off from key - I2518dd1d: Fix potential keyboard layout change bug - Iffaad1eb: Snap back to the previous keyboard when sliding input is canceled - Id74bddef: Longer long-press timeout in sliding input Bug: 3280151 Change-Id: If20b34e8773ebf081c2274d136be4f8ad07ca4fa | 2011-01-01 | 1 | -24/+74 | |
* | Key release event should be sent when finger sliding (DO NOT MERGE)•••Bug: 3132881 Change-Id: I1a020e3df42a0868366bc251fa7238df757b2b5a | 2010-12-01 | 1 | -4/+9 | |
* | Bugfix: IME gives haptic feedback when button wasn't pressed•••bug: 3142416 Change-Id: If7630b89d6c2a8ec38e191c263c03f8f11d3c498 | 2010-10-29 | 1 | -5/+6 | |
* | Reduce delay before mini popup keyboard is shown•••Before this change, the delay was 500 ms that came from ViewConfiguration.getLongPressTimeout(). This change reduces the delay to 400 ms. Bug: 3074984 Change-Id: Ia5af5e877a3c4bb29211ef4040c728ac09a9fe85 | 2010-10-08 | 1 | -12/+15 | |
* | Mini keyboard works even while shift is being pressed•••Bug: 3038861 Change-Id: I94011ca80710ff6eb24e940104f7d9d3bb86840a | 2010-09-29 | 1 | -2/+3 | |
* | Fixed key code and key coordinates when move debounce has been in action•••This change refactors a key index and pointer position variables into a separate static inner class KeyState . This change also disables time debouncing. Bug: 3033737 Change-Id: Ie4fc37316c260330d8f0861e0771ea903a99cfce | 2010-09-28 | 1 | -119/+129 | |
* | Fix issue space key preview remains on screen and would not dismiss•••The space key preview should be displayed one of the following case. - Popup preview is enabled - Language switcher is in action, whether popup preview is enabled or not. For phone number keyboard, popup preview is never displayed even if popup preview is enabled. Bug: 3006612 Bug: 3021091 Change-Id: I5385c776d0e8e3981fc8d8851db9140d92599ce5 | 2010-09-22 | 1 | -0/+5 | |
* | All keys should be processed before processing modifier key•••Bug: 2987077 Change-Id: I971c44be121d8780ec27aa1649fd0925e249fbbc | 2010-09-15 | 1 | -2/+10 | |
* | Add keyHysteresisDistance xml attribute•••This change also introduces MiniKeyboardKeyDetector and mini_keyboad_slide_allowance parameter to tune the key detection behavior. Bug: 2993769 Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0 | 2010-09-14 | 1 | -7/+6 | |
* | Symbol key acts as modifier key•••On a device that has distinct multi-touch panel, pressing '123?' key will change keyboard layout to symbol mode. While pressing '123?' key, you can press other symbol key to input. Then releasing '123?' key will change keyboard layout back to alphabet mode. Bug: 2973383 Change-Id: I3b069fb19141820def8060db4766a08c7c0a6ff0 | 2010-09-09 | 1 | -10/+17 | |
* | Dismiss mini keyboard when finger is released outside mini keyboard•••Bug: 2978975 Change-Id: Ie634e8ae827fe093c5c673b75d85835050b03794 | 2010-09-07 | 1 | -3/+7 | |
* | Fixed extra periods when chording with shift and space•••Actually it was caused by canceling repeat key (space and delete) when multiple pointer are touching. Bug: 2975041 Change-Id: If82183b9225efdace7b5418860b9664f1705b7ec | 2010-09-07 | 1 | -4/+7 | |
* | Support multi-touch only when device has distinct multi-touch panel•••Bug: 2973373 Change-Id: I9871c09ec8c1c2aa945d97392e61ee1ec585baef | 2010-09-06 | 1 | -4/+30 | |
* | One alternate is treated as key action, not open mini keyboard•••This change also fixes bug#2973683. Bug: 2973546 Bug: 2973683 Change-Id: I67573e5b7cad4af261591a4a608d0596dd7901f2 | 2010-09-03 | 1 | -1/+7 | |
* | Fix NPE in LatinKeyboardBaseView•••This change also refactors some mini-keyboard related methods in LatinKeyboardBaseView and PointerTracker class. Bug: 2973236 Change-Id: I3190fe89ea3ac3c6d351ed4b6d77de98a0aa65db | 2010-09-03 | 1 | -5/+9 | |
* | Support sliding pop-up mini-keyboard input•••TODO: - Remove close button on mini-keyboard - Dismiss mini-keyboard when finger leave the screen while no key is selected This change also renames some instance variables to have more meaningful name. Bug: 2959169 Change-Id: I9fd79116a647d7be82415c6e9e7cdaf6edcb2bf6 | 2010-09-03 | 1 | -1/+19 | |
* | Corresponding to TBR of Ie6cf6768•••This is follow up change of Ie6cf67681180467bd8ba35d0205ce6727b7684a2 Bug: 2959169 Change-Id: I9e4cb0c9178856ddd6049f0b751b54f3ad26a266 | 2010-09-02 | 1 | -4/+3 | |
* | Encapsulate vertical and horizontal correction values into KeyDetector.•••Bug: 2959169 Change-Id: Id2b0b974fffdf6f09ee1828e957b973d2ce1c315 | 2010-09-02 | 1 | -30/+30 | |
* | Add PointerTracker argument to long press related methods•••This change also adds debugging log to PointerTracker class Bug: 2959169 Change-Id: Ie6cf67681180467bd8ba35d0205ce6727b7684a2 | 2010-09-02 | 1 | -6/+23 | |
* | Queuing PointerTracker to support n-key roll-over and shift modifier.•••Bug: 2910379 Change-Id: I5cfae33e72a406585137842a2260310813cee07f | 2010-09-02 | 1 | -1/+21 | |
* | Refactor PointerTracker to add isValidKeyIndex() predicate.•••Bug: 2910379 Change-Id: If2b28764dc777bb62949a95bc61c4a16ff152220 | 2010-09-02 | 1 | -22/+32 | |
* | Add new public attribute mPointerId to PointerTracker•••It is easier to track each pointer if a PointerTracker object keeps its pointer id. Bug: 2910379 Change-Id: If3e3b0cf3d834d22302598f4d85d54c9a4ce92ba | 2010-09-02 | 1 | -1/+4 | |
* | Make abstract KeyDetector class•••The KeyDetector abstracts key detection algorithm. The ProximityKeyDetector is one of its concrete implementations. Another one that might be called XAxisKeyDetector will follow to realize the pop-up mini-keyboard behavior described in bug#2959169. Bug: 2959169 Change-Id: Idd3fc53282e6b721ec7a4ce500af8aba21ce07a3 | 2010-09-02 | 1 | -2/+2 | |
* | Track all pointers events•••Bug: 2910379 Change-Id: I179ae4359afb57c351d5fcc5f5453c30d3ef0c01 | 2010-09-01 | 1 | -18/+0 | |
* | Introduce multiple PointerTracker•••Bug: 2910379 Change-Id: Iefafa2d30ad16f898a00664e4bf3e3e88dcd2cb2 | 2010-09-01 | 1 | -1/+1 | |
* | Make KeyDebounce class a top-level class and rename it to PointerTracker•••Bug: 2910379 Change-Id: I9503b2211b272a4a2903d0732985e5ab8ee39440 | 2010-09-01 | 1 | -0/+400 |