Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986 | 2010-03-09 | 1 | -176/+0 | |
* | Increase target size of preferred letters while typing.•••This increases the chance of hitting the correct letter when typing a word that exists in the dictionary, rather than only correct it after the fact. It is most effective after 2 or 3 letters of a word have been typed and gets more accurate with more typed letters in the word. If 2 adjacent letters have similar probabilities of occuring, then there is no hit correction applied. | 2010-02-08 | 1 | -2/+3 | |
* | Fix for #2244624 : Keyboard freezes up sometimes•••I think the cause for this is the Contacts database being updated. This causes the keyboard to reload the contacts once every 30 minutes. Since it loads it synchronously, it affects people with several thousand contacts. Although in my tests, with 3000 contacts, the delay was only 600ms, I've had several reports from long-time googlers about this problem, so I'm switching to loading the contacts asynchronously in a background thread. Also fix a potential problem with capitalizing "i" if a contact has "i" as one of the names. | 2009-11-11 | 1 | -13/+58 | |
* | Fix for 2148982: Keyboard freezes while typing•••Contacts dictionary code was being triggered too frequently during sync and during presence updates and this seems expensive for accounts with a lot of contacts. Throttling the contacts read to every 30 minutes. | 2009-10-08 | 1 | -10/+12 | |
* | [Issue 2061094] Upgrading ContactDictionary to new API | 2009-08-27 | 1 | -14/+13 | |
* | Don't crash if the contacts provider returns a null Cursor. | 2009-08-18 | 1 | -1/+3 | |
* | Add check for null contact name when setting up dictionary.•••Bug 2021966 | 2009-08-13 | 1 | -17/+20 | |
* | Have the Latin IME also use the names of your contacts as suggestions.•••Bug 1597304 | 2009-08-13 | 1 | -0/+124 |