| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup unused Java import•••This change also fixes wrong file mode.
Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
|  Tadashi G. Takaoka | 2010-11-29 | 1 | -4/+4 |
* | -UserBigram•••-UnitTest for UserBigram
-Changes for number of bigrams to load
Change-Id: I2c6fbe6194d34112ccc52c7e199461d2350e8516
|  Jae Yong Sung | 2010-08-10 | 1 | -5/+5 |
* | Check suggested words whether they are from mainDic or not•••- Added counters for suggestions by dictionarys
- Added a counter for cancelled suggestions
Change-Id: Ia7d3a73855b1e82b60a010f18dba4e1c0fe1c2bb
|  satok | 2010-06-02 | 1 | -2/+2 |
* | Avoid race conditions between queries and closing of the auto_dict database.•••Keep a reference to the openhelper around across locale and input language
changes. Also, share the openhelper between the queries and updates. Creating
a new one in a separate thread could cause it to be closed at the wrong time.
Monkey bugs, probably dupes.
Bug: 2560471
Bug: 2544169
Change-Id: I6eb39145de7191732ddde455728bf147a2d1ba31
|  Amith Yamasani | 2010-03-31 | 1 | -29/+33 |
* | Write the auto dictionary data to disk in a background thread to avoid blocki...•••Bug: 2536846
This also potentially fixes the occasional hangs on pressing space. Need to verify.
Bug: 2509010
|  Amith Yamasani | 2010-03-23 | 1 | -26/+70 |
* | Load UserDictionary and AutoDictionary in a background thread.•••This is to avoid ANRs during bootup, as some of the providers
may not have been initialized yet.
Refactored the ContactsDictionary and moved the async loading
code to ExpandableDictionary to share with the other dicts.
Bug: 2501133
Change-Id: I20393edb6fdf5df2f54ebac8dd04419a592177a2
|  Amith Yamasani | 2010-03-10 | 1 | -10/+4 |
* | 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
|  Amith Yamasani | 2010-03-09 | 1 | -0/+217 |