summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Remove unused supportsSwitchingToShortcutIme attributeTadashi G. Takaoka2014-06-069-44/+42
|/ / / /
* | | | Merge "Add action key test for Lxx theme"Tadashi G. Takaoka2014-06-061-18/+27
|\ \ \ \
| * | | | Add action key test for Lxx themeTadashi G. Takaoka2014-06-061-18/+27
* | | | | Merge "Fix a bug on rotation with selection."Jean Chalard2014-06-063-8/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix a bug on rotation with selection.Jean Chalard2014-06-063-8/+18
* | | | | Merge "Add getMaxFrequencyOfExactMatches() to Dictionary."Keisuke Kuroyanagi2014-06-054-10/+64
|\ \ \ \ \
| * | | | | Add getMaxFrequencyOfExactMatches() to Dictionary.Keisuke Kuroyanagi2014-06-054-10/+64
| |/ / / /
* | | | | Merge "Rename some boolean variables for readability"Tadashi G. Takaoka2014-06-054-16/+16
|\ \ \ \ \
| * | | | | Rename some boolean variables for readabilityTadashi G. Takaoka2014-06-054-16/+16
| |/ / / /
* | | | | Merge "Refactor show voice key preferece migration code"Tadashi G. Takaoka2014-06-051-8/+8
|\ \ \ \ \
| * | | | | Refactor show voice key preferece migration codeTadashi G. Takaoka2014-06-051-8/+8
| |/ / / /
* / / / / Add jni method for getMaxFrequencyOfExactMatches().Keisuke Kuroyanagi2014-06-051-1/+8
|/ / / /
* | | | Merge "Allow multiple shortcuts for a personal dictionary word"Jean Chalard2014-06-041-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Allow multiple shortcuts for a personal dictionary wordJean Chalard2014-06-041-1/+3
* | | | Support more suggestions accessibility modeTadashi G. Takaoka2014-06-044-1/+57
* | | | Merge "Support more keys accessibility mode"Tadashi G. Takaoka2014-06-049-22/+367
|\ \ \ \
| * | | | Support more keys accessibility modeTadashi G. Takaoka2014-06-049-22/+367
* | | | | Merge "Add onRegisterHoverKey to accessibility delegate"Tadashi G. Takaoka2014-06-041-2/+12
|\| | | |
| * | | | Add onRegisterHoverKey to accessibility delegateTadashi G. Takaoka2014-06-041-2/+12
* | | | | Merge "Don't recapitalize just at the start of input"Jean Chalard2014-06-042-7/+21
|\ \ \ \ \
| * | | | | Don't recapitalize just at the start of inputJean Chalard2014-06-042-7/+21
* | | | | | 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-044-0/+48
|\ \ \ \
| * | | | Add a preference item for metrics loggingYohei Yukawa2014-06-044-0/+48
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-0411-0/+55
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2014-06-0211-0/+55
| |/ / / /
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-0457-57/+228
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2014-06-0257-57/+228
| |/ / / /
* | | | | Merge "Reorder keys around the spacebar"Tadashi G. Takaoka2014-06-0414-72/+109
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Reorder keys around the spacebarTadashi G. Takaoka2014-06-0414-72/+109
* | | | | Merge "Enrich the Spanish dictionary."Jean Chalard2014-06-031-0/+0
|\ \ \ \ \
| * | | | | Enrich the Spanish dictionary.Jean Chalard2014-06-031-0/+0
| | |/ / / | |/| | |
* | | | | 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-024-4/+96
* | | | 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-303-9/+25
|\| |
| * | Merge "Workaround to draw spacebar icon of emoji palettes" into lmp-preview-devTadashi G. Takaoka2014-05-303-9/+25
| |\ \