summaryrefslogtreecommitdiff
path: root/java/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* Restore switch for showing app icon.Chieu Nguyen2015-04-223-3/+25
* Always specify non-null Locale object to SuggestionSpanYohei Yukaw2015-04-202-8/+21
* Merge "Fix bug in regular expression stripping quotes."Martin Paraskevov2015-04-211-1/+1
|\
| * Fix bug in regular expression stripping quotes.Martin Paraskevov2015-04-201-1/+1
* | Merge "Add affinity model for contact names."Tom Ouyang2015-04-173-11/+102
|\ \ | |/ |/|
| * Add affinity model for contact names.Tom Ouyang2015-04-163-11/+102
* | Merge "Strip quotes from begining/end of a word before checking its validity."Martin Paraskevov2015-04-161-8/+13
|\ \
| * | Strip quotes from begining/end of a word before checking its validity.Martin Paraskevov2015-04-151-8/+13
| |/
* | Do not re-download the unused dictionaries.Mohammadinamul Sheik2015-04-153-23/+91
* | Merge "Store raw strings for personal dictionary"Jatin Matani2015-04-141-26/+28
|\ \
| * | Store raw strings for personal dictionaryJatin Matani2015-04-131-26/+28
| |/
* / Fix the NPE on selection string on unlearnWordMohammadinamul Sheik2015-04-132-2/+7
|/
* Merge "Personal dictionary feeds a personal LM."Dan Zivkovic2015-04-105-152/+245
|\
| * Personal dictionary feeds a personal LM.Dan Zivkovic2015-04-095-152/+245
* | Extract fewer characters in getWordRangeAtCursor().Tom Ouyang2015-04-091-2/+2
|/
* Make logs less spammy.Dan Zivkovic2015-04-071-2/+6
* Read less data from the input connection.Dan Zivkovic2015-04-071-4/+4
* Skip decoding for in-vocabulary words.Dan Zivkovic2015-04-071-36/+30
* Define stats for UserDictionaryLookup.Dan Zivkovic2015-04-062-4/+43
* Log timing for performUpdateSuggestionStripSync.Tom Ouyang2015-04-031-0/+9
* Merge "Do not throw NPE if the dictionary info is not available on db"Mohammadinamul Sheik2015-04-034-2/+22
|\
| * Do not throw NPE if the dictionary info is not available on dbMohammadinamul Sheik2015-04-024-2/+22
* | Merge "Log timing of commitChosenWord()"Dan Zivkovic2015-04-021-9/+6
|\ \
| * | Log timing of commitChosenWord()Dan Zivkovic2015-04-021-9/+6
* | | Merge "Log timing of commitChosenWord()"Dan Zivkovic2015-04-021-0/+39
|\| |
| * | Log timing of commitChosenWord()Dan Zivkovic2015-04-021-0/+39
* | | Merge "Log interrupted tasks in AOSP."Dan Zivkovic2015-04-024-5/+12
|\| | | |/ |/|
| * Log interrupted tasks in AOSP.Dan Zivkovic2015-04-024-5/+12
* | Merge "Add shortcut support to UserDictionaryLookup."Dan Zivkovic2015-04-023-89/+160
|\|
| * Add shortcut support to UserDictionaryLookup.Dan Zivkovic2015-04-023-89/+160
* | Learn corrections that were made in the middle of a word.Tom Ouyang2015-04-021-15/+44
|/
* Unlearn word when the user moves the cursor in to correct it.Tom Ouyang2015-04-011-0/+19
* Specify argument nullability.Dan Zivkovic2015-03-311-5/+9
* DictStats should mask account info in filenameJatin Matani2015-03-302-10/+10
* Remove "Personal dictionary" link from settings.Dan Zivkovic2015-03-302-44/+0
* Merge "Setup wizard status only available on Lollipop++"Dan Zivkovic2015-03-301-5/+9
|\
| * Setup wizard status only available on Lollipop++Dan Zivkovic2015-03-301-5/+9
* | Merge "Don't hide sync settings, v2 (cleaner)"Jatin Matani2015-03-301-65/+114
|\ \ | |/ |/|
| * Don't hide sync settings, v2 (cleaner)Jatin Matani2015-03-271-65/+114
* | "spellcheking" needs spellchecking.Chieu Nguyen2015-03-271-1/+1
* | Make Hebrew spellchecking spellcheck Hebrew.Chieu Nguyen2015-03-272-1/+3
* | Merge "Don't log stack trace for missing LM."Dan Zivkovic2015-03-271-1/+1
|\ \
| * | Don't log stack trace for missing LM.Dan Zivkovic2015-03-271-1/+1
* | | Merge "Don't notify dictpack for updates for service dump"Jatin Matani2015-03-272-4/+6
|\ \ \ | |/ / |/| |
| * | Don't notify dictpack for updates for service dumpJatin Matani2015-03-272-4/+6
| |/
* / Not all cyrillic scripts use east_slavic layout.Dan Zivkovic2015-03-271-3/+7
|/
* Handle missing resources.Dan Zivkovic2015-03-261-5/+9
* Use the complete Locale in generating the dictionary id.Mohammadinamul Sheik2015-03-251-25/+2
* Merge "Check for accounts when enabling sync features."Jatin Matani2015-03-241-1/+8
|\
| * Check for accounts when enabling sync features.Jatin Matani2015-03-241-2/+9