index
:
packages_inputmethods_LatinIME.git
mm6.0
q10.0
packages_inputmethods_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
latin
/
UserHistoryDictionary.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor on UserHistoryDictionary
Satoshi Kataoka
2013-07-26
1
-415
/
+0
*
Move settings related classes to "settings"
Ken Wakasa
2013-07-22
1
-0
/
+1
*
Move a couple classes to the utils package
Ken Wakasa
2013-07-19
1
-0
/
+1
*
Fix: release lock in UserHistoryDictionary.
Keisuke Kuroynagi
2013-07-04
1
-1
/
+5
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-3
/
+6
*
Add tests to dicttool test.
Jean Chalard
2013-06-20
1
-1
/
+1
*
Remove a cluttering log
Jean Chalard
2013-02-23
1
-4
/
+5
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Clean up public helper methods of SettingsValues
Tadashi G. Takaoka
2013-01-09
1
-2
/
+2
*
Privatize a few constants in BinaryDictionary.java
Ken Wakasa
2012-12-17
1
-4
/
+4
*
Remove a couple Eclipse and Android Lint warnings
Jean Chalard
2012-12-06
1
-2
/
+2
*
Merge "Replace useless CharSequence to String"
Tadashi G. Takaoka
2012-10-22
1
-11
/
+13
|
\
|
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-11
/
+13
*
|
Add @UsedForTesting and @ExternallyReferenced annotations
Tadashi G. Takaoka
2012-10-22
1
-1
/
+3
|
/
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-2
/
+2
*
Use BinaryDictInputOutput to save UserHistoryDictionary.
Yuichiro Hanada
2012-09-27
1
-340
/
+142
*
Fix gesture start detection algorithm
Tadashi G. Takaoka
2012-09-21
1
-1
/
+1
*
Check the length of the word when add to userhistory.
Yuichiro Hanada
2012-09-04
1
-0
/
+4
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-2
/
+2
*
add reconstructBigramFrequency
Yuichiro Hanada
2012-08-17
1
-8
/
+7
*
Cleanup old methods (A90)
Jean Chalard
2012-07-10
1
-3
/
+3
*
Reduce method visibility (A88)
Jean Chalard
2012-07-10
1
-1
/
+1
*
Refactoring (A82)
Jean Chalard
2012-07-10
1
-0
/
+11
*
Move constants to a better place.
Jean Chalard
2012-06-27
1
-1
/
+1
*
Remove unused stuff.
Jean Chalard
2012-06-27
1
-2
/
+1
*
Cleanup the dictionary type.
Jean Chalard
2012-06-27
1
-4
/
+4
*
Fix UserHistoryBigram data contention in UserHistoryDictionary
satok
2012-06-12
1
-189
/
+226
*
Merge "Initializing member variable before it is referenced" into jb-dev
Tadashi G. Takaoka
2012-06-07
1
-1
/
+1
|
\
|
*
Initializing member variable before it is referenced
Tadashi G. Takaoka
2012-06-07
1
-1
/
+1
*
|
Fix a bug on upgrading user history scheme
satok
2012-06-08
1
-1
/
+3
|
/
*
Cache UserHistoryDictionary for each language
Satoshi Kataoka
2012-06-06
1
-125
/
+189
*
Avoid redundant access to DB
Satoshi Kataoka
2012-06-04
1
-38
/
+52
*
Set level 1 as the initial value of the valid words
Satoshi Kataoka
2012-05-29
1
-5
/
+6
*
Optimize the store of bigram list
Satoshi Kataoka
2012-05-29
1
-103
/
+80
*
Forget user history
satok
2012-05-28
1
-58
/
+90
*
Cancel adding user history bigram when autocorrection is cancelled
satok
2012-05-24
1
-0
/
+9
*
Read and use user dictionary shortcuts.
Jean Chalard
2012-05-15
1
-2
/
+2
*
Fix missing synchronized modifier
Tadashi G. Takaoka
2012-05-07
1
-1
/
+1
*
Fix AIOOBE
satok
2012-03-28
1
-2
/
+2
*
Correct a shaky processing and move it to a better place
Jean Chalard
2012-03-23
1
-8
/
+1
*
Rename the user history dictionary.
Jean Chalard
2012-03-19
1
-0
/
+457