aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/UserHistoryDictionaryBigramList.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor on UserHistoryDictionary•••Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60 Satoshi Kataoka2013-07-261-123/+0
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-0/+1
* Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 Ken Wakasa2013-01-071-0/+3
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-1/+1
* Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 Tadashi G. Takaoka2012-08-221-4/+3
* Search bigrams for the lower case version of the word (A46)•••...if there aren't any for the exact case version. Bug: 6752830 Change-Id: I2737148b01ba04a64febe009ceb2ef53c265d224 Jean Chalard2012-07-041-5/+5
* Cache UserHistoryDictionary for each language•••Bug: 6603257 Change-Id: I73b65e921cff8337a00594525f67f6aec2178881 Satoshi Kataoka2012-06-061-1/+26
* Avoid redundant access to DB•••Bug: 6603257 Change-Id: I2e8017f9e2e222aeab0a80faa239ce83d3b212ad Satoshi Kataoka2012-06-041-14/+18
* Optimize the store of bigram list•••Bug: 4192129 Change-Id: Idcc62e4f9696b56b1d7013891b2da37b1784423e Satoshi Kataoka2012-05-291-0/+91