summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/MoreKeysKeyboardView.java
Commit message (Expand)AuthorAgeFilesLines
* (DO NOT MERGE) Fix checking a11y status just before calling an a11y methodTadashi G. Takaoka2014-10-141-4/+7
* Move more keys divider to MoreKeysKeyboardViewTadashi G. Takaoka2014-09-081-0/+31
* Remove redundant override methods and extended classesTadashi G. Takaoka2014-06-241-4/+4
* Stop announcing suggestions strip content while more keys keyboard is showingTadashi G. Takaoka2014-06-141-0/+4
* Use MoreKeysDetector for accessibilityTadashi G. Takaoka2014-06-131-10/+3
* Fix overwriting accessibility delegate in setKeyboardTadashi G. Takaoka2014-06-081-4/+7
* Support more suggestions accessibility modeTadashi G. Takaoka2014-06-041-1/+1
* Support more keys accessibility modeTadashi G. Takaoka2014-06-041-8/+40
* Refactor MoreKeysKeyboardView a bitTadashi G. Takaoka2014-06-021-19/+24
* Refactor MoreKeysKeyboardView to use Key classTadashi G. Takaoka2014-05-211-2/+3
* Fix updating the shift state upon backspaceJean Chalard2014-04-141-2/+3
* Remove unused MoreKeysPanel argument from Controller interfaceTadashi G. Takaoka2014-03-041-2/+2
* [IL65] Pull up X,Y processing, step 4Jean Chalard2014-01-221-1/+5
* Fix IllegalStateException of ViewGroupTadashi G. Takaoka2013-12-161-2/+17
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-4/+6
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-1/+1
* Remove processMotionEvent from MoreKeysKeyboardViewTadashi G. Takaoka2013-08-081-6/+1
* Add MoreKeysPanel argument to Controller methodsTadashi G. Takaoka2013-07-251-2/+2
* Remove boolean return value of dismissing more keys panelTadashi G. Takaoka2013-07-251-4/+6
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Reset vertical correction when more suggestions are in modal modeTadashi G. Takaoka2013-04-151-1/+1
* Add TypefaceUtilsTadashi G. Takaoka2013-04-111-1/+1
* Remove closing method from KeyboardViewTadashi G. Takaoka2013-02-271-1/+0
* Cache MoreKeysKeyboard instead of container view of itTadashi G. Takaoka2013-01-221-0/+1
* Move PointerTracker.DrawingProxy to MainKeyboardView (step 1)Tadashi G. Takaoka2013-01-211-8/+0
* Refactor more keys menu framework (part 3)Tom Ouyang2012-12-131-0/+8
* Fix more suggestion window asymmetry bug in N7.Tom Ouyang2012-12-131-1/+1
* Refactor more keys menu framework (part 2)Tom Ouyang2012-12-131-76/+102
* Refactor more keys menu framework (part 1)Tom Ouyang2012-12-071-17/+21
* Add CoordinateUtils classTadashi G. Takaoka2012-11-281-2/+3
* Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-15/+17
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
* Rename and consolidate some constantsTadashi G. Takaoka2012-08-211-1/+3
* Change the batch input methods of KeyboardActionListenerTadashi G. Takaoka2012-07-181-2/+8
* Extend onTextInput to be able to inject suggestionsTadashi G. Takaoka2012-07-061-0/+10
* Dismiss more suggestions panel when suggestions strip is closedTadashi G. Takaoka2012-06-141-1/+1
* Fix calculation of more keys keyboard position based on key previewTadashi G. Takaoka2012-05-091-4/+2
* Don't send touch coordinates if proximity characters correction is disabledTadashi G. Takaoka2012-03-291-1/+3
* Fix centering more suggestions panel on tabletTadashi G. Takaoka2012-03-081-22/+11
* Integrate the logic to calculate the proximitiessatok2012-03-061-2/+2
* Rename mini keyboard to more keys keyboardTadashi G. Takaoka2012-02-081-0/+189