aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Suggest.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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 Jean Chalard2014-02-251-1/+1
* [QRP2] Small refactor•••Bug: 13170509 Change-Id: Ib9f10b8a137fc773ab0e5dc903e577038e29a9e2 Jean Chalard2014-02-251-3/+4
* Add PunctuationSuggestions class•••This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f Tadashi G. Takaoka2014-02-141-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 Tadashi G. Takaoka2014-02-061-4/+3
* Merge "Conditionally store the raw suggestions."Jean Chalard2014-02-061-4/+18
|\
| * Conditionally store the raw suggestions.•••Bug: 12913520 Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19 Jean Chalard2014-02-061-4/+18
* | Remove a redundant comment.•••No need to say this twice. Change-Id: Ief7ac425037aa2767ee8f21c9552138a9c46afc8 Jean Chalard2014-02-051-2/+0
|/
* Stop considering personalization dicts outputs as words•••Bug: 12800726 Bug: 12798403 Change-Id: I6d60f9ad39761757f8a64533f40d6441f3a36410 Jean Chalard2014-02-051-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 Jean Chalard2014-01-231-4/+2
* Fix a failing test•••How/when did this happen? How was it not noticed? Change-Id: I352a8dad65f8c27bf5120d567e96d9a12cfa8496 Jean Chalard2013-12-271-2/+3
* Make setAdditionalDictionaries private.•••Bug: 8187060 Change-Id: I17be7b77ff89972d3ca6823b087b7bf35105af56 Keisuke Kuroyanagi2013-12-271-16/+9
* Extract dict operations from Suggest to a new class.•••Bug: 8187060 Change-Id: I77775aa50763158d99753c2312fa11fe14267aef Keisuke Kuroyanagi2013-12-261-329/+14
* Use SettingsValues instead of Settings in Suggest.•••Bug: 8187060 Change-Id: Idba1e708d67c036072b728949d17f8bd98ae0115 Keisuke Kuroyanagi2013-12-251-6/+2
* Move dict operations to Suggest.•••Bug: 8187060 Change-Id: Iabe13abcd43b381360f7080b3f4ee0533f246160 Keisuke Kuroyanagi2013-12-251-23/+90
* Enable Personalized dictionaries based on the setting.•••Bug: 11757851 Change-Id: I83e484195f036e35cbae21fe63148bc9c22bfad7 Keisuke Kuroyanagi2013-12-171-6/+125
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 Ken Wakasa2013-12-131-9/+2
* Fix a bug where autocaps would jam auto-commit•••Bug: 11311002 Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259 Jean Chalard2013-10-221-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 Jean Chalard2013-10-221-7/+11
* Don't auto-correct to non-whitelist shortcuts•••Bug: 11076722 Change-Id: I0de10ab24d33ec31f45664fe92d80d5a7bec9c20 Jean Chalard2013-10-071-2/+4
* Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523 Keisuke Kuroyanagi2013-09-281-5/+3
* Quit skipping user history dictionary for gesture.•••Bug: 6669677 Change-Id: Id4344f2a30e9827f210055d6c65ee7776d3a63e3 Keisuke Kuroyanagi2013-09-191-6/+0
* Improve trailing quotes processing•••Bug: 10445496 Change-Id: Ib7bd05aea59ae6c9b8ce31299ef2235521b0e350 Jean Chalard2013-09-171-2/+7
* [AC4] Add native methods necessary for auto-commit•••Bug: 9059617 Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d Jean Chalard2013-09-131-2/+4
* Use same session id for typing and gesture.•••Bug: 10699291 Change-Id: I7c8a3a57e8d189b72a17e4b9c6831becee6ec146 Keisuke Kuroyanagi2013-09-121-1/+2
* Revert "Revert "Add onGetSuggestedWordsCallback.""•••This reverts commit 78f707a142570c33bf5a7a3173f39d19103383ea. Change-Id: I5dd4f2d40314002736226886477563f29a25079c Yuichiro Hanada2013-09-021-19/+25
* Revert "Add onGetSuggestedWordsCallback."•••This reverts commit 820c290a61e4067c9d8557af4c3160c866f70667. Change-Id: I5c50731ff9f330c05c5841b8c65f16e28e67422c Ken Wakasa2013-08-301-25/+19
* Add onGetSuggestedWordsCallback.•••Change-Id: Ib527d31f9c2dd6dc385cb2f767cd90d9d28a1b1b Yuichiro Hanada2013-08-301-19/+25
* Pass additionalFeaturesOptions for getSuggestions().•••This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4 Keisuke Kuroyanagi2013-08-281-7/+12
* Register personalization dictionary•••Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0 Satoshi Kataoka2013-08-221-0/+7
* [AC2] Reference a dict rather than a string in suggestion infos•••Bug: 9059617 Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e Jean Chalard2013-08-201-3/+4
* [AC1] Add a memory of where to cut the first word.•••Bug: 9059617 Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631 Jean Chalard2013-08-201-2/+3
* Fix a debug functionality for the personalization prediction•••Bug: 9429906 Change-Id: I10d39e1f8758dcb64c9c0111d516e3abfe81b04e Satoshi Kataoka2013-08-141-1/+1
* Add a debug preference for using only personalization dictionary•••Bug: 9429906 Change-Id: I2003060c7065e736d42f3b3303fbba549358dd18 Satoshi Kataoka2013-08-021-10/+29
* Connect the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545 Satoshi Kataoka2013-08-011-0/+7
* Refactor on the user history dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018 Satoshi Kataoka2013-07-311-3/+5
* Refactor on UserHistoryDictionary•••Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60 Satoshi Kataoka2013-07-261-0/+1
* Move a couple classes to the utils package•••Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442 Ken Wakasa2013-07-191-2/+3
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-0/+3
* Make it easy to open several dictionaries from tests•••Bug: 9127175 Change-Id: I3f1840ee73b364df26dfddb5acb10001e0f2cb61 Jean Chalard2013-05-311-4/+3
* Merge "Use localized toLowerString in AutoCorrection.isValidWord"Tadashi G. Takaoka2013-05-241-1/+1
|\
| * Use localized toLowerString in AutoCorrection.isValidWord•••Bug: 9112465 Change-Id: I63eb4115f393444560e80220d4c90f0f7101b934 Tadashi G. Takaoka2013-05-241-1/+1
* | Use Locale.ROOT for locale neutral operations•••Bug: 9112465 Change-Id: I6cd63007287b5a1a57cfbabff35d53f66fc5620e Tadashi G. Takaoka2013-05-241-1/+2
|/
* Remove redundant method AutoCorrection.isInTheDictionary•••Change-Id: I0737fb0b68f411f4db06014f2d94804935808922 Tadashi G. Takaoka2013-05-241-1/+1
* Pass blockOffensiveWords as a parameter•••Bug: 8773353 Change-Id: Ic1019742ce7ff6e4f7fff4d2729f8ab52d841488 Jean Chalard2013-05-011-8/+9
* Initialize dictionaries at onStartInputView•••Bug: 8344402 Change-Id: I41b8440f0d72a66fde3f6feb0db8239c9bb10ea3 Jean Chalard2013-04-181-1/+1
* Remove gesture suggestions with an INT_MIN score•••Bug: 7980115 Change-Id: I8de31068992aec712eaad132857d9dc61f28e30a Jean Chalard2013-04-151-0/+12
* Reject a previously user-refused suggestion.•••If the user gestures a word, then hits backspace in disapproval, and gestures about the same thing again, make sure that we don't suggest the same thing again. Bug: 7549311 Change-Id: I793bc4df7c3841fa8f2f4146707c26e873f374c1 Jean Chalard2013-04-151-0/+5
* Fix a bug where autocorrection status would be wrong.•••Change-Id: Ic220129dc59f585164dbf63591cd1c96de17fe6f Jean Chalard2013-04-101-1/+1
* Add a way to know externally if we're installing a new dict•••That helps tests know when to wait and when to declare the dictionary actually not usable. Bug: 7925814 Change-Id: Ic963c1206c43e3cde39ac4214a0d601f4fc6c03b Jean Chalard2013-01-311-0/+9
* Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 Tadashi G. Takaoka2013-01-211-8/+8