History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1f215a58c99f0eb2f536e9cccd51371f2883e201 03-Mar-2014 Tadashi G. Takaoka <takaoka@google.com> Remove unused MoreKeysPanel argument from Controller interface

Bug: 13204690
Change-Id: Ife438e78d9bbbf796df20f95c2da7a4d50e5a035
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
56e0373b5c0c516cd57352cebf882e2b358f168c 03-Mar-2014 Tadashi G. Takaoka <takaoka@google.com> Dismiss more keys keyboard before statring more suggestionsview to show

Bug: 13204690
Change-Id: I9188edd0e99ca8acdcb0f0e045be7d267d56b12d
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
7f8345d59a82a9b1d458b8e55ffd12c2a0d466a7 16-Dec-2013 Tadashi G. Takaoka <takaoka@google.com> Fix IllegalStateException of ViewGroup

Bug: 10629042
Change-Id: I111d092fb2f7dca47328127a155c981aa1c55906
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
0e08d70fe52737582b6c83dbf48aaf4d83063566 25-Jul-2013 Tadashi G. Takaoka <takaoka@google.com> Add MoreKeysPanel argument to Controller methods

Bug: 9334755
Change-Id: I5a7104f4c98982f11fb4e060fa83c21bfc360558
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
09e4530ca75d4664eb72708face83b466839c522 25-Jul-2013 Tadashi G. Takaoka <takaoka@google.com> Remove boolean return value of dismissing more keys panel

Bug: 9334755
Change-Id: Ic29ab69cfbf9007e98fe67695f1854b4876eb976
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
ac69ab400d1ea4f90b4ca24486d62212decf1069 10-Dec-2012 Tom Ouyang <ouyang@google.com> Refactor more keys menu framework (part 3)

Make it possible to re-enter gesture input even after triggering the long-press
menu. This is useful for new users who may pause at the start of a word. Works
for both single and bi-manual gestures.

Bug: 7595193
Change-Id: Ieaecfd5385ed6c10ae9347b99c2e35a0de5e895d
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
35580bad6f3da3b204653825bbb6871563e70728 03-Dec-2012 Tom Ouyang <ouyang@google.com> Refactor more keys menu framework (part 2)

- Integrate pointer tracking between more keys menu, more suggestions menu, and main keyboard.
- Adds multi-touch support for more keys menus. Long press with one finger and select keys with another finger.

Bug: 7508007

Change-Id: I394f28cd79e342d6bcfea573af72aa33b9def00f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
fa2d543785c52f639ad3157c57420f58a199c550 03-Dec-2012 Tom Ouyang <ouyang@google.com> Refactor more keys menu framework (part 1)

Eliminate use of slower popup window for rendering the more keys menu and more suggestions menu.
These menus are now drawn directly on the preview placer view.

Change-Id: I40638724a6ffde2be4b5d0341d2a5db7ff7be930
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
ca2f051cc173acc3bce384ebfe08068564bc8e07 26-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Auto generate various shift states alphabet keyboard automatically

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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
4f7f61730cbd45871c1e9044da84b494831f97c3 06-Dec-2011 Tadashi G. Takaoka <takaoka@google.com> Make Keyboard.setShifted return void

Bug: 5708602
Change-Id: If8150f62fbab864344f59853850ff3213c27940e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java
9d5601e9013c5ec9a7ac75db16f4a0a8218b02bf 31-Aug-2011 Tadashi G. Takaoka <takaoka@google.com> Rename PopupCharactersParser to MoreKeySpecParser

Also renames PopupPanel to MoreKeysPanel

Change-Id: I37209a5a8fe7dbba1eef03e3be88ba5253653926
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/MoreKeysPanel.java