summaryrefslogtreecommitdiff
path: root/java/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge "Enable Beginning-of-Sentence prediction for contextual dict."Keisuke Kuroyanagi2014-06-102-0/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Enable Beginning-of-Sentence prediction for contextual dict.Keisuke Kuroyanagi2014-06-122-0/+16
| |/ / /
* | | | Merge "Block offensive words in native code."Keisuke Kuroyanagi2014-06-102-13/+11
|\ \ \ \
| * | | | Block offensive words in native code.Keisuke Kuroyanagi2014-06-122-13/+11
| |/ / /
* | | | Merge "Fix: Wrong name for ContextualDictionary."Keisuke Kuroyanagi2014-06-101-1/+1
|\ \ \ \
| * | | | Fix: Wrong name for ContextualDictionary.Keisuke Kuroyanagi2014-06-111-1/+1
| |/ / /
* / / / Fix logic to show suggestionsTadashi G. Takaoka2014-06-112-6/+13
|/ / /
* | | Merge "Special case periods in the spell checker"Jean Chalard2014-06-102-0/+19
|\ \ \
| * | | Special case periods in the spell checkerJean Chalard2014-06-102-0/+19
* | | | Merge "Add prefix to the arguments of getDictionary()."Keisuke Kuroyanagi2014-06-106-21/+24
|\ \ \ \
| * | | | Add prefix to the arguments of getDictionary().Keisuke Kuroyanagi2014-06-106-21/+24
* | | | | Merge "Make dump dictionary settings easily extensible."Keisuke Kuroyanagi2014-06-102-25/+17
|\ \ \ \ \
| * | | | | Make dump dictionary settings easily extensible.Keisuke Kuroyanagi2014-06-102-25/+17
| |/ / / /
* | | | | Merge "Purge dict reading code for 401 and create for 402."Keisuke Kuroyanagi2014-06-101-2/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Purge dict reading code for 401 and create for 402.Keisuke Kuroyanagi2014-06-101-2/+1
* | | | | Merge "Split the sentences into words ourselves"Jean Chalard2014-06-102-2/+243
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Split the sentences into words ourselvesJean Chalard2014-06-092-2/+243
* | | | | Merge "Debug log when failed to add/remove n-gram entry."Keisuke Kuroyanagi2014-06-101-5/+12
|\ \ \ \ \
| * | | | | Debug log when failed to add/remove n-gram entry.Keisuke Kuroyanagi2014-06-101-5/+12
* | | | | | Remove a useless methodJean Chalard2014-06-101-18/+0
* | | | | | Merge "Remove mPrevWordsInfo"Jean Chalard2014-06-104-98/+38
|\ \ \ \ \ \
| * | | | | | Remove mPrevWordsInfoJean Chalard2014-06-104-98/+38
| |/ / / / /
* | | | | | Add audio and haptic feedback for Emoji and SuggestionsTadashi G. Takaoka2014-06-103-27/+33
* | | | | | Merge "Set content descrition of words in suggestions strip"Tadashi G. Takaoka2014-06-092-8/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |