summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin
Commit message (Expand)AuthorAgeFilesLines
...
* Separate executor for the Spelling decoder.Dan Zivkovic2015-03-125-19/+52
* Avoid creating empty String[].Dan Zivkovic2015-03-122-11/+12
* Merge "Remove ALS from LatinIME."Dan Zivkovic2015-03-129-388/+209
|\
| * Remove ALS from LatinIME.Dan Zivkovic2015-03-119-388/+209
* | Remove unused phrase gesture code.Chieu Nguyen2015-03-116-65/+5
|/
* Remove deprecated distractor filtering methods.Dan Zivkovic2015-03-113-38/+3
* Mark method @UsedForTestingDan Zivkovic2015-03-111-0/+1
* Make inner classes visible for testing.Dan Zivkovic2015-03-111-1/+7
* Delete user history files.Dan Zivkovic2015-03-113-7/+6
* Remove dead code, including tests.Dan Zivkovic2015-03-102-18/+2
* Restart background executor.Dan Zivkovic2015-03-101-1/+3
* Handle empty previous ngram context correctly.Chieu Nguyen2015-03-091-5/+2
* Kill+restart tasks before/after decoder init.Dan Zivkovic2015-03-091-1/+10
* ExecutorUtils lets use schedule a runnable chain.Dan Zivkovic2015-03-092-27/+37
* Use a single background executor.Dan Zivkovic2015-03-095-51/+14
* Merge "Handle null InputMethodSubtype."Dan Zivkovic2015-03-063-4/+15
|\
| * Handle null InputMethodSubtype.Dan Zivkovic2015-03-063-4/+15
* | Merge "Log from LatinIME."Dan Zivkovic2015-03-061-6/+4
|\ \
| * | Log from LatinIME.Dan Zivkovic2015-03-061-6/+4
| |/
* | Merge "Sync setting disabled if no account."Chieu Nguyen2015-03-061-12/+21
|\ \ | |/ |/|
| * Sync setting disabled if no account.Chieu Nguyen2015-03-051-12/+21
* | Merge "Restart suggestions when backspacing into a reverted word."Tom Ouyang2015-03-061-0/+14
|\ \ | |/ |/|
| * Restart suggestions when backspacing into a reverted word.Tom Ouyang2015-03-051-0/+14
* | Make privacy policy link clickable in sync settings.Chieu Nguyen2015-03-051-1/+15
|/
* Handle words longer tha 256 characters.Dan Zivkovic2015-03-052-2/+2
* Next-word suggestion bit in keyboard settings.Dan Zivkovic2015-03-045-41/+1
* Remove SHORTCUT column in FROM clause.Dan Zivkovic2015-03-041-51/+38
* Introduce DictionaryHeaderUtils to get dictionary header valuesMohammadinamul Sheik2015-03-031-16/+11
* Merge "Add DictionaryFacilitator dump()."Chieu Nguyen2015-03-033-1/+9
|\
| * Add DictionaryFacilitator dump().Chieu Nguyen2015-03-033-1/+9
* | Merge "Add util method in ngramcontext for context array"Jatin Matani2015-03-031-0/+26
|\ \ | |/ |/|
| * Add util method in ngramcontext for context arrayJatin Matani2015-03-031-0/+26
* | Remove no-op broadcast receiver from LatinIME.Dan Zivkovic2015-03-031-44/+0
|/
* Merge "Move dictionary facilitator handling."Chieu Nguyen2015-03-021-3/+2
|\
| * Move dictionary facilitator handling.Chieu Nguyen2015-03-021-3/+2
* | Merge "Turn off cloud sync if we have managed profiles"Jatin Matani2015-03-023-47/+152
|\ \ | |/ |/|
| * Turn off cloud sync if we have managed profilesJatin Matani2015-03-023-48/+153
* | Fix build breakage due to changed resource IdJatin Matani2015-03-021-1/+1
* | Merge "Label empty suggestions."Dan Zivkovic2015-02-272-7/+14
|\ \
| * | Label empty suggestions.Dan Zivkovic2015-02-272-7/+14
* | | Merge "Handle double space inserting a period."Chieu Nguyen2015-02-271-0/+1
|\ \ \
| * | | Handle double space inserting a period.Chieu Nguyen2015-02-271-0/+1
| |/ /
* | | Merge "Update the MAX supported file version for downloaded static Dictionari...Mohammadinamul Sheik2015-02-272-4/+4
|\ \ \ | |/ / |/| |
| * | Update the MAX supported file version for downloaded static Dictionaries.Mohammadinamul Sheik2015-02-272-4/+4
* | | Race condition in cursor move.Dan Zivkovic2015-02-271-8/+10
| |/ |/|
* | Merge "Refresh pref settings for cloud sync"Jatin Matani2015-02-261-82/+137
|\ \ | |/ |/|
| * Refresh pref settings for cloud syncJatin Matani2015-02-261-82/+137
* | Ignore the Emoji key when not connected.Dan Zivkovic2015-02-263-27/+49
* | Merge "Share decoders among latinime components."Jatin Matani2015-02-262-2/+4
|\ \
| * | Share decoders among latinime components.Jatin Matani2015-02-252-2/+4