summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/MiniKeyboardView.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename mini keyboard to more keys keyboardTadashi G. Takaoka2012-02-081-189/+0
| | | | Change-Id: Ie4c85e8ca5a1f41a420aae5c1cd9c1cb07e237e5
* Auto generate various shift states alphabet keyboard automaticallyTadashi G. Takaoka2012-01-311-7/+0
| | | | | | | | | | | | | | | | | | If any shift state variants of alphabet keyboard layout is not specified in KeyboardSet.Element, it will be automatically generated from base alphabet keyboard definition. This change also * Eliminates KeyboardShiftState object from Keyboard. * Removes various set shift state methods from Keyboard. * Removes KeyboardSet.Element.elementAutoGenerate attribute. * Separates "sticky" Key.backgroundType to "stickyOff" and "stickyOn" * Add preserveCase flag to smiley, .com, and labeled special keys. * Rename KeyboardShiftState class to AlphabetShiftState. * Rename some attributes from *UppercaseLetter* to *ShiftedLetterHint*. * Introduce shiftedLetterActivated to Key.keyLabelFlags Change-Id: I01a0a8efeeaa76820ae728a5bdfa8d02b6ce74b7
* Rename KeyboardActionListener methodsTadashi G. Takaoka2012-01-171-4/+5
| | | | | | | | | | | * 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
* Make Keyboard.setShifted return voidTadashi G. Takaoka2011-12-061-3/+2
| | | | | Bug: 5708602 Change-Id: If8150f62fbab864344f59853850ff3213c27940e
* Preventing infinite call of dismissMoreKeysPanelTadashi G. Takaoka2011-10-261-3/+8
| | | | | | Bug: 5514583 Change-Id: Idf8dd1ebba0afdb768e538c2626b60770421d4be
* More suggestions view can be modalTadashi G. Takaoka2011-09-061-4/+2
| | | | | Bug: 5241105 Change-Id: Ib430ee129b9f3cad0bdb1ae083b1068c51a5f2ea
* Squash MiniKeyboardKeyDetector and SuggestionsPaneKeyDetector into oneTadashi G. Takaoka2011-09-021-47/+1
| | | | | Bug: 5241105 Change-Id: I4c310373fb8b2426fb46205fa17a49a8346f8244
* Implement popup suggestions paneTadashi G. Takaoka2011-08-311-10/+1
| | | | | Bug: 5023981 Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486
* Merge "Rename PopupCharactersParser to MoreKeySpecParser"Tadashi G. Takaoka2011-08-311-4/+4
|\
| * Rename PopupCharactersParser to MoreKeySpecParserTadashi G. Takaoka2011-08-311-4/+4
| | | | | | | | | | | | Also renames PopupPanel to MoreKeysPanel Change-Id: I37209a5a8fe7dbba1eef03e3be88ba5253653926
* | Remove unused XML attributeTadashi G. Takaoka2011-08-311-8/+0
|/ | | | | | This is a followup for Ic83cd120. Change-Id: Iecdcf28e2e07e1110c1b2974a9cb994ab2c0a769
* Rename PopupMiniKeyboardView to MiniKeyboardViewTadashi G. Takaoka2011-08-311-0/+256
Change-Id: Ic83cd1200cfb8f8c0b0cfbcad449031b8e8a29e0