summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java
Commit message (Expand)AuthorAgeFilesLines
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-3/+2
* Use BinaryDictionaryUtils to read dictionary header.Keisuke Kuroyanagi2014-03-051-6/+3
* Correctly read the header of APK-embedded dictsJean Chalard2014-02-241-1/+1
* Separate header class from FormatSpec.Keisuke Kuroyanagi2014-02-041-2/+2
* Remove some warningsJean Chalard2014-01-091-1/+1
* Fix an NPE.Jean Chalard2013-09-181-1/+2
* Add getDictDecoder.Yuichiro Hanada2013-09-121-2/+3
* Add DictDecoder.readDictionaryBinary.Yuichiro Hanada2013-08-231-2/+0
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-201-8/+3
* Remove populateOptions.Yuichiro Hanada2013-08-201-22/+11
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-191-7/+7
* [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDict...Yuichiro Hanada2013-08-151-4/+4
* Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and...Ken Wakasa2013-08-151-4/+4
* [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryD...Yuichiro Hanada2013-08-151-4/+4
* Remove the code and comments about version 1 format.Yuichiro Hanada2013-08-091-1/+1
* Fix some warningsJean Chalard2013-07-311-1/+0
* Merge "Regenerate old version dictionaries using new format."Keisuke Kuroynagi2013-07-011-7/+3
|\
| * Regenerate old version dictionaries using new format.Keisuke Kuroynagi2013-07-011-7/+3
* | Merge "Fix a bug where AOSP Latin IME would not fill dictionaries"Jean Chalard2013-06-281-7/+2
|\ \ | |/ |/|
| * Fix a bug where AOSP Latin IME would not fill dictionariesJean Chalard2013-06-281-7/+2
* | Fix some warningsJean Chalard2013-06-271-2/+0
|/
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-5/+8
* Allow downloadable dictionaries in development buildsKurt Partridge2013-06-051-10/+6
* Cleanup an unused return valueKen Wakasa2013-04-301-3/+0
* Avoid leaking AssetFileDescriptor.Jeff Sharkey2013-04-291-2/+10
* Put temp files within app filesJean Chalard2013-04-251-1/+7
* Merge the dictionary pack in Latin IME.Jean Chalard2013-03-191-12/+2
* Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICSKen Wakasa2013-03-181-2/+3
* Access the dictionary pack only if have INTERNET permissionJean Chalard2013-03-181-2/+8
* Fix a possible crashJean Chalard2013-02-231-3/+7
* CleanupsJean Chalard2013-02-111-1/+1
* Create methods in LatinIME to make the current dict listsJean Chalard2013-01-311-2/+2
* RefactoringJean Chalard2013-01-291-154/+15
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* [AD4] Actually copy the file in place.Jean Chalard2013-01-211-1/+1
* Suppress dictionary pack support when IS_EXPERIMENTAL is trueKen Wakasa2012-11-091-2/+6
* Make a better choice for the temporary fileJean Chalard2012-10-121-7/+2
* Put temporary files under a separate directory.Jean Chalard2012-10-111-0/+12
* Use a freq of 1 instead of 0 for non-word shortcuts.Jean Chalard2012-10-091-1/+1
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-3/+3
* Remove populateOptions(final ByteBuffer buffer).Yuichiro Hanada2012-09-181-6/+6
* Fix hackCanUseDictionaryFile.Yuichiro Hanada2012-09-181-0/+3
* Move constants and comments.Yuichiro Hanada2012-09-131-1/+2
* Use ByteBuffer when reading FusionDictionary from file.Yuichiro Hanada2012-08-241-6/+21
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-4/+3
* Hack to skip reading an outdated binary file.Jean Chalard2012-08-201-3/+46
* Remove an updated dictionary that changed localesJean Chalard2012-05-231-0/+33
* Use the best matching cached dictionary for each categoryJean Chalard2012-04-231-9/+62
* Pass a parameter to the dict pack if we don't have a default dictJean Chalard2012-04-121-1/+3
* Read the dictionary resource in a more sensical place.Jean Chalard2012-04-111-2/+4