summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/MainKeyboardView.java
Commit message (Expand)AuthorAgeFilesLines
* Remove ALS from LatinIME.Dan Zivkovic2015-03-111-9/+0
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-111-8/+8
* Make LanguageOnSpacebarHelper as utility classTadashi G. Takaoka2014-12-111-6/+6
* Add null analysis annotations to keyboard packageTadashi G. Takaoka2014-11-271-1/+1
* Merge "Fix possible NPE in MainKeyboardView"Tadashi G. Takaoka2014-11-271-2/+5
|\
| * Fix possible NPE in MainKeyboardViewTadashi G. Takaoka2014-11-201-2/+5
* | Refactor PointerTracker and MainKeyboardViewTadashi G. Takaoka2014-11-211-58/+32
|/
* Rename StringUtils methods that handle title case manipulationTadashi G. Takaoka2014-11-191-3/+1
* Move util classes under commonJean Chalard2014-11-071-1/+1
* Make DrawingProxy and TimerProxy as a top-level interfaceTadashi G. Takaoka2014-10-301-2/+2
* Consolidate TimerHandler.Callbacks with PointerTracker.DrawingProxyTadashi G. Takaoka2014-10-301-18/+22
* Merge "Consolidate similar methods"Tadashi G. Takaoka2014-10-301-22/+29
|\
| * Consolidate similar methodsTadashi G. Takaoka2014-10-301-22/+29
* | Fix dismiss key preview bug introduced by I658a5b16ccTadashi G. Takaoka2014-10-301-2/+2
|/
* Remove DrawingHandlerTadashi G. Takaoka2014-10-291-31/+34
* Remove DrawingHandler.Callbacks.dismissAllKeyPreviews()Tadashi G. Takaoka2014-10-291-8/+7
* Move StringUtils under common.Jean Chalard2014-10-281-1/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
* [ML22] Improve the language on spacebar for SLSJean Chalard2014-10-101-2/+10
* Stop dimming main keyboard while showing more keys keyboardTadashi G. Takaoka2014-10-081-21/+0
* [ML14] Forward the locale list to relevant places, againJean Chalard2014-10-061-0/+5
* Revert "[ML14] Forward the locale list to relevant places"Ken Wakasa2014-10-031-5/+0
* [ML14] Forward the locale list to relevant placesJean Chalard2014-10-031-0/+5
* Fix checking a11y status just before calling an a11y methodTadashi G. Takaoka2014-09-251-2/+4
* am ad4de3fc: am 9ca6658e: am 0f33e614: Implement Floating Action Button more ...Tadashi G. Takaoka2014-09-081-3/+11
|\
| * Implement Floating Action Button more keys keyboardTadashi G. Takaoka2014-09-081-3/+11
* | am 3ad86d91: am afa9d6d8: Merge "Add theme aware key popup preview animation"...Tadashi G. Takaoka2014-09-021-6/+22
|\|
| * Add theme aware key popup preview animationTadashi G. Takaoka2014-09-021-6/+22
* | Revert "Revert "[ML1] Introduce RichInputMethodSubtype""Jean Chalard2014-08-251-6/+5
* | Revert "[ML1] Introduce RichInputMethodSubtype"Jean Chalard2014-08-221-5/+6
* | [ML1] Introduce RichInputMethodSubtypeJean Chalard2014-08-221-6/+5
|/
* 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