History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ecab6aff5908bfd5b34670d2e2bb3696627fa47c 24-Oct-2014 Jean Chalard <jchalard@google.com> Remove Dict dependency on WordComposer and ProximityInfo

Bug: 18108776
Change-Id: I9b399a44241e05a7add9bb8094263aa76de37880
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
bb0eca57054758ef17b032d2654c1fc5f6b32101 29-Sep-2014 Keisuke Kuroyanagi <ksk@google.com> Rename PrevWordsInfo to NgramContext.

Bug: 14425059
Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
6da9b21191dc7d6049d96945366ec7e605e716e6 12-Sep-2014 Jean Chalard <jchalard@google.com> [ML8] Add a language weight

...and rename an improperly named normalization value

Bug: 11230254
Change-Id: I0f5633148a9f66dbfd7d28540b8a8985131c4549
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
576c96af95d7f1df869224ada78933d968e9a9c3 01-Sep-2014 Jean Chalard <jchalard@google.com> [ML3] Put the locale in SuggestedWordInfo

...and remove it from SuggestionResults.

Change-Id: Iae85ec7e82e2caf18cc6d7656aa46dc150707cdd
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
b8a9479b57007edb5cb12c628797f89a8164f596 08-Jul-2014 Keisuke Kuroyanagi <ksk@google.com> Move phrase gesture from additional features to public.

Bug: 15758242
Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
1910392eeddf2c9f4c1d34925e64f8d8772e7dc4 09-Jun-2014 Keisuke Kuroyanagi <ksk@google.com> Add Dictionary.isInDictionary().

Bug: 13142176
Bug: 15428247
Change-Id: If2d1c1fea7a69e41809a828da8dd032211ad144e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
d988fcc93db24ff180330537ad18eb092a1c14ec 05-Jun-2014 Keisuke Kuroyanagi <ksk@google.com> Add getMaxFrequencyOfExactMatches() to Dictionary.

Bug: 13142176
Bug: 15428247
Change-Id: I93b44ef40cafb6b811c68fa79f3a4971fc3916a5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
83c40a2301a0b5a42a75eecada48e7887a7c940e 19-May-2014 Keisuke Kuroyanagi <ksk@google.com> Use PrevWordsInfo instead of String in Java side.

Bug: 14119293
Bug: 14425059

Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
09c72207c634ec5e1350aff23f7abe7bb47e5671 16-May-2014 Keisuke Kuroyanagi <ksk@google.com> Make session id mandatory for getSuggestions.

Bug: 15008504
Change-Id: Ic4a17a4b7242118ae74fd89c695da2bb52204fb2
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
18f21f96e052b63b7eec273b18129fdee740f0e0 02-Apr-2014 Keisuke Kuroyanagi <ksk@google.com> Add languageWeight as an argument of getSuggestions.

Bug: 8187060
Change-Id: I8ae20c957a8e127b76c83cc3a65ff052d43bf2b5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
a72e8f1ede3dc11fb60bd1346e6c7cb07c5d126e 05-Dec-2013 Jean Chalard <jchalard@google.com> [RF3] Cleanups

Make the version number a single number on native and java side.
Also, remove the hasValidContents method. It's useless since the
native code already checks this when creating the dictionary (I
wish I had known that when I added it).

Bug: 11281748
Change-Id: I572d37429972b2f280e4bdb748b709e5d0d7737e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
5e80e699c4369d3f4604728952ac3d4bc0bae23a 03-Dec-2013 Jean Chalard <jchalard@google.com> [RF1] Remove files that don't match the expected format, step 1

This implements the skeleton implementation, and enables a
fallback implementation in the case the file is coming from the
dictionary provider.
- A better scheme should be used for provider-supplied dicts.
- This does not implement the solution for device-generated
dicts yet. This will come in a future change.
- This does not implement the checking process on the native
side yet. This will come in a future change.

Bug: 11281748
Change-Id: Ifa6e237d19dfbffe503e3674915480ea867b0ddf
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java
3e6275634b2368bd5b891fabe750d01f71983f62 30-Sep-2013 Keisuke Kuroyanagi <ksk@google.com> Use reentrant lock for main dictionaries.

Bug: 10964805
Change-Id: Iaa9b79fc770d8ae2ec9d7c362c90c28bc9f65ea8
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ReadOnlyBinaryDictionary.java