summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/utils/DictionaryInfoUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Remove android.util.Log from FileUtilsJatin Matani2015-07-091-1/+4
* Load metadata.json from resources on DB reset.Dan Zivkovic2015-06-241-1/+8
* Make the DictionaryService stage the downloaded filesMohammadinamul Sheik2015-05-041-1/+59
* Do not re-download the unused dictionaries.Mohammadinamul Sheik2015-04-151-21/+86
* Use the complete Locale in generating the dictionary id.Mohammadinamul Sheik2015-03-251-25/+2
* Force download the dictionaries after the apk package is updated.Mohammadinamul Sheik2015-03-241-6/+31
* Introduce DictionaryHeaderUtils to get dictionary header valuesMohammadinamul Sheik2015-03-031-16/+11
* Update the MAX supported file version for downloaded static Dictionaries.Mohammadinamul Sheik2015-02-271-1/+1
* Do not crash when dictioanryInfo is NULLMohammadinamul Sheik2015-02-241-1/+5
* Use DECODER_DICT_SUFFIX on fallback to the default main dict resource.Mohammadinamul Sheik2015-02-231-1/+2
* Add Decoder specific dictionary suffix to resource lookupMohammadinamul Sheik2015-02-121-3/+4
* Move decoder specific constants to DecoderSpecificConstants.javaMohammadinamul Sheik2015-02-051-2/+2
* Merge "Make LocaleUtils.constructLocaleFromString as @Nonnull"Tadashi G. Takaoka2014-11-281-17/+48
|\
| * Make LocaleUtils.constructLocaleFromString as @NonnullTadashi G. Takaoka2014-11-211-17/+48
* | Remove unused code from DictionaryFactoryTadashi G. Takaoka2014-11-211-0/+11
|/
* Move util classes under commonJean Chalard2014-11-071-0/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
* [ML25] Add an hasDict method.Jean Chalard2014-10-161-0/+21
* Added @UsedForTesting to 'missing' methods to avoid ProGuard removing themAdrian Velicu2014-09-191-0/+2
* Allow adding DICTIONARY_MAX_WORD_LENGTH-length words.Keisuke Kuroyanagi2014-07-281-2/+1
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-1/+1
* Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-271-2/+0
* Use BinaryDictionaryUtils to read dictionary header.Keisuke Kuroyanagi2014-03-051-2/+17
* Separate header class from FormatSpec.Keisuke Kuroyanagi2014-02-041-3/+3
* Check length of words for personalization dict.Keisuke Kuroyanagi2014-01-241-1/+5
* Fix build.Jean Chalard2014-01-101-0/+28
* Fix possible NPE.Keisuke Kuroyanagi2014-01-061-1/+10
* Clean up unused imports.Yuichiro Hanada2013-08-261-2/+0
* Fix getDictionaryFileHeader.Yuichiro Hanada2013-08-231-7/+1
* Use TimeUnit instead of DateUtils for readabilityTadashi G. Takaoka2013-07-051-3/+3
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+366