summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/LatinKeyboardView.java
Commit message (Expand)AuthorAgeFilesLines
* Rename LatinKeyboardView to MainKeyboardViewTadashi G. Takaoka2012-07-231-1036/+0
* ResearchLog splash screenKurt Partridge2012-07-221-0/+11
* ResearchLog refactorKurt Partridge2012-07-201-1/+1
* Add gesture input enable settingsTadashi G. Takaoka2012-07-201-5/+2
* Add gesture trail feedback.Tom Ouyang2012-07-201-5/+7
* Make ALPHA_OPAQUE publicKen Wakasa2012-07-201-1/+0
* Gesture input should be turned off depending on the configurationTadashi G. Takaoka2012-07-191-2/+6
* Merge "Remove unnecessary variables"Tadashi G. Takaoka2012-06-261-6/+2
|\
| * Remove unnecessary variablesTadashi G. Takaoka2012-06-261-6/+2
* | Pass MotionEvent to PointerTrackerTadashi G. Takaoka2012-06-261-1/+4
|/
* Update current key reference in PointerTracker when keyboard is changedTadashi G. Takaoka2012-06-261-6/+13
* Refresh Accessibility key mapping when KeyboardView changes Keyboards.alanv2012-06-051-0/+4
* Restrict phantom sudden move event hack to specific deviceTadashi G. Takaoka2012-05-301-2/+4
* Get rid of heavy IPC call from key drawing codeTadashi G. Takaoka2012-05-241-10/+6
* Revert "Make KeyDrawParams and KeyPreviewDrawParams to top level class"Tadashi Takaoka2012-05-181-1/+0
* Make KeyDrawParams and KeyPreviewDrawParams to top level classTadashi G. Takaoka2012-05-181-0/+1
* Set divider icon's alpha value on the flyTadashi G. Takaoka2012-05-161-1/+2
* Implement "lift-to-type" interaction. Fix event text.alanv2012-05-101-1/+1
* Fix calculation of more keys keyboard position based on key previewTadashi G. Takaoka2012-05-091-6/+14
* Enable long-press spacebar on 7 inch tabletTadashi G. Takaoka2012-05-081-30/+22
* Fix potential "divided by zero" exceptionTadashi G. Takaoka2012-04-261-44/+35
* Fix "no language" subtype name (DO NOT MERGE)Tadashi G. Takaoka2012-04-261-3/+48
* researchLogger detail on IME sessionsKurt Partridge2012-04-191-0/+3
* Cleanup InputMethodManagerCompatWrapperTadashi G. Takaoka2012-04-181-4/+5
* Remove useless key event handling methodsTadashi G. Takaoka2012-04-181-4/+0
* Utilize InputMethodSubtype and additional subtypeTadashi G. Takaoka2012-04-131-10/+8
* Polish fade-in/out animations for the gray-out-while-typing keysTadashi G. Takaoka2012-04-121-8/+8
* Don't cancel key typing timer when new keyboard is setTadashi G. Takaoka2012-04-121-6/+1
* Introduce KeyboardCodesSet.java and remove keycodes.xmlTadashi G. Takaoka2012-04-101-2/+1
* add more data collection points to ResearchLogger (attempt #2)Kurt Partridge2012-04-091-18/+7
* Revert "add more data collection points to ResearchLogger"Kurt Partridge2012-04-061-7/+18
* add more data collection points to ResearchLoggerKurt Partridge2012-04-061-18/+7
* Use "No language (QWERTY)" for language agnostic QWERTY keyboard nameTadashi G. Takaoka2012-04-041-4/+4
* Remove AccessibilityManagerCompatUtils and MorionEventCompatUtilsTadashi G. Takaoka2012-04-031-4/+2
* Remove the "deprecated" classesKen Wakasa2012-03-301-7/+0
* Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for Research...Ken Wakasa2012-03-271-15/+20
* move usability log code to new class (ResearchLogger) and clean apiKurt Partridge2012-03-241-8/+55
* Merge "Use ObjectAnimator"Tadashi G. Takaoka2012-03-221-63/+50
|\
| * Use ObjectAnimatorTadashi G. Takaoka2012-03-221-63/+50
* | log through group level abstractionsKurt Partridge2012-03-221-35/+10
* | Add additional structure to output logs to group entries by optional fields.Kurt Partridge2012-03-211-4/+6
|/
* Cleanup proximity related codesatok2012-03-191-1/+0
* Don't reset animation alpha value when keyboard is setTadashi G. Takaoka2012-03-161-47/+25
* Disabled key should respond if it is in the altCodeWhileTyping stateTadashi G. Takaoka2012-03-141-1/+1
* Gray out "alt-code-while-typing" key icon while typingTadashi G. Takaoka2012-03-141-13/+99
* Use XML animator definitionTadashi G. Takaoka2012-03-141-29/+38
* Use integer alpha value instead of factor for animationTadashi G. Takaoka2012-03-131-21/+17
* Move language on spacebar parameters to LatinKeyboardView attributesTadashi G. Takaoka2012-03-131-23/+24
* Use Animator to draw language name on spacebarTadashi G. Takaoka2012-03-131-2/+41
* Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-081-5/+8