index
:
packages_input_LatinIME.git
kitkat
lp5.0
packages_input_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
latin
/
BinaryDictionaryGetter.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-3
/
+2
*
Use BinaryDictionaryUtils to read dictionary header.
Keisuke Kuroyanagi
2014-03-05
1
-6
/
+3
*
Correctly read the header of APK-embedded dicts
Jean Chalard
2014-02-24
1
-1
/
+1
*
Separate header class from FormatSpec.
Keisuke Kuroyanagi
2014-02-04
1
-2
/
+2
*
Remove some warnings
Jean Chalard
2014-01-09
1
-1
/
+1
*
Fix an NPE.
Jean Chalard
2013-09-18
1
-1
/
+2
*
Add getDictDecoder.
Yuichiro Hanada
2013-09-12
1
-2
/
+3
*
Add DictDecoder.readDictionaryBinary.
Yuichiro Hanada
2013-08-23
1
-2
/
+0
*
Rename BinaryDictDecoder to Ver3DictDecoder.
Yuichiro Hanada
2013-08-20
1
-8
/
+3
*
Remove populateOptions.
Yuichiro Hanada
2013-08-20
1
-22
/
+11
*
[Refactor] Rename BinaryDictReader and BinaryDictDecoder.
Yuichiro Hanada
2013-08-19
1
-7
/
+7
*
[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDict...
Yuichiro Hanada
2013-08-15
1
-4
/
+4
*
Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and...
Ken Wakasa
2013-08-15
1
-4
/
+4
*
[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryD...
Yuichiro Hanada
2013-08-15
1
-4
/
+4
*
Remove the code and comments about version 1 format.
Yuichiro Hanada
2013-08-09
1
-1
/
+1
*
Fix some warnings
Jean Chalard
2013-07-31
1
-1
/
+0
*
Merge "Regenerate old version dictionaries using new format."
Keisuke Kuroynagi
2013-07-01
1
-7
/
+3
|
\
|
*
Regenerate old version dictionaries using new format.
Keisuke Kuroynagi
2013-07-01
1
-7
/
+3
*
|
Merge "Fix a bug where AOSP Latin IME would not fill dictionaries"
Jean Chalard
2013-06-28
1
-7
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix a bug where AOSP Latin IME would not fill dictionaries
Jean Chalard
2013-06-28
1
-7
/
+2
*
|
Fix some warnings
Jean Chalard
2013-06-27
1
-2
/
+0
|
/
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-5
/
+8
*
Allow downloadable dictionaries in development builds
Kurt Partridge
2013-06-05
1
-10
/
+6
*
Cleanup an unused return value
Ken Wakasa
2013-04-30
1
-3
/
+0
*
Avoid leaking AssetFileDescriptor.
Jeff Sharkey
2013-04-29
1
-2
/
+10
*
Put temp files within app files
Jean Chalard
2013-04-25
1
-1
/
+7
*
Merge the dictionary pack in Latin IME.
Jean Chalard
2013-03-19
1
-12
/
+2
*
Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS
Ken Wakasa
2013-03-18
1
-2
/
+3
*
Access the dictionary pack only if have INTERNET permission
Jean Chalard
2013-03-18
1
-2
/
+8
*
Fix a possible crash
Jean Chalard
2013-02-23
1
-3
/
+7
*
Cleanups
Jean Chalard
2013-02-11
1
-1
/
+1
*
Create methods in LatinIME to make the current dict lists
Jean Chalard
2013-01-31
1
-2
/
+2
*
Refactoring
Jean Chalard
2013-01-29
1
-154
/
+15
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
[AD4] Actually copy the file in place.
Jean Chalard
2013-01-21
1
-1
/
+1
*
Suppress dictionary pack support when IS_EXPERIMENTAL is true
Ken Wakasa
2012-11-09
1
-2
/
+6
*
Make a better choice for the temporary file
Jean Chalard
2012-10-12
1
-7
/
+2
*
Put temporary files under a separate directory.
Jean Chalard
2012-10-11
1
-0
/
+12
*
Use a freq of 1 instead of 0 for non-word shortcuts.
Jean Chalard
2012-10-09
1
-1
/
+1
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-3
/
+3
*
Remove populateOptions(final ByteBuffer buffer).
Yuichiro Hanada
2012-09-18
1
-6
/
+6
*
Fix hackCanUseDictionaryFile.
Yuichiro Hanada
2012-09-18
1
-0
/
+3
*
Move constants and comments.
Yuichiro Hanada
2012-09-13
1
-1
/
+2
*
Use ByteBuffer when reading FusionDictionary from file.
Yuichiro Hanada
2012-08-24
1
-6
/
+21
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-4
/
+3
*
Hack to skip reading an outdated binary file.
Jean Chalard
2012-08-20
1
-3
/
+46
*
Remove an updated dictionary that changed locales
Jean Chalard
2012-05-23
1
-0
/
+33
*
Use the best matching cached dictionary for each category
Jean Chalard
2012-04-23
1
-9
/
+62
*
Pass a parameter to the dict pack if we don't have a default dict
Jean Chalard
2012-04-12
1
-1
/
+3
*
Read the dictionary resource in a more sensical place.
Jean Chalard
2012-04-11
1
-2
/
+4
[next]