summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard
Commit message (Expand)AuthorAgeFilesLines
...
* Add debug facilities for gestureSatoshi Kataoka2013-05-092-2/+29
* Merge "Move gesture preview trail parameters to resource"Tadashi G. Takaoka2013-05-082-33/+65
|\
| * Move gesture preview trail parameters to resourceTadashi G. Takaoka2013-05-082-33/+65
* | Consolidate dummy proximity info to the spell checker infoSatoshi Kataoka2013-05-082-20/+48
|/
* Avoid drawing too long gesture preview trailsTadashi G. Takaoka2013-05-071-6/+17
* Remove unused device form factor valuesTadashi G. Takaoka2013-05-073-26/+5
* Move empty listner to KeyboardActionListener.AdapterTadashi G. Takaoka2013-05-072-5/+3
* Clean up unused static variableTadashi G. Takaoka2013-05-071-3/+2
* Record down point as gesture preview trail for sureTadashi G. Takaoka2013-05-071-5/+5
* Remove unused gesture preview trail codeTadashi G. Takaoka2013-05-071-30/+7
* Using int instead of booleans to save keyboard shift stateTadashi G. Takaoka2013-05-021-19/+14
* Save automatic shift state while orientation changingTadashi G. Takaoka2013-05-021-2/+7
* Fix graying animation of alt-code keys when space/enter is typedTadashi G. Takaoka2013-04-261-12/+14
* Remove graying animation of alt-code keys while typingTadashi G. Takaoka2013-04-261-0/+5
* Fix missing initialization of PreviewPlacerViewTadashi G. Takaoka2013-04-251-0/+1
* Don't triger onPress and startLongPressTimer when gesture is canceledTadashi G. Takaoka2013-04-222-22/+30
* Merge "Avoid duplicate MotionEvents"Kurt Partridge2013-04-171-4/+6
|\
| * Avoid duplicate MotionEventsKurt Partridge2013-04-171-4/+6
* | Fix bug to update last interpolated index of GestureStrokeTadashi G. Takaoka2013-04-171-5/+5
|/
* Merge "Add shadow to gesture preview trail"Tadashi G. Takaoka2013-04-162-8/+39
|\
| * Add shadow to gesture preview trailTadashi G. Takaoka2013-04-162-8/+39
* | Small cleanupJean Chalard2013-04-161-3/+3
* | Match the keyboard state to the recapitalize state.Jean Chalard2013-04-162-8/+43
|/
* Merge "Ignore modifier key while sliding key input"Tadashi G. Takaoka2013-04-151-3/+3
|\
| * Ignore modifier key while sliding key inputTadashi G. Takaoka2013-04-151-3/+3
* | Merge "Suppress calling onPressKey and onReleaseKey while detecting gesture"Tadashi G. Takaoka2013-04-151-2/+2
|\ \ | |/ |/|
| * Suppress calling onPressKey and onReleaseKey while detecting gestureTadashi G. Takaoka2013-04-151-2/+2
* | Reset vertical correction when more suggestions are in modal modeTadashi G. Takaoka2013-04-151-1/+1
|/
* Add debug message to detect unusual zero width conditionTadashi G. Takaoka2013-04-111-0/+12
* Merge "Add TypefaceUtils"Tadashi G. Takaoka2013-04-115-116/+168
|\
| * Add TypefaceUtilsTadashi G. Takaoka2013-04-115-116/+168
* | More precise geometry checking for more keys keyboardTadashi G. Takaoka2013-04-111-2/+3
|/
* Merge "Use private object as a lock instead of synchronized method"Tadashi G. Takaoka2013-04-101-123/+145
|\
| * Use private object as a lock instead of synchronized methodTadashi G. Takaoka2013-04-101-123/+145
* | Merge "Protect simultaneously modifying gesture preview data"Tadashi G. Takaoka2013-04-101-1/+15
|\ \ | |/ |/|
| * Protect simultaneously modifying gesture preview dataTadashi G. Takaoka2013-04-101-1/+15
* | Fix a bug where autocorrection status would be wrong.Jean Chalard2013-04-101-1/+1
|/
* Merge "Separate StringUtils.capitalizeFirstCharacter"Tadashi G. Takaoka2013-04-101-1/+1
|\
| * Separate StringUtils.capitalizeFirstCharacterTadashi G. Takaoka2013-04-101-1/+1
* | Typing double letters via a 'circle' on the key.Keisuke Kuroynagi2013-04-101-8/+10
|/
* Merge "Refactor SpellCheckerProximityInfo as extending ProximityInfo"Tadashi G. Takaoka2013-04-101-17/+15
|\
| * Refactor SpellCheckerProximityInfo as extending ProximityInfoTadashi G. Takaoka2013-04-021-17/+15
* | Interpolate gesture preview trailsTadashi G. Takaoka2013-04-013-16/+304
* | Fix potential NPE in MainKeyboardView.KeyTimerHandlerTadashi G. Takaoka2013-03-281-0/+3
* | Use XmlPullParser.getEventType()Tadashi G. Takaoka2013-03-262-17/+19
* | Clean up XmlParserUtilsTadashi G. Takaoka2013-03-262-14/+14
* | Remove unused importTadashi G. Takaoka2013-03-221-1/+0
* | Remove reference to string.english_ime_nameTadashi G. Takaoka2013-03-221-4/+5
|/
* Clean up InflateException reference from KeyboardBuilderTadashi G. Takaoka2013-03-211-2/+1
* Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICSKen Wakasa2013-03-184-19/+20