summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
Commit message (Expand)AuthorAgeFilesLines
...
* Add showSuggestionStripWithTypedWord.Yuichiro Hanada2013-09-191-15/+49
* Merge "Allow double-space-to-period after a plus char"Jean Chalard2013-09-181-1/+2
|\
| * Allow double-space-to-period after a plus charJean Chalard2013-09-181-1/+2
* | Don't resume suggestion on digits.Jean Chalard2013-09-181-0/+8
|/
* [AC8] Restrict the suggestion strip to the correct partJean Chalard2013-09-171-0/+1
* [AC7] Actually auto-commit.Keisuke Kuroyanagi2013-09-171-6/+25
* Merge "[AC4] Add native methods necessary for auto-commit"Jean Chalard2013-09-131-1/+3
|\
| * [AC4] Add native methods necessary for auto-commitJean Chalard2013-09-131-1/+3
* | Fix emoji keyboard insetsSatoshi Kataoka2013-09-131-1/+4
* | Avoid recorrection in ex-password fields.Jean Chalard2013-09-121-0/+2
|/
* Remove changing a word when added to the dictionaryJean Chalard2013-09-121-33/+0
* Revert Ida230ca42 and I6adf7d08f.Yuichiro Hanada2013-09-101-101/+46
* Add AsyncResultHolder.Yuichiro Hanada2013-09-101-19/+7
* Make commitCurrentAutoCorrection asynchronous.Yuichiro Hanada2013-09-091-13/+27
* Add a callback to the arguments of commitCurrentAutoCorrection.Yuichiro Hanada2013-09-051-45/+91
* Change GET_SUGGESTED_WORDS_TIMEOUT to 200.Yuichiro Hanada2013-09-031-1/+2
* Change GET_SUGGESTED_WORDS_TIMEOUT to 50.Yuichiro Hanada2013-09-031-1/+2
* Call getSuggestedWords asynchronously.Yuichiro Hanada2013-09-031-39/+100
* Remove typedWord from the arguments of showSuggestionStrip.Yuichiro Hanada2013-09-021-11/+9
* Revert "Revert "Add onGetSuggestedWordsCallback.""Yuichiro Hanada2013-09-021-56/+95
* Merge "Revert "Add onGetSuggestedWordsCallback.""Ken Wakasa2013-08-301-96/+57
|\
| * Revert "Add onGetSuggestedWordsCallback."Ken Wakasa2013-08-301-96/+57
* | Fix emoji view insets calculationKen Wakasa2013-08-301-9/+11
* | Revert "Revert "Support Emoji keyboard""Satoshi Kataoka2013-08-301-1/+2
* | Merge "Add onGetSuggestedWordsCallback."Ken Wakasa2013-08-301-57/+96
|\|
| * Add onGetSuggestedWordsCallback.Yuichiro Hanada2013-08-301-57/+96
* | Merge "Revert "Remove key preview backing view""Ken Wakasa2013-08-301-47/+63
|\ \
| * | Revert "Remove key preview backing view"Ken Wakasa2013-08-301-47/+63
* | | Revert "Support Emoji keyboard"Ken Wakasa2013-08-301-2/+1
| |/ |/|
* | Support Emoji keyboardTadashi G. Takaoka2013-08-291-1/+2
* | Pass additionalFeaturesOptions for getSuggestions().Keisuke Kuroyanagi2013-08-281-1/+2
* | Make DynamicPred...Base extend ExpandableBinaryDictionary.Keisuke Kuroyanagi2013-08-261-4/+4
* | Register personalization dictionarySatoshi Kataoka2013-08-221-0/+5
* | Merge "Add onDestroy to PersonalizationDictionarySessionRegister"Satoshi Kataoka2013-08-211-0/+1
|\ \
| * | Add onDestroy to PersonalizationDictionarySessionRegisterSatoshi Kataoka2013-08-211-0/+1
* | | Don't start composing on dash.Jean Chalard2013-08-211-4/+5
* | | Merge "[AC3] Start calling the methods for auto-commit."Jean Chalard2013-08-201-0/+6
|\ \ \
| * | | [AC3] Start calling the methods for auto-commit.Jean Chalard2013-08-201-0/+6
* | | | Merge "[AC2] Reference a dict rather than a string in suggestion infos"Jean Chalard2013-08-201-2/+2
|\| | |
| * | | [AC2] Reference a dict rather than a string in suggestion infosJean Chalard2013-08-201-2/+2
* | | | Merge "[AC1] Add a memory of where to cut the first word."Jean Chalard2013-08-201-1/+2
|\| | | | |/ / |/| |
| * | [AC1] Add a memory of where to cut the first word.Jean Chalard2013-08-201-1/+2
* | | Add a functionality to boost scores of personalization dictionarySatoshi Kataoka2013-08-201-1/+31
|/ /
* | Support languages that don't use spaces.Jean Chalard2013-08-161-17/+64
* | Merge "Thin out audio and haptic feedback while key repeat"Tadashi G. Takaoka2013-08-141-10/+25
|\ \
| * | Thin out audio and haptic feedback while key repeatTadashi G. Takaoka2013-08-141-10/+25
* | | Merge "Add looksValidForDictionaryInsertion"Jean Chalard2013-08-141-6/+1
|\ \ \
| * | | Add looksValidForDictionaryInsertionJean Chalard2013-08-141-6/+1
* | | | Merge "Re-evaluate auto-caps earlier."Jean Chalard2013-08-141-0/+7
|\ \ \ \
| * | | | Re-evaluate auto-caps earlier.Jean Chalard2013-08-141-0/+7