summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/MainKeyboardView.java
Commit message (Expand)AuthorAgeFilesLines
* (DO NOT MERGE) Fix checking a11y status just before calling an a11y methodTadashi G. Takaoka2014-10-141-2/+4
* Implement Floating Action Button more keys keyboardTadashi G. Takaoka2014-09-081-3/+11
* Add theme aware key popup preview animationTadashi G. Takaoka2014-09-021-6/+22
* Auto scale-X text of key popup previewTadashi G. Takaoka2014-08-121-0/+4
* Fix some comments and rename method and parameter namesTadashi G. Takaoka2014-06-231-3/+3
* Fix dismissing more keys panel when hiding keyboardTadashi G. Takaoka2014-06-221-5/+1
* Merge "Refactor drawing preview classes"Tadashi G. Takaoka2014-06-201-8/+6
|\
| * Refactor drawing preview classesTadashi G. Takaoka2014-06-181-8/+6
* | Dismiss more keys panel when hiding windowTadashi G. Takaoka2014-06-191-0/+5
|/
* Refactor MoreKeysKeyboard.Builder a bitTadashi G. Takaoka2014-06-181-13/+18
* Consolidate 3 public methods of key preview into oneTadashi G. Takaoka2014-06-181-6/+2
* Fix NPE by disabling key preview popup of Emoji paletteTadashi G. Takaoka2014-06-131-6/+6
* Fix overwriting accessibility delegate in setKeyboardTadashi G. Takaoka2014-06-081-1/+3
* Load KeyCodeDescriptionMapper class lazilyTadashi G. Takaoka2014-06-031-5/+3
* Create AccessibilityDelegate only when accessibility mode is onTadashi G. Takaoka2014-06-021-10/+16
* Remove LatinImeLogger and UsabilityStudyLogUtilsTadashi G. Takaoka2014-05-291-6/+0
* Remove researcher loggerTadashi G. Takaoka2014-05-291-25/+0
* Use onHoverEvent instead of dispatchHoverEventTadashi G. Takaoka2014-05-271-10/+5
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-3/+1
* Separate MainKeyboardView specific accessibility codeTadashi G. Takaoka2014-05-201-3/+3
* Refactor accessibility classes to be more genericTadashi G. Takaoka2014-05-201-8/+7
* Support 9-patch drawable for spacebar iconTadashi G. Takaoka2014-05-151-40/+24
* Remove unused auto correction led for spacebar featureTadashi G. Takaoka2014-05-151-26/+1
* Separate functional key background from normal oneTadashi G. Takaoka2014-05-141-23/+1
* Optimize drawing key text shadow layerTadashi G. Takaoka2014-05-131-3/+14
* Guard accessibility function callsTadashi G. Takaoka2014-05-011-1/+3
* Make AccessibleKeyboardViewProxy not singletonTadashi G. Takaoka2014-05-011-6/+11
* Use sorted keys index as virtual view idTadashi G. Takaoka2014-04-221-1/+1
* Fix updating the shift state upon backspaceJean Chalard2014-04-141-2/+2
* Remove workaround code of placing DrawingPreviewPlacerViewTadashi G. Takaoka2014-04-071-18/+7
* Remove country name from space bar text when appropriateTadashi G. Takaoka2014-04-021-9/+14
* Add SpacebarLanguageUtils classTadashi G. Takaoka2014-04-011-4/+3
* Stop displaying locale string on short space barTadashi G. Takaoka2014-03-281-5/+0
* Remove unused MoreKeysPanel argument from Controller interfaceTadashi G. Takaoka2014-03-041-2/+2
* Remove unnecessary override of MainKeyboardView.dispatchTouchEventTadashi G. Takaoka2014-02-171-8/+0
* Remove unused importTadashi G. Takaoka2014-02-101-1/+0
* Add debug settings for keypress popup animationsTadashi G. Takaoka2014-02-071-0/+6
* Move key preview related methods to KeyPreviewChoreographerTadashi G. Takaoka2014-02-051-231/+14
* Revert "Move key preview related methods to KeyPreviewChoreographer"Tadashi G. Takaoka2014-02-051-16/+231
* Move key preview related methods to KeyPreviewChoreographerTadashi G. Takaoka2014-02-051-231/+16
* Move some XML attributes to KeyPreviewDrawParamsTadashi G. Takaoka2014-02-041-27/+12
* Refactor KeyPreviewDrawParams a bitTadashi G. Takaoka2014-02-041-21/+7
* Use "Key popup dismiss delay" to control key preview zoom out animationTadashi G. Takaoka2014-02-041-1/+2
* Fix a bug where changing auto-shift would cancel autorepeat.Jean Chalard2014-01-091-2/+2
* Comprehensive memory deallocationTadashi G. Takaoka2013-12-241-1/+1
* Rename classes related to AbstractDrawingPreviewTadashi G. Takaoka2013-12-241-37/+37
* Remove unnecessary default KeyDetector from PointerTrackerTadashi G. Takaoka2013-12-201-4/+2
* Remove PointerTracker reference from accessibility packageTadashi G. Takaoka2013-12-201-2/+2
* Fix IllegalStateException of ViewGroupTadashi G. Takaoka2013-12-161-6/+2
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-376/+338