aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change GET_SUGGESTED_WORDS_TIMEOUT to 200.Yuichiro Hanada2013-09-031-1/+2
| | | | Change-Id: Ia5aa0b7af16d7ad45c98d0c5a7dcabba76d19b67
* Change GET_SUGGESTED_WORDS_TIMEOUT to 50.Yuichiro Hanada2013-09-031-1/+2
| | | | Change-Id: I4d495a782ed1dea1c377837c6579ce5ff74086b5
* Call getSuggestedWords asynchronously.Yuichiro Hanada2013-09-031-39/+100
| | | | Change-Id: Ia8a21b53f4d12b759d9ef5a5181ed04875e4d198
* Remove typedWord from the arguments of showSuggestionStrip.Yuichiro Hanada2013-09-021-11/+9
| | | | Change-Id: Iddf33227982e65705b49c6a527286d8695878c90
* Revert "Revert "Add onGetSuggestedWordsCallback.""Yuichiro Hanada2013-09-022-75/+120
| | | | | This reverts commit 78f707a142570c33bf5a7a3173f39d19103383ea. Change-Id: I5dd4f2d40314002736226886477563f29a25079c
* Merge "Revert "Add onGetSuggestedWordsCallback.""Ken Wakasa2013-08-302-121/+76
|\
| * Revert "Add onGetSuggestedWordsCallback."Ken Wakasa2013-08-302-121/+76
| | | | | | | | | | | | This reverts commit 820c290a61e4067c9d8557af4c3160c866f70667. Change-Id: I5c50731ff9f330c05c5841b8c65f16e28e67422c
* | Fix emoji view insets calculationKen Wakasa2013-08-301-9/+11
| | | | | | | | | | bug: 10541453 Change-Id: I605e657c94686c4974d162657a5e820798d20e8f
* | Revert "Revert "Support Emoji keyboard""Satoshi Kataoka2013-08-301-1/+2
| | | | | | | | | | | | | | | | Window resizing junkiness is addressed in I605e657c9468 This reverts commit aabc97233826da69edbadfc7c1465a505a1fe2ec. Change-Id: I0bc0f1ad9a90799e643fe9ec35f5b4bbe94eee0d
* | Merge "Add onGetSuggestedWordsCallback."Ken Wakasa2013-08-302-76/+121
|\|
| * Add onGetSuggestedWordsCallback.Yuichiro Hanada2013-08-302-76/+121
| | | | | | | | Change-Id: Ib527d31f9c2dd6dc385cb2f767cd90d9d28a1b1b
* | Merge "Revert "Remove key preview backing view""Ken Wakasa2013-08-303-50/+77
|\ \
| * | Revert "Remove key preview backing view"Ken Wakasa2013-08-303-50/+77
| | | | | | | | | | | | | | | | | | | | | This reverts commit 2dfcfc5013eee2fbd19a5830ff70943bd6c1bee2. Change-Id: I96c691b2e9c92be456420196cd7361d03ea4f3e9 bug: 10541453
* | | Revert "Support Emoji keyboard"Ken Wakasa2013-08-301-2/+1
| |/ |/| | | | | | | | | This reverts commit d7791a93b0dee268a9e97f06fe5abcf6082e0ed1. Change-Id: I5ca4c0227f97540e8a22b487b5056dfa3611082b
* | Support Emoji keyboardTadashi G. Takaoka2013-08-291-1/+2
| | | | | | | | | | Bug: 6370846 Change-Id: I33ce8f952799c89929996a226ac17731a953ec2a
* | Pass additionalFeaturesOptions for getSuggestions().Keisuke Kuroyanagi2013-08-2815-43/+54
| | | | | | | | | | | | | | This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4
* | Merge "Add dummy Emoji subtype"Tadashi G. Takaoka2013-08-282-2/+26
|\ \
| * | Add dummy Emoji subtypeTadashi G. Takaoka2013-08-282-2/+26
| | | | | | | | | | | | | | | Bug: 6370846 Change-Id: I4fa3a6832fa316d0c6312d434be3c3ff02b52402
* | | Fix: Wrong file name for dynamic prediction dictionary.Keisuke Kuroyanagi2013-08-281-1/+1
|/ / | | | | | | | | Bug: 6669677 Change-Id: Id6f06a7423600d3f0604fab43d855826c20d0545
* | Fix buildTadashi G. Takaoka2013-08-271-1/+1
| | | | | | | | Change-Id: I60a6ee4dff8203cd9a2ed8045df6a2d75e50c89d
* | Add _gb to Gingerbread resourcesTadashi G. Takaoka2013-08-271-1/+1
| | | | | | | | | | Bug: 10415342 Change-Id: Id8caf5a972fe72b577dbf50dcd2cf739b2d35a32
* | Merge "Make DynamicPred...Base extend ExpandableBinaryDictionary."Keisuke Kuroyanagi2013-08-269-345/+154
|\ \
| * | Make DynamicPred...Base extend ExpandableBinaryDictionary.Keisuke Kuroyanagi2013-08-269-345/+154
| | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c
* | | Remove a broken dictionary file when fail to read a dictionary file.Yuichiro Hanada2013-08-262-3/+19
|/ / | | | | | | | | Bug: 10434720 Change-Id: Ibdf05a39113538546b8fcf9d59af7dddf7ca27fc
* | Simplify computeActualNodeArraySize.Yuichiro Hanada2013-08-261-7/+3
| | | | | | | | Change-Id: I128d02866c2cc70c42263496927327b8a2130139
* | Clean up unused imports.Yuichiro Hanada2013-08-261-2/+0
| | | | | | | | Change-Id: I7147ca237b99399e79210852aa5bf5a01101d779
* | [Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.Yuichiro Hanada2013-08-264-11/+42
| | | | | | | | Change-Id: I259db91d837c67cbcb3b6dc504b21dca23a6a5be
* | [Refactor] Add DictDecoder.getTerminalPosition.Yuichiro Hanada2013-08-265-4/+25
| | | | | | | | Change-Id: I9d04f64a58f5481cbb64cf1c09b5c485dd4176b4
* | Merge "Rename CharGroup to PtNode."Ken Wakasa2013-08-269-659/+672
|\ \
| * | Rename CharGroup to PtNode.Yuichiro Hanada2013-08-269-659/+672
| | | | | | | | | | | | | | | Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107
* | | Merge "Introduce DynamicDictionaryWriter for dynamic dictionary."Keisuke Kuroyanagi2013-08-263-7/+167
|\ \ \ | |/ / |/| |
| * | Introduce DynamicDictionaryWriter for dynamic dictionary.Keisuke Kuroyanagi2013-08-233-7/+167
| | | | | | | | | | | | | | | Bug: 6669677 Change-Id: Ifcbeb88b908f2301ac062b411a95c8b38d24b90e
* | | Fix getDictionaryFileHeader.Yuichiro Hanada2013-08-232-8/+3
|/ / | | | | | | Change-Id: I5186f41b0f38eb08f4154f7b3de7ffc2119fc44b
* | Add DictDecoder.readDictionaryBinary.Yuichiro Hanada2013-08-236-35/+79
| | | | | | | | | | Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
* | Refactor personalization dictionarySatoshi Kataoka2013-08-232-9/+7
| | | | | | | | | | Bug: 9429906 Change-Id: I1fa4b045b21687e96de101a97e9593b0884d626f
* | Fix addWord.Yuichiro Hanada2013-08-231-1/+3
| | | | | | | | Change-Id: Ib71dbd5954f44ca80733fa4b1048c829e1df138a
* | Merge "Fix writePlacedNode."Ken Wakasa2013-08-222-6/+15
|\ \
| * | Fix writePlacedNode.Yuichiro Hanada2013-08-222-6/+15
| | | | | | | | | | | | Change-Id: I1d6b086f1d9f0dbd8d74f964e29ae62c533af978
* | | Register personalization dictionarySatoshi Kataoka2013-08-226-21/+96
|/ / | | | | | | | | Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0
* | Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.Yuichiro Hanada2013-08-224-49/+9
| | | | | | | | Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f
* | Merge "Add DictEncoder."Ken Wakasa2013-08-224-19/+105
|\ \
| * | Add DictEncoder.Yuichiro Hanada2013-08-224-19/+105
| | | | | | | | | | | | Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef
* | | Merge "Fix cursor state bug"Kurt Partridge2013-08-221-1/+0
|\ \ \ | |/ / |/| |
| * | Fix cursor state bugKurt Partridge2013-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | InputConnection#finishComposingText() should not change the position of the cursor, so neither should it change its internal expectation of the cursor's position. Change-Id: Ib3d39a5743cd1e8e356f438b04a5c30279430b2a
* | | Merge "Make readPtNode be called with the address from the beginning of the ↵Ken Wakasa2013-08-214-48/+47
|\ \ \ | | | | | | | | | | | | file."
| * | | Make readPtNode be called with the address from the beginning of the file.Yuichiro Hanada2013-08-214-48/+47
| | | | | | | | | | | | | | | | Change-Id: I8939fdfb4f79e55bcd7393633784effb30df3f8f
* | | | Merge "Fix build"Satoshi Kataoka2013-08-211-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Fix buildSatoshi Kataoka2013-08-211-2/+0
| | | | | | | | | | | | | | | | Change-Id: I0c0be463552a37cecfb9a403e0723b1799fb8120
* | | | Merge "Add onDestroy to PersonalizationDictionarySessionRegister"Satoshi Kataoka2013-08-212-0/+6
|\| | |
| * | | Add onDestroy to PersonalizationDictionarySessionRegisterSatoshi Kataoka2013-08-212-0/+6
| | | | | | | | | | | | | | | | | | | | Bug: 9429906 Change-Id: Ibf8efd7302da2c27ac59e62b0393f1eec03dc136