aboutsummaryrefslogtreecommitdiffstats
path: root/java-overridable/src/com/android/inputmethod/latin/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a method for handling for words not found in dictionary.Chieu Nguyen2015-01-141-0/+3
| | | | | | | | | 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
* [3]Ping dictionary stats:Pass DictionaryFacilitatorJatin Matani2014-12-181-1/+3
| | | | | | | | Pass dictionaryFacilitator to StatsUtilsManager from LatinIME Bug:16553957 Change-Id: I912a0b447e5684909ff67e3653a4bd8649cd03c5
* [2]Pass context to StatsUtilsManager for alarms.Jatin Matani2014-12-171-2/+2
| | | | | | | | Change corresponding to ag/605384 Bug:16553957 Change-Id: I77024957b9497c45296bbbb24ca972b26348a8c3
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-234-0/+4
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* Add StatsUtils#onLoadSettings for when settings are changedJatin Matani2014-09-301-0/+3
| | | | | | | Non-blocking call in nature. Bug:17013677 Change-Id: Iff737422bbacbf22c9b0ff6eaf1c1f75e6bf23c3
* Merge "Add account change receiver to handle account removal"Sandeep Siddhartha2014-09-241-40/+0
|\
| * Add account change receiver to handle account removalSandeep Siddhartha2014-09-241-40/+0
| | | | | | | | | | | | | | | | Also cleanup the manifest to group similar components together. Moving LoginAccountUtils to its own package Bug: 17464068 Change-Id: Iad7928855531d58334b1e4039bb45b97dde75462
* | Add StatsUtilManager.onStartInput & onFinishInputJatin Matani2014-09-211-0/+6
|/ | | | | Bug:15657192 Change-Id: I6e976202812d1c1675bd7822c4a15686d1ec1fe9
* Add word commit methods to StatsUtilsMohammadinamul Sheik2014-09-181-0/+10
| | | | Change-Id: Ibb2cf0150cd9a851ff48d097688edc916dc82998
* Add account listing and preference integration for current accountSandeep Siddhartha2014-09-181-0/+40
| | | | | Bug: 17464068 Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67
* Add StatsUtils.onAutoCorrection method.Mohammadinamul Sheik2014-09-161-0/+6
| | | | Change-Id: I9547b6c0f082ef7c09b251a6458badb65a841229
* Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputViewJatin Matani2014-09-101-0/+13
| | | | Change-Id: I4e7dc008b98e398c38aafea5cb31156dde7f42ea
* Add backspace event methods to StatsUtilsMohammadinamul Sheik2014-09-101-0/+20
| | | | Change-Id: Id45d217073e49ca5f2ba639b608d168d136bba58
* Add StatsUtils.onPickSuggestionManually and SuggestedWords.indexOf.Mohammadinamul Sheik2014-09-071-0/+6
| | | | Change-Id: I1588448154d086569cb026825fdc36cd1812a582
* Refactor StatsUtils into two components:StatsUtils & StatsUtilsManagerJatin Matani2014-08-282-10/+43
| | | | | Bug:16522256 Change-Id: I9cb8129c552159cf17ea5c2656e0988bf0f999f5
* Pass a new argument to StatsUtils.Mohammadinamul Sheik2014-08-221-1/+4
| | | | | Change-Id: I61e32c7a455a273e8daf9a5487d7969923802488 Bug: 17013677
* Abolish source code overlay and inroduce overridable src dirKen Wakasa2014-08-164-0/+147
This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991