summaryrefslogtreecommitdiff
path: root/java/src/com
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Set content descrition of words in suggestions stripTadashi G. Takaoka2014-06-092-8/+7
* | | | | | Merge "Use RichInputConnection to get the previous word."Jean Chalard2014-06-091-25/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use RichInputConnection to get the previous word.Jean Chalard2014-06-091-25/+6
| |/ / / /
* | | | | Fix TalkBack descriptions of keyboard shift mode transitionTadashi G. Takaoka2014-06-091-0/+14
* | | | | Merge "Use rectangle region to ignore hover events after long press"Tadashi G. Takaoka2014-06-091-9/+47
|\ \ \ \ \
| * | | | | Use rectangle region to ignore hover events after long pressTadashi G. Takaoka2014-06-091-9/+47
* | | | | | Merge "Refactor KeyCodeDescriptionMapper class a bit"Tadashi G. Takaoka2014-06-091-42/+26
|\| | | | |
| * | | | | Refactor KeyCodeDescriptionMapper class a bitTadashi G. Takaoka2014-06-091-42/+26
| |/ / / /
* | | | | Merge "Add distracter cache to optimize the distracter test."Keisuke Kuroyanagi2014-06-091-0/+18
|\ \ \ \ \
| * | | | | Add distracter cache to optimize the distracter test.Keisuke Kuroyanagi2014-06-091-0/+18
* | | | | | Merge "Fix: NPE after turning on personalized suggestion."Keisuke Kuroyanagi2014-06-091-2/+7
|\| | | | | | |/ / / / |/| | | |
| * | | | Fix: NPE after turning on personalized suggestion.Keisuke Kuroyanagi2014-06-091-2/+7
* | | | | Merge "Check isInDictionary() before the distracter test."Keisuke Kuroyanagi2014-06-094-9/+69
|\| | | |
| * | | | Check isInDictionary() before the distracter test.Keisuke Kuroyanagi2014-06-094-9/+69
* | | | | Merge "Add Dictionary.isInDictionary()."Keisuke Kuroyanagi2014-06-0911-45/+34
|\| | | |
| * | | | Add Dictionary.isInDictionary().Keisuke Kuroyanagi2014-06-0911-45/+34
* | | | | Fix overwriting accessibility delegate in setKeyboardTadashi G. Takaoka2014-06-084-12/+34
| |/ / / |/| | |
* | | | Merge "Refactor logic to determine showing suggestions strip or not"Tadashi G. Takaoka2014-06-063-61/+34
|\ \ \ \
| * | | | Refactor logic to determine showing suggestions strip or notTadashi G. Takaoka2014-06-063-61/+34
* | | | | Merge "Make Distracter filter use getMaxFrequencyOfExactMatches()."Keisuke Kuroyanagi2014-06-062-146/+23
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Make Distracter filter use getMaxFrequencyOfExactMatches().Keisuke Kuroyanagi2014-06-062-146/+23
* | | | Merge "Implement getMaxProbabilityOfExactMatches()."Keisuke Kuroyanagi2014-06-061-0/+1
|\| | |
| * | | Implement getMaxProbabilityOfExactMatches().Keisuke Kuroyanagi2014-06-061-0/+1
* | | | Merge "When starting input, include the literal word in suggestions"Jean Chalard2014-06-062-14/+22
|\ \ \ \
| * | | | When starting input, include the literal word in suggestionsJean Chalard2014-06-062-14/+22
* | | | | Merge "Always update voice key visibility"Tadashi G. Takaoka2014-06-064-29/+26
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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