summaryrefslogtreecommitdiff
path: root/java/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "Refactoring"Jean Chalard2014-06-042-16/+16
|\| | | | | | |/ / / / |/| | | |
| * | | | RefactoringJean Chalard2014-06-042-16/+16
| |/ / /
* | | | Merge "Revert "Pass hover event to accessibility key handling methods""Tadashi G. Takaoka2014-06-041-12/+9
|\ \ \ \
| * | | | Revert "Pass hover event to accessibility key handling methods"Tadashi G. Takaoka2014-06-041-12/+9
| |/ / /
* | | | Merge "Add a preference item for metrics logging"Yohei Yukawa2014-06-041-0/+15
|\ \ \ \
| * | | | Add a preference item for metrics loggingYohei Yukawa2014-06-041-0/+15
* | | | | Merge "Reorder keys around the spacebar"Tadashi G. Takaoka2014-06-041-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Reorder keys around the spacebarTadashi G. Takaoka2014-06-041-2/+2
* | | | | Load KeyCodeDescriptionMapper class lazilyTadashi G. Takaoka2014-06-034-20/+9
|/ / / /
* | | | Merge "Fix synthesizing MotionEvent"Tadashi G. Takaoka2014-06-031-9/+5
|\ \ \ \
| * | | | Fix synthesizing MotionEventTadashi G. Takaoka2014-06-031-9/+5
* | | | | Fix PointerTracker debug output to reflect new KeyDetectorTadashi G. Takaoka2014-06-031-1/+1
|/ / / /
* / / / More concise Key.toString()Tadashi G. Takaoka2014-06-032-12/+23
|/ / /
* | | Merge "Create AccessibilityDelegate only when accessibility mode is on"Tadashi G. Takaoka2014-06-021-10/+16
|\ \ \
| * | | Create AccessibilityDelegate only when accessibility mode is onTadashi G. Takaoka2014-06-021-10/+16
* | | | Merge "Fix an IOOB exception"Jean Chalard2014-06-021-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix an IOOB exceptionJean Chalard2014-06-021-4/+7
* | | | Pass hover event to accessibility key handling methodsTadashi G. Takaoka2014-06-021-12/+15
* | | | Add verbalization of symbols that are unsupported by TTS/TalkBackTadashi G. Takaoka2014-06-021-2/+26
* | | | Fix to clear on hover visual cueTadashi G. Takaoka2014-06-021-13/+17
|/ / /
* | | Refactor MoreKeysKeyboardView a bitTadashi G. Takaoka2014-06-022-25/+26
* | | am 61a8a66c: Merge "Workaround to draw spacebar icon of emoji palettes" into ...Tadashi G. Takaoka2014-05-302-7/+10
|\ \ \ | | |/ | |/|
| * | Workaround to draw spacebar icon of emoji palettesTadashi G. Takaoka2014-05-302-7/+10
* | | Make prevWord = null if the next word starts from a connector.Keisuke Kuroyanagi2014-05-302-9/+27
* | | Limit recapitalization for reasonable performance.Jean Chalard2014-05-302-9/+16
* | | am 761a6812: Don\'t reuse main keyboard\'s spacebar icon for Emoji paletteTadashi G. Takaoka2014-05-292-5/+17
|\| |
| * | Don't reuse main keyboard's spacebar icon for Emoji paletteTadashi G. Takaoka2014-05-292-5/+17
* | | Merge "Remove LatinImeLogger and UsabilityStudyLogUtils"Tadashi G. Takaoka2014-05-2913-760/+17
|\ \ \
| * | | Remove LatinImeLogger and UsabilityStudyLogUtilsTadashi G. Takaoka2014-05-2913-761/+17
* | | | Merge "Remove PrioritizedSerialExecutor."Keisuke Kuroyanagi2014-05-292-143/+25
|\ \ \ \
| * | | | Remove PrioritizedSerialExecutor.Keisuke Kuroyanagi2014-05-292-143/+25
| |/ / /
* / / / Fix: too many calls to getSuggestedWordsForTypingInputJean Chalard2014-05-292-3/+11
|/ / /
* | | Merge "Remove researcher logger"Tadashi G. Takaoka2014-05-2935-5523/+4
|\ \ \
| * | | Remove researcher loggerTadashi G. Takaoka2014-05-2935-5523/+4
* | | | Clean up for Iba6eeb7981634e7ddb.Keisuke Kuroyanagi2014-05-292-12/+11
|/ / /
* | | Stop directly checking SuggestedWordInfo.mKindKeisuke Kuroyanagi2014-05-287-27/+40
* | | Merge "Support fine grained hover event handling"Tadashi G. Takaoka2014-05-281-56/+112
|\ \ \
| * | | Support fine grained hover event handlingTadashi G. Takaoka2014-05-281-56/+112
* | | | Add TODO comment about SuggestedWordInfo's kind and flagsTadashi G. Takaoka2014-05-281-0/+6
|/ / /
* | | Merge "Refactor KeyboardAccessibilityDelegate class a bit"Tadashi G. Takaoka2014-05-272-6/+16
|\ \ \
| * | | Refactor KeyboardAccessibilityDelegate class a bitTadashi G. Takaoka2014-05-272-6/+16
* | | | Return whether the dynamic dict operation was success.Keisuke Kuroyanagi2014-05-273-30/+57
* | | | Merge "Add thread name for PrioritizedSerialExecutor."Keisuke Kuroyanagi2014-05-272-7/+22
|\ \ \ \
| * | | | Add thread name for PrioritizedSerialExecutor.Keisuke Kuroyanagi2014-05-272-7/+22
| |/ / /
* | | | Merge "Remove compiler warning from accessibility package"Tadashi G. Takaoka2014-05-272-2/+2
|\ \ \ \
| * | | | Remove compiler warning from accessibility packageTadashi G. Takaoka2014-05-272-2/+2
| |/ / /
* | | | Merge "Stop filtering out when perfect freq > top non-perfect freq."Keisuke Kuroyanagi2014-05-272-3/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Stop filtering out when perfect freq > top non-perfect freq.Keisuke Kuroyanagi2014-05-272-3/+17
* | | | Move MoreSuggestionsListener to MoreSuggestionsViewTadashi G. Takaoka2014-05-273-8/+7
* | | | Use onHoverEvent instead of dispatchHoverEventTadashi G. Takaoka2014-05-273-65/+53