Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Have DictionaryFacilitator in LatinIME.•••Bug: 13142176 Bug: 15094186 Change-Id: I9da67352ff2abcd289fa5885389895ced878a413 | 2014-05-23 | 1 | -2/+5 | ||
* | | Merge "Don't upcase suggestions when resuming on an uppercase word" | 2014-05-22 | 1 | -1/+4 | ||
|\ \ | |/ |/| | ||||||
| * | Don't upcase suggestions when resuming on an uppercase word•••Bug: 13917781 Change-Id: I7458d120898a7c8c0bc2db2f6db3578fd1dd1681 | 2014-05-22 | 1 | -1/+4 | ||
* | | Fix: too many calls to getSuggestedWordsForTypingInput•••Bug: 15148015 Change-Id: Idcb729734bd62b537fb81acf8bdb5cae4470404c | 2014-05-22 | 1 | -1/+0 | ||
|/ | ||||||
* | Use PrevWordsInfo instead of String in Java side.•••Bug: 14119293 Bug: 14425059 Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762 | 2014-05-19 | 1 | -8/+8 | ||
* | Fix: StringIndexOutOfBoundsException.•••Bug: 14985751 Change-Id: I9df2f737555ab02e24e0fbd231a97c1eec26bc57 | 2014-05-16 | 1 | -1/+1 | ||
* | [CB14.5] Stop copying WordComposers.•••This is an overdue refactoring that I have been wanted to do forever, and that we can at last do now that suggestions come only from instances of BinaryDictionary instances. With this, all unit tests and regression tests are passing again. Bug: 13667648 Bug: 13665487 Bug: 8636060 Change-Id: Ie23a19f9b7e692edf2ee0b107ddaff2d7db564b6 | 2014-03-28 | 1 | -14/+1 | ||
* | Merge "[CB14] Implement backspace in the combiner chain" | 2014-03-25 | 1 | -1/+6 | ||
|\ | ||||||
| * | [CB14] Implement backspace in the combiner chain•••Bug: 13622107 Bug: 13406701 Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc | 2014-03-25 | 1 | -1/+6 | ||
* | | Remove logic related to dictionary loading from LatinIME.•••Make mSuggest final and give DictionaryFacilitator the responsibility to manage dictionary loading state. This can simplify the logic to decide how to deal with additional dictionaries when loading settings or language switching. Bug: 13273534 Change-Id: I9f3d328272f25addfa186fbeedaaf8417455ba99 | 2014-03-25 | 1 | -63/+24 | ||
|/ | ||||||
* | Merge "Separate utility methods from BinaryDictionary." | 2014-03-05 | 1 | -1/+2 | ||
|\ | ||||||
| * | Separate utility methods from BinaryDictionary.•••Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50 | 2014-03-05 | 1 | -1/+2 | ||
* | | Merge changes I20ce61c4,I2edab4e3•••* changes: Remove "Use only personalization dictionary". Remove redundant creation of dictionary facilitator. | 2014-03-03 | 1 | -0/+1 | ||
|\ \ | |/ |/| | ||||||
| * | Remove redundant creation of dictionary facilitator.•••Change-Id: I2edab4e3ba4ea0b9b13f9bb224aac86cac9b9f31 | 2014-02-27 | 1 | -0/+1 | ||
* | | Fix: wrong auto correction for whilelist and personalized words.•••This happens when there are tailing single quotes. Bug: 13237314 Change-Id: I7fd2a20b25ac2217f9621d7f2510345bbd633c14 | 2014-02-28 | 1 | -4/+4 | ||
* | | Fix a bug with auto-caps entries from personalization•••Bug: 13215163 Change-Id: I00099cb4927c96de46e57e14ab906d41c9c2151a | 2014-02-27 | 1 | -3/+6 | ||
* | | [QRP5] Fix boldness for predictions, and small refactoring•••This is more correct. When predictions, the typed word should always be null unless explicitly passed. The text color should be that of a valid typed word only if it's actually the typed word. Bug: 13170509 Change-Id: I769ae100e112c37c6f02064fe9ef2f81372ca9e5 | 2014-02-25 | 1 | -1/+1 | ||
* | | [QRP2] Small refactor•••Bug: 13170509 Change-Id: Ib9f10b8a137fc773ab0e5dc903e577038e29a9e2 | 2014-02-25 | 1 | -3/+4 | ||
|/ | ||||||
* | Add PunctuationSuggestions class•••This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f | 2014-02-14 | 1 | -2/+0 | ||
* | Move INCLUDE_RAW_SUGGESTIONS flag to ProductionFlag•••This change must be checked in together with Iac93eb79fc. Bug: 12913520 Bug: 12179576 Change-Id: Ic9a40fb0529202893be8ccb6f5abfbbe6d78508c | 2014-02-06 | 1 | -4/+3 | ||
* | Merge "Conditionally store the raw suggestions." | 2014-02-06 | 1 | -4/+18 | ||
|\ | ||||||
| * | Conditionally store the raw suggestions.•••Bug: 12913520 Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19 | 2014-02-06 | 1 | -4/+18 | ||
* | | Remove a redundant comment.•••No need to say this twice. Change-Id: Ief7ac425037aa2767ee8f21c9552138a9c46afc8 | 2014-02-05 | 1 | -2/+0 | ||
|/ | ||||||
* | Stop considering personalization dicts outputs as words•••Bug: 12800726 Bug: 12798403 Change-Id: I6d60f9ad39761757f8a64533f40d6441f3a36410 | 2014-02-05 | 1 | -5/+17 | ||
* | [IL76] Remove a SuggestionStripView dependency•••This constant is better located in SuggestedWords. Or it could be in Constants, that would be fine too. Bug: 8636060 Change-Id: I3e721bb1e2559f028dce8929eceadfe0478c5924 | 2014-01-23 | 1 | -4/+2 | ||
* | Fix a failing test•••How/when did this happen? How was it not noticed? Change-Id: I352a8dad65f8c27bf5120d567e96d9a12cfa8496 | 2013-12-27 | 1 | -2/+3 | ||
* | Make setAdditionalDictionaries private.•••Bug: 8187060 Change-Id: I17be7b77ff89972d3ca6823b087b7bf35105af56 | 2013-12-27 | 1 | -16/+9 | ||
* | Extract dict operations from Suggest to a new class.•••Bug: 8187060 Change-Id: I77775aa50763158d99753c2312fa11fe14267aef | 2013-12-26 | 1 | -329/+14 | ||
* | Use SettingsValues instead of Settings in Suggest.•••Bug: 8187060 Change-Id: Idba1e708d67c036072b728949d17f8bd98ae0115 | 2013-12-25 | 1 | -6/+2 | ||
* | Move dict operations to Suggest.•••Bug: 8187060 Change-Id: Iabe13abcd43b381360f7080b3f4ee0533f246160 | 2013-12-25 | 1 | -23/+90 | ||
* | Enable Personalized dictionaries based on the setting.•••Bug: 11757851 Change-Id: I83e484195f036e35cbae21fe63148bc9c22bfad7 | 2013-12-17 | 1 | -6/+125 | ||
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 | 2013-12-13 | 1 | -9/+2 | ||
* | Fix a bug where autocaps would jam auto-commit•••Bug: 11311002 Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259 | 2013-10-22 | 1 | -1/+1 | ||
* | Add a sequence number to SuggestedWords.•••This allows testing for suggestion freshness in an asynchronous suggestions world. In-advance cherrypick of Ic76cd17568598d8534aec81e037f9e37f52eb6b4 because there's a merge conflict. Bug: 11301597 Change-Id: I4aec765a975298fcac30a48dede73d2622224fe5 | 2013-10-22 | 1 | -7/+11 | ||
* | Don't auto-correct to non-whitelist shortcuts•••Bug: 11076722 Change-Id: I0de10ab24d33ec31f45664fe92d80d5a7bec9c20 | 2013-10-07 | 1 | -2/+4 | ||
* | Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523 | 2013-09-28 | 1 | -5/+3 | ||
* | Quit skipping user history dictionary for gesture.•••Bug: 6669677 Change-Id: Id4344f2a30e9827f210055d6c65ee7776d3a63e3 | 2013-09-19 | 1 | -6/+0 | ||
* | Improve trailing quotes processing•••Bug: 10445496 Change-Id: Ib7bd05aea59ae6c9b8ce31299ef2235521b0e350 | 2013-09-17 | 1 | -2/+7 | ||
* | [AC4] Add native methods necessary for auto-commit•••Bug: 9059617 Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d | 2013-09-13 | 1 | -2/+4 | ||
* | Use same session id for typing and gesture.•••Bug: 10699291 Change-Id: I7c8a3a57e8d189b72a17e4b9c6831becee6ec146 | 2013-09-12 | 1 | -1/+2 | ||
* | Revert "Revert "Add onGetSuggestedWordsCallback.""•••This reverts commit 78f707a142570c33bf5a7a3173f39d19103383ea. Change-Id: I5dd4f2d40314002736226886477563f29a25079c | 2013-09-02 | 1 | -19/+25 | ||
* | Revert "Add onGetSuggestedWordsCallback."•••This reverts commit 820c290a61e4067c9d8557af4c3160c866f70667. Change-Id: I5c50731ff9f330c05c5841b8c65f16e28e67422c | 2013-08-30 | 1 | -25/+19 | ||
* | Add onGetSuggestedWordsCallback.•••Change-Id: Ib527d31f9c2dd6dc385cb2f767cd90d9d28a1b1b | 2013-08-30 | 1 | -19/+25 | ||
* | Pass additionalFeaturesOptions for getSuggestions().•••This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4 | 2013-08-28 | 1 | -7/+12 | ||
* | Register personalization dictionary•••Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0 | 2013-08-22 | 1 | -0/+7 | ||
* | [AC2] Reference a dict rather than a string in suggestion infos•••Bug: 9059617 Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e | 2013-08-20 | 1 | -3/+4 | ||
* | [AC1] Add a memory of where to cut the first word.•••Bug: 9059617 Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631 | 2013-08-20 | 1 | -2/+3 | ||
* | Fix a debug functionality for the personalization prediction•••Bug: 9429906 Change-Id: I10d39e1f8758dcb64c9c0111d516e3abfe81b04e | 2013-08-14 | 1 | -1/+1 | ||
* | Add a debug preference for using only personalization dictionary•••Bug: 9429906 Change-Id: I2003060c7065e736d42f3b3303fbba549358dd18 | 2013-08-02 | 1 | -10/+29 | ||
* | Connect the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545 | 2013-08-01 | 1 | -0/+7 |