Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated classes.•••Should we maybe rename back *BinaryDict* to *Dict* in another change for simplicity? Change-Id: I8f7dcb78b9bdf1a13ce403a997fbb8619f2b453b | 2012-06-08 | 1 | -178/+0 | |
* | Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f | 2012-05-28 | 1 | -1/+1 | |
* | Clean up some compiler warnings•••Change-Id: I604da15e65fc3cf807ec4033df4e4cd5ef0196fc | 2012-05-25 | 1 | -0/+1 | |
* | Mark UserDictionary and ContactsDictionary as deprecated•••Bug: 6473962 Change-Id: I14477f99f67aedf756d9387ec1d50ef57a1c079e | 2012-05-21 | 1 | -0/+6 | |
* | Read and use user dictionary shortcuts.•••Bug: 4646172 Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed | 2012-05-15 | 1 | -1/+2 | |
* | Stop reloading contacts when not appropriate.•••A recent change had the contacts reloaded every time a new field is touched. This change not only fixes the problem, but also removes reloading contacts when changing language, which should make language switch within LatinIME lighter. Bug: 5125034 Change-Id: Ia61c4f75a8617113cdce88a2e2c6fdf073146a2d | 2011-08-09 | 1 | -4/+12 | |
* | Merge "Stop using raw e-mail addresses as names in contacts dict." | 2011-06-10 | 1 | -3/+1 | |
|\ | |||||
| * | Stop using raw e-mail addresses as names in contacts dict.•••Bug: 4590281 Change-Id: I37016dd066efa1463077c67e05218148cbb67df4 | 2011-06-10 | 1 | -3/+1 | |
* | | Demote contacts frequency.•••Bug: 4586840 Change-Id: I6dbef2d973174fc49c3955547dde923d6fa48ae1 | 2011-06-10 | 1 | -1/+1 | |
|/ | |||||
* | Straighten out magic space vs real spaces behavior.•••Picking a suggestion inserts a space after the word. This change makes this space a magic space. Incidentally, do some minor cleanup: add CODE_DASH, CODE_SINGLE_QUOTE and CODE_DOUBLE_QUOTE to Keyboard and use them throughout the code, and remove a useless import directive in some unrelated file. Bug: 4319740 Change-Id: I245f396c34dd0af820bca91edc4ec363238a4ae4 | 2011-05-02 | 1 | -2/+5 | |
* | Do not use contacts for bigram prediction.•••bug: 4346034 Change-Id: Ibc3c27ca92ed61f1f689df3e90e2eb60fa0cbd33 | 2011-04-26 | 1 | -0/+8 | |
* | Remove Tutorial class and unused debug feature•••This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5 | 2010-12-10 | 1 | -1/+2 | |
* | Fix LatinIME crashing due to crash in Contacts DB•••bug: 2895391 Change-Id: I3a0628942b74556f8b600b63ebc5d808fb2f0abd | 2010-08-20 | 1 | -42/+51 | |
* | DO NOT MERGE. Backport LatinIME from master to Gingerbread•••TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963 | 2010-08-20 | 1 | -10/+26 | |
* | 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 | 2010-03-10 | 1 | -61/+12 | |
* | 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 | -0/+176 |