summaryrefslogtreecommitdiff
path: root/java/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Always update voice key visibilityTadashi G. Takaoka2014-06-064-29/+26
| |/ / /
* | | | Merge "Fix a small bug with rotation."Jean Chalard2014-06-061-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a small bug with rotation.Jean Chalard2014-06-061-1/+10
* | | | Remove unused supportsSwitchingToShortcutIme attributeTadashi G. Takaoka2014-06-068-43/+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-043-1/+52
* | | | Merge "Support more keys accessibility mode"Tadashi G. Takaoka2014-06-047-22/+361
|\ \ \ \
| * | | | Support more keys accessibility modeTadashi G. Takaoka2014-06-047-22/+361
* | | | | 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-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
|\| |