summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard
Commit message (Expand)AuthorAgeFilesLines
...
* | Make all KeyboardRow attributes privateTadashi G. Takaoka2013-08-193-4/+8
|/
* Fix cosmetic source code formattingTadashi G. Takaoka2013-08-154-159/+150
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-1511-100/+176
* Merge "Add empty key background type"Tadashi G. Takaoka2013-08-141-9/+17
|\
| * Add empty key background typeTadashi G. Takaoka2013-08-141-9/+17
* | Thin out audio and haptic feedback while key repeatTadashi G. Takaoka2013-08-143-19/+23
|/
* Rename maketext tool to make-keyboard-textTadashi G. Takaoka2013-08-131-5/+5
* Fix parenthesis direction for RTL languagesTadashi G. Takaoka2013-08-131-4/+5
* Remove redundant EditorInfo member from KeyboardLayoutSet.BuilderTadashi G. Takaoka2013-08-121-6/+4
* am 25402fd5: am 724db044: Deallocate gesture trail bitmap when unneeded furtherKen Wakasa2013-08-091-6/+10
|\
| * Deallocate gesture trail bitmap when unneeded furtherKen Wakasa2013-08-091-6/+10
* | Small clean up of KeyboardView.onMeasureTadashi G. Takaoka2013-08-081-5/+6
|/
* Remove processMotionEvent from MoreKeysKeyboardViewTadashi G. Takaoka2013-08-083-13/+6
* Merge "Move createKeyboardSetForSpellChecker to AndroidSpellCheckService"Tadashi G. Takaoka2013-08-071-42/+0
|\
| * Move createKeyboardSetForSpellChecker to AndroidSpellCheckServiceTadashi G. Takaoka2013-08-071-42/+0
* | Merge "Add ResouceUtils.getDefaultKeyboardHeight"Tadashi G. Takaoka2013-08-073-54/+15
|\|
| * Add ResouceUtils.getDefaultKeyboardHeightTadashi G. Takaoka2013-08-073-54/+15
* | Merge "Make key label from supplementary code point"Tadashi G. Takaoka2013-08-071-2/+7
|\ \ | |/ |/|
| * Make key label from supplementary code pointTadashi G. Takaoka2013-08-071-2/+7
* | Remove orientation member from KeyboardIdTadashi G. Takaoka2013-08-073-19/+6
|/
* Merge "Reword "No language""Jean Chalard2013-08-061-2/+2
|\
| * Reword "No language"Jean Chalard2013-08-051-2/+2
* | Add emoji icon and code as a groundworkTadashi G. Takaoka2013-08-062-0/+4
* | Merge "Small optimization for readability"Tadashi G. Takaoka2013-08-061-31/+32
|\ \
| * | Small optimization for readabilityTadashi G. Takaoka2013-08-051-31/+32
* | | Merge "Fix keyboard caching bug for testing"Tadashi G. Takaoka2013-08-061-1/+1
|\| |
| * | Fix keyboard caching bug for testingTadashi G. Takaoka2013-08-051-1/+1
| |/
* / Remove CODE_RESEARCHTadashi G. Takaoka2013-08-051-3/+0
|/
* Small cleanupKen Wakasa2013-08-021-1/+1
* Remove unnecessary setLayerType() callsKen Wakasa2013-08-024-4/+16
* Forgot to reset the matrix of offscreen canvasKen Wakasa2013-08-021-0/+1
* Move motion event dispatcher to PointerTrackerTadashi G. Takaoka2013-08-023-53/+72
* Merge "Deallocate offscreen buffer for non-HW-accel draw"Ken Wakasa2013-08-012-0/+6
|\
| * Deallocate offscreen buffer for non-HW-accel drawKen Wakasa2013-08-012-0/+6
* | Clean up ResearchLogger log methodTadashi G. Takaoka2013-08-011-19/+14
* | Move non-distinct multitouch support to a separate classTadashi G. Takaoka2013-08-013-67/+112
|/
* Remove getTimer() reference except from PointerTrackerTadashi G. Takaoka2013-08-012-3/+15
* Move key repeat function to PointerTrackerTadashi G. Takaoka2013-08-012-44/+43
* Merge "Add UsabilityStudyLogUtils.writeMotionEvent"Tadashi G. Takaoka2013-07-311-43/+2
|\
| * Add UsabilityStudyLogUtils.writeMotionEventTadashi G. Takaoka2013-07-311-43/+2
* | Deallocate gesture trail bitmap when unneededKen Wakasa2013-07-312-0/+9
|/
* Remove sudden jump touch event hackTadashi G. Takaoka2013-07-312-165/+4
* Merge "Fix Catalan keyboard layout"Tadashi G. Takaoka2013-07-311-4/+27
|\
| * Fix Catalan keyboard layoutTadashi G. Takaoka2013-07-311-4/+27
* | Merge "Fix missing Azerbaijani text resource"Tadashi G. Takaoka2013-07-311-1/+2
|\|
| * Fix missing Azerbaijani text resourceTadashi G. Takaoka2013-07-311-1/+2
* | Merge "Fix some warnings"Jean Chalard2013-07-313-4/+3
|\ \ | |/ |/|
| * Fix some warningsJean Chalard2013-07-313-4/+3
* | Clean up PointerTracker a bitTadashi G. Takaoka2013-07-314-55/+54
|/
* Cancel all ongoing event when onFinishInputViewTadashi G. Takaoka2013-07-253-7/+14