Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a method for handling for words not found in dictionary.•••This is apparently called only once for every unique word, so repeated instances of the same word are not handled separately. Upon changing orientation of the device, however, all invalid words in the textbox are underlined again and this method is called for each unique instance in order. Change-Id: Ic57e4b9e5675bd7abd723644aa318d964f7f875f | 2015-01-14 | 1 | -0/+3 | |
* | Fix Javadoc and null analysis related warnings•••This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1 | 2014-10-23 | 1 | -0/+1 | |
* | Add StatsUtils#onLoadSettings for when settings are changed•••Non-blocking call in nature. Bug:17013677 Change-Id: Iff737422bbacbf22c9b0ff6eaf1c1f75e6bf23c3 | 2014-09-30 | 1 | -0/+3 | |
* | Add word commit methods to StatsUtils•••Change-Id: Ibb2cf0150cd9a851ff48d097688edc916dc82998 | 2014-09-18 | 1 | -0/+10 | |
* | Add StatsUtils.onAutoCorrection method.•••Change-Id: I9547b6c0f082ef7c09b251a6458badb65a841229 | 2014-09-16 | 1 | -0/+6 | |
* | Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputView•••Change-Id: I4e7dc008b98e398c38aafea5cb31156dde7f42ea | 2014-09-10 | 1 | -0/+13 | |
* | Add backspace event methods to StatsUtils•••Change-Id: Id45d217073e49ca5f2ba639b608d168d136bba58 | 2014-09-10 | 1 | -0/+20 | |
* | Add StatsUtils.onPickSuggestionManually and SuggestedWords.indexOf.•••Change-Id: I1588448154d086569cb026825fdc36cd1812a582 | 2014-09-07 | 1 | -0/+6 | |
* | Refactor StatsUtils into two components:StatsUtils & StatsUtilsManager•••Bug:16522256 Change-Id: I9cb8129c552159cf17ea5c2656e0988bf0f999f5 | 2014-08-28 | 1 | -10/+0 | |
* | Pass a new argument to StatsUtils.•••Change-Id: I61e32c7a455a273e8daf9a5487d7969923802488 Bug: 17013677 | 2014-08-22 | 1 | -1/+4 | |
* | Abolish source code overlay and inroduce overridable src dir•••This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 | 2014-08-16 | 1 | -0/+34 |