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
/
makedict
/
BinaryDictDecoderUtils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move code only used for dicttool and tests under tests.
Keisuke Kuroyanagi
2014-03-27
1
-365
/
+0
*
Separate WeightedString from FusionDictionary.
Keisuke Kuroyanagi
2014-03-06
1
-1
/
+0
*
Correctly read the header of APK-embedded dicts
Jean Chalard
2014-02-24
1
-1
/
+1
*
Remove unused code.
Keisuke Kuroyanagi
2014-02-15
1
-181
/
+5
*
Remove unused argument from readDictionaryBinary.
Keisuke Kuroyanagi
2014-02-14
1
-29
/
+5
*
Remove unused code.
Keisuke Kuroyanagi
2014-02-10
1
-88
/
+0
*
Make PtNode have ProbabilityInfo instead of raw value.
Keisuke Kuroyanagi
2014-02-10
1
-8
/
+10
*
Consolidate WordProperty and Word.
Keisuke Kuroyanagi
2014-02-06
1
-7
/
+9
*
Make WeightedString have ProbabilityInfo.
Keisuke Kuroyanagi
2014-02-05
1
-2
/
+2
*
Separate header class from FormatSpec.
Keisuke Kuroyanagi
2014-02-04
1
-2
/
+1
*
Reading dictionary containing timestamps in Java Side.
Keisuke Kuroyanagi
2014-01-29
1
-1
/
+0
*
Fix possible NPE.
Keisuke Kuroyanagi
2014-01-06
1
-1
/
+5
*
Merge "Move DictUpdater to the tests directory."
Keisuke Kuroyanagi
2013-12-17
1
-0
/
+3
|
\
|
*
Move DictUpdater to the tests directory.
Keisuke Kuroyanagi
2013-12-17
1
-0
/
+3
*
|
Fix: incompatible PtNode array size reading.
Keisuke Kuroyanagi
2013-12-16
1
-4
/
+4
|
/
*
Remove flags from Java side.
Jean Chalard
2013-12-13
1
-3
/
+3
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-37
/
+59
*
Separate shortcut targets from the trie file.
Yuichiro Hanada
2013-10-04
1
-4
/
+4
*
Remove some unused variables.
Yuichiro Hanada
2013-10-02
1
-1
/
+0
*
Add Ver4DictDecoder.
Yuichiro Hanada
2013-09-19
1
-2
/
+2
*
Hide DictBuffer from BinaryDictDecoderUtils.
Yuichiro Hanada
2013-09-12
1
-35
/
+25
*
Remove a broken dictionary file when fail to read a dictionary file.
Yuichiro Hanada
2013-08-26
1
-2
/
+1
*
[Refactor] Add DictDecoder.getTerminalPosition.
Yuichiro Hanada
2013-08-26
1
-1
/
+1
*
Rename CharGroup to PtNode.
Yuichiro Hanada
2013-08-26
1
-37
/
+38
*
Add DictDecoder.readDictionaryBinary.
Yuichiro Hanada
2013-08-23
1
-9
/
+1
*
Make readPtNode be called with the address from the beginning of the file.
Yuichiro Hanada
2013-08-21
1
-39
/
+36
*
Add PtNodeReader.
Yuichiro Hanada
2013-08-21
1
-112
/
+25
*
Rename BinaryDictDecoder to Ver3DictDecoder.
Yuichiro Hanada
2013-08-20
1
-3
/
+3
*
Remove populateOptions.
Yuichiro Hanada
2013-08-20
1
-46
/
+1
*
[Refactor] Rename BinaryDictReader and BinaryDictDecoder.
Yuichiro Hanada
2013-08-19
1
-0
/
+777