aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/UserHistoryDictionary.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set level 1 as the initial value of the valid words•••Bug: 4192129 Change-Id: I867e78ce79c78977d08e8b66881a25b6fe5bf41f Satoshi Kataoka2012-05-291-5/+6
* Optimize the store of bigram list•••Bug: 4192129 Change-Id: Idcc62e4f9696b56b1d7013891b2da37b1784423e Satoshi Kataoka2012-05-291-103/+80
* Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f satok2012-05-281-58/+90
* Cancel adding user history bigram when autocorrection is cancelled•••Bug: 6465474 Change-Id: Ifbfe0ddc2ce5fab070939ede3db7bf03a8535a45 satok2012-05-241-0/+9
* Read and use user dictionary shortcuts.•••Bug: 4646172 Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed Jean Chalard2012-05-151-2/+2
* Fix missing synchronized modifier•••Change-Id: Ied70a86bedb08adcf8353b189367172459f55292 Tadashi G. Takaoka2012-05-071-1/+1
* Fix AIOOBE•••Bug: 6236912 Change-Id: Ie09e5ef1c23eb48621ac3f2f2dc28dc2e46ca288 satok2012-03-281-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 Jean Chalard2012-03-231-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 Jean Chalard2012-03-191-0/+457