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
/
FormatSpec.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dicttool build
Tadashi G. Takaoka
2018-10-29
1
-0
/
+3
*
Retire Delight2 migration code to speed up tests.
Dan Zivkovic
2015-03-20
1
-3
/
+0
*
Don't test format version 403 twice.
Dan Zivkovic
2015-03-16
1
-2
/
+1
*
Update the MAX supported file version for downloaded static Dictionaries.
Mohammadinamul Sheik
2015-02-27
1
-3
/
+3
*
Make checksum and header checks decoder dependent.
Mohammadinamul Sheik
2015-02-20
1
-1
/
+3
*
Move decoder specific constants to DecoderSpecificConstants.java
Mohammadinamul Sheik
2015-02-05
1
-2
/
+2
*
UpdateHandler to support v202 dicts.
Adrian Velicu
2014-11-12
1
-2
/
+2
*
Update v4 format version from 402 to 403.
Keisuke Kuroyanagi
2014-10-31
1
-3
/
+4
*
Update unit tests for new static dict version.
Adrian Velicu
2014-10-31
1
-2
/
+4
*
Using "blacklist" flag as "possibly offensive"
Adrian Velicu
2014-10-31
1
-0
/
+1
*
Move Constants.java to the latin.common package
Ken Wakasa
2014-10-23
1
-1
/
+1
*
Renaming "blacklist" flag to "possibly offensive"
Adrian Velicu
2014-10-21
1
-2
/
+2
*
Include a code point table in the binary dictionary.
Akifumi Yoshimoto
2014-10-02
1
-1
/
+3
*
Create a code point table based on occurrence counts.
Akifumi Yoshimoto
2014-09-26
1
-0
/
+2
*
Update FormatSpec.java
Keisuke Kuroyanagi
2014-08-21
1
-83
/
+10
*
Version up dynamic dict format from 401 to 402.
Keisuke Kuroyanagi
2014-05-23
1
-2
/
+3
*
Add VERSION4_DEV(402) in Java side and use it for tests.
Keisuke Kuroyanagi
2014-05-14
1
-1
/
+2
*
Add VERSION4_TEST for testing.
Keisuke Kuroyanagi
2014-05-09
1
-0
/
+5
*
Move code only used for dicttool and tests under tests.
Keisuke Kuroyanagi
2014-03-27
1
-38
/
+0
*
Move DictionaryOptions from FusionDictionary to FormatSpec.
Keisuke Kuroyanagi
2014-03-06
1
-0
/
+41
*
Use BinaryDictionaryUtils to read dictionary header.
Keisuke Kuroyanagi
2014-03-05
1
-0
/
+2
*
Correctly read the header of APK-embedded dicts
Jean Chalard
2014-02-24
1
-7
/
+11
*
Remove unused code.
Keisuke Kuroyanagi
2014-02-15
1
-6
/
+0
*
Separate header class from FormatSpec.
Keisuke Kuroyanagi
2014-02-04
1
-61
/
+0
*
[HD03] Straighten out attribute key names in Java.
Jean Chalard
2014-01-31
1
-11
/
+14
*
Reading dictionary containing timestamps in Java Side.
Keisuke Kuroyanagi
2014-01-29
1
-8
/
+4
*
Increment version number of ver4 format to 401.
Keisuke Kuroyanagi
2013-12-16
1
-1
/
+1
*
Merge "Make the bad header a checked exception and fix dicttool test"
Jean Chalard
2013-12-16
1
-4
/
+5
|
\
|
*
Make the bad header a checked exception and fix dicttool test
Jean Chalard
2013-12-16
1
-4
/
+5
*
|
Fix failing tests
Jean Chalard
2013-12-16
1
-1
/
+0
|
/
*
Have dicttool use the native library to generate v4 dicts.
Jean Chalard
2013-12-13
1
-2
/
+2
*
Remove flags from Java side.
Jean Chalard
2013-12-13
1
-72
/
+40
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-11
/
+29
*
Fix: PtNode array size writirng when array size > 127. DO NOT MERGE.
Keisuke Kuroyanagi
2013-11-21
1
-0
/
+2
*
Add a time stamp for unigrams.
Yuichiro Hanada
2013-10-11
1
-1
/
+2
*
Add the new format of bigram entries.
Yuichiro Hanada
2013-10-11
1
-8
/
+24
*
Separate shortcut targets from the trie file.
Yuichiro Hanada
2013-10-04
1
-0
/
+13
*
Add SparseTableContentWriter to Ver4DictEncoder.
Yuichiro Hanada
2013-10-03
1
-2
/
+5
*
Separate bigram entries from the trie file.
Yuichiro Hanada
2013-09-30
1
-0
/
+4
*
Set header attributes for ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2013-09-28
1
-3
/
+3
*
Create empty dictionary file in native code.
Keisuke Kuroyanagi
2013-09-26
1
-0
/
+6
*
Make Ver4DictEncoder write an address table of terminal nodes.
Yuichiro Hanada
2013-09-25
1
-0
/
+3
*
Add Ver4DictDecoder.
Yuichiro Hanada
2013-09-19
1
-5
/
+13
*
Add Ver4DictEncoder.
Yuichiro Hanada
2013-09-13
1
-1
/
+13
*
Add getDictDecoder.
Yuichiro Hanada
2013-09-12
1
-0
/
+25
*
Add comments about how to calculate parent and children addresses.
Yuichiro Hanada
2013-09-05
1
-13
/
+16
*
Rename CharGroup to PtNode.
Yuichiro Hanada
2013-08-26
1
-74
/
+79
*
Rename Node to PtNodeArray
Jean Chalard
2013-08-16
1
-3
/
+3
*
Move some constants in BinaryDictInputOutput to FormatSpec.
Yuichiro Hanada
2013-08-14
1
-0
/
+7
*
Remove the code and comments about version 1 format.
Yuichiro Hanada
2013-08-09
1
-4
/
+36
[next]