summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java
Commit message (Expand)AuthorAgeFilesLines
* Make the DictionaryService stage the downloaded filesMohammadinamul Sheik2015-05-041-38/+11
* Merge "Don't log stack trace for missing LM."Dan Zivkovic2015-03-271-1/+1
|\
| * Don't log stack trace for missing LM.Dan Zivkovic2015-03-271-1/+1
* | Don't notify dictpack for updates for service dumpJatin Matani2015-03-271-3/+5
|/
* Handle missing resources.Dan Zivkovic2015-03-261-5/+9
* Make checksum and header checks decoder dependent.Mohammadinamul Sheik2015-02-201-0/+8
* Remove unused code from DictionaryFactoryTadashi G. Takaoka2014-11-211-1/+2
* More verbosity when reporting broken dictionariesAdrian Velicu2014-11-141-1/+2
* Move util classes under commonJean Chalard2014-11-071-1/+1
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-2/+2
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-5/+4
* 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