| Commit message (Expand) | Author | Age | Files | Lines |
* | Move phrase gesture from additional features to public.•••Bug: 15758242
Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
|  Keisuke Kuroyanagi | 2014-07-08 | 1 | -3/+3 |
* | Add Dictionary.isInDictionary().•••Bug: 13142176
Bug: 15428247
Change-Id: If2d1c1fea7a69e41809a828da8dd032211ad144e
|  Keisuke Kuroyanagi | 2014-06-09 | 1 | -2/+2 |
* | Add getMaxFrequencyOfExactMatches() to Dictionary.•••Bug: 13142176
Bug: 15428247
Change-Id: I93b44ef40cafb6b811c68fa79f3a4971fc3916a5
|  Keisuke Kuroyanagi | 2014-06-05 | 1 | -0/+12 |
* | Use PrevWordsInfo instead of String in Java side.•••Bug: 14119293
Bug: 14425059
Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762
|  Keisuke Kuroyanagi | 2014-05-19 | 1 | -2/+2 |
* | Make session id mandatory for getSuggestions.•••Bug: 15008504
Change-Id: Ic4a17a4b7242118ae74fd89c695da2bb52204fb2
|  Keisuke Kuroyanagi | 2014-05-16 | 1 | -10/+2 |
* | Add languageWeight as an argument of getSuggestions.•••Bug: 8187060
Change-Id: I8ae20c957a8e127b76c83cc3a65ff052d43bf2b5
|  Keisuke Kuroyanagi | 2014-04-03 | 1 | -4/+5 |
* | [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
|  Jean Chalard | 2013-12-06 | 1 | -9/+0 |
* | [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
|  Jean Chalard | 2013-12-04 | 1 | -0/+9 |
* | Use reentrant lock for main dictionaries.•••Bug: 10964805
Change-Id: Iaa9b79fc770d8ae2ec9d7c362c90c28bc9f65ea8
|  Keisuke Kuroyanagi | 2013-09-30 | 1 | -0/+120 |