Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check the length of the word when add to userhistory.•••Change-Id: I7f2fe1771eed6b610704892b24f8a0283a779162 | 2012-09-04 | 1 | -0/+4 | |
* | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 | 2012-08-22 | 1 | -2/+2 | |
* | add reconstructBigramFrequency•••Change-Id: Iff20dcb9ca0d6064bb118247887fe24b812c0c61 | 2012-08-17 | 1 | -8/+7 | |
* | Cleanup old methods (A90)•••Change-Id: I5435cef8ac6be523934ffa394952cb120c8e89d6 | 2012-07-10 | 1 | -3/+3 | |
* | Reduce method visibility (A88)•••Change-Id: I29d6afbcba0998558c9b19287a460d9f0e410994 | 2012-07-10 | 1 | -1/+1 | |
* | Refactoring (A82)•••The user history dictionary should be the one knowing it does not suggest words beyond 2 characters, not Suggest. Change-Id: Ie85ec6116eb495e0c7f51108e4620c5ae536f4bf | 2012-07-10 | 1 | -0/+11 | |
* | Move constants to a better place.•••Change-Id: I5c27a3ed99b17f850e26a8503de16f001c7111c1 | 2012-06-27 | 1 | -1/+1 | |
* | Remove unused stuff.•••Change-Id: Ifd0d5b6978f76b841574a6e10157c32d0cd656b6 | 2012-06-27 | 1 | -2/+1 | |
* | Cleanup the dictionary type.•••Stop storing an int in each of the different class types, and just store a string in the top class. Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831 | 2012-06-27 | 1 | -4/+4 | |
* | Fix UserHistoryBigram data contention in UserHistoryDictionary•••Bug: 6637614 Change-Id: I34d26563e59d3b09bf35b8173dac5645ccb6a39f | 2012-06-12 | 1 | -189/+226 | |
* | Merge "Initializing member variable before it is referenced" into jb-dev | 2012-06-07 | 1 | -1/+1 | |
|\ | |||||
| * | Initializing member variable before it is referenced•••Bug: 6584882 Change-Id: I1f76388fa8cc16171bc3fc60c935ddcf0a7c4e92 | 2012-06-07 | 1 | -1/+1 | |
* | | Fix a bug on upgrading user history scheme•••Bug: 6626700 Change-Id: I3190d7404e45e704be79ee2031e79b18475feb8c | 2012-06-08 | 1 | -1/+3 | |
|/ | |||||
* | Cache UserHistoryDictionary for each language•••Bug: 6603257 Change-Id: I73b65e921cff8337a00594525f67f6aec2178881 | 2012-06-06 | 1 | -125/+189 | |
* | Avoid redundant access to DB•••Bug: 6603257 Change-Id: I2e8017f9e2e222aeab0a80faa239ce83d3b212ad | 2012-06-04 | 1 | -38/+52 | |
* | Set level 1 as the initial value of the valid words•••Bug: 4192129 Change-Id: I867e78ce79c78977d08e8b66881a25b6fe5bf41f | 2012-05-29 | 1 | -5/+6 | |
* | Optimize the store of bigram list•••Bug: 4192129 Change-Id: Idcc62e4f9696b56b1d7013891b2da37b1784423e | 2012-05-29 | 1 | -103/+80 | |
* | Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f | 2012-05-28 | 1 | -58/+90 | |
* | Cancel adding user history bigram when autocorrection is cancelled•••Bug: 6465474 Change-Id: Ifbfe0ddc2ce5fab070939ede3db7bf03a8535a45 | 2012-05-24 | 1 | -0/+9 | |
* | Read and use user dictionary shortcuts.•••Bug: 4646172 Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed | 2012-05-15 | 1 | -2/+2 | |
* | Fix missing synchronized modifier•••Change-Id: Ied70a86bedb08adcf8353b189367172459f55292 | 2012-05-07 | 1 | -1/+1 | |
* | Fix AIOOBE•••Bug: 6236912 Change-Id: Ie09e5ef1c23eb48621ac3f2f2dc28dc2e46ca288 | 2012-03-28 | 1 | -2/+2 | |
* | Correct a shaky processing and move it to a better place•••The old code would remove caps from the first letter if auto-capsed but that makes very little sense when the word is camel-cased. Also, it would not correctly handle surrogate pairs, and would require a direct reference to LatinIME and a specific method to do the processing in an unexpected place. Change-Id: I416d6a805242788a2473f007ca7452c9fe3f5205 | 2012-03-23 | 1 | -8/+1 | |
* | Rename the user history dictionary.•••UserBigramDictionary -> UserHistoryDictionary. Also update all methods, strings and comments, except those needed for backward compatibility (which only include the name of the database file). Change-Id: I0bccea29880dc566b90100575b83baaa947b03ae | 2012-03-19 | 1 | -0/+457 |