summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Add clearContextualDictionary()."Keisuke Kuroyanagi2014-06-101-12/+13
|\ \
| * | Add clearContextualDictionary().Keisuke Kuroyanagi2014-06-161-12/+13
* | | Merge "Add a method to update contextual dictionary."Keisuke Kuroyanagi2014-06-101-0/+40
|\| |
| * | Add a method to update contextual dictionary.Keisuke Kuroyanagi2014-06-161-0/+40
* | | Merge "Contextual dictionary updater."Keisuke Kuroyanagi2014-06-102-1/+44
|\| | | |/ |/|
| * Contextual dictionary updater.Keisuke Kuroyanagi2014-06-132-1/+44
* | Stop announcing suggestions strip content while more keys keyboard is showingTadashi G. Takaoka2014-06-141-0/+7
* | Merge "Fix forwarding event only when sending view is visible"Tadashi G. Takaoka2014-06-101-1/+6
|\ \
| * | Fix forwarding event only when sending view is visibleTadashi G. Takaoka2014-06-131-1/+6
* | | Merge "Add EmojiPageKeyboardAccessibilityDelegate"Tadashi G. Takaoka2014-06-101-3/+3
|\ \ \
| * | | Add EmojiPageKeyboardAccessibilityDelegateTadashi G. Takaoka2014-06-131-3/+3
| |/ /
* | | Merge "Personalization dictionary updater."Keisuke Kuroyanagi2014-06-102-32/+28
|\ \ \ | |/ / |/| / | |/
| * Personalization dictionary updater.Keisuke Kuroyanagi2014-06-132-32/+28
* | Merge "Revert "Check OS codename for shouldOfferSwitchingToNextInputMethod""Yohei Yukawa2014-06-101-13/+4
|\ \
| * | Revert "Check OS codename for shouldOfferSwitchingToNextInputMethod"Yohei Yukawa2014-06-131-13/+4
* | | Merge "Add jni method for removeUnigramEntry()."Keisuke Kuroyanagi2014-06-101-0/+14
|\ \ \
| * | | Add jni method for removeUnigramEntry().Keisuke Kuroyanagi2014-06-121-0/+14
* | | | 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-102-27/+30
* | | | | 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
| |/ / /
* | | | 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