summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/UserHistoryDictionary.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor on UserHistoryDictionarySatoshi Kataoka2013-07-261-415/+0
* Move settings related classes to "settings"Ken Wakasa2013-07-221-0/+1
* Move a couple classes to the utils packageKen Wakasa2013-07-191-0/+1
* Fix: release lock in UserHistoryDictionary.Keisuke Kuroynagi2013-07-041-1/+5
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-3/+6
* Add tests to dicttool test.Jean Chalard2013-06-201-1/+1
* Remove a cluttering logJean Chalard2013-02-231-4/+5
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Clean up public helper methods of SettingsValuesTadashi G. Takaoka2013-01-091-2/+2
* Privatize a few constants in BinaryDictionary.javaKen Wakasa2012-12-171-4/+4
* Remove a couple Eclipse and Android Lint warningsJean Chalard2012-12-061-2/+2
* Merge "Replace useless CharSequence to String"Tadashi G. Takaoka2012-10-221-11/+13
|\
| * Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-11/+13
* | Add @UsedForTesting and @ExternallyReferenced annotationsTadashi G. Takaoka2012-10-221-1/+3
|/
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-2/+2
* Use BinaryDictInputOutput to save UserHistoryDictionary.Yuichiro Hanada2012-09-271-340/+142
* Fix gesture start detection algorithmTadashi G. Takaoka2012-09-211-1/+1
* Check the length of the word when add to userhistory.Yuichiro Hanada2012-09-041-0/+4
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-2/+2
* add reconstructBigramFrequencyYuichiro Hanada2012-08-171-8/+7
* Cleanup old methods (A90)Jean Chalard2012-07-101-3/+3
* Reduce method visibility (A88)Jean Chalard2012-07-101-1/+1
* Refactoring (A82)Jean Chalard2012-07-101-0/+11
* Move constants to a better place.Jean Chalard2012-06-271-1/+1
* Remove unused stuff.Jean Chalard2012-06-271-2/+1
* Cleanup the dictionary type.Jean Chalard2012-06-271-4/+4
* Fix UserHistoryBigram data contention in UserHistoryDictionarysatok2012-06-121-189/+226
* Merge "Initializing member variable before it is referenced" into jb-devTadashi G. Takaoka2012-06-071-1/+1
|\
| * Initializing member variable before it is referencedTadashi G. Takaoka2012-06-071-1/+1
* | Fix a bug on upgrading user history schemesatok2012-06-081-1/+3
|/
* Cache UserHistoryDictionary for each languageSatoshi Kataoka2012-06-061-125/+189
* Avoid redundant access to DBSatoshi Kataoka2012-06-041-38/+52
* Set level 1 as the initial value of the valid wordsSatoshi Kataoka2012-05-291-5/+6
* Optimize the store of bigram listSatoshi Kataoka2012-05-291-103/+80
* Forget user historysatok2012-05-281-58/+90
* Cancel adding user history bigram when autocorrection is cancelledsatok2012-05-241-0/+9
* Read and use user dictionary shortcuts.Jean Chalard2012-05-151-2/+2
* Fix missing synchronized modifierTadashi G. Takaoka2012-05-071-1/+1
* Fix AIOOBEsatok2012-03-281-2/+2
* Correct a shaky processing and move it to a better placeJean Chalard2012-03-231-8/+1
* Rename the user history dictionary.Jean Chalard2012-03-191-0/+457