History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
12d80ebead6a1d7f704a5a3af3b6fe3313ceab05 10-Feb-2015 Dan Zivkovic <zivkovic@google.com> Remove shortcut support from LatinIME.

Note this change does not affect the native decoder interface.

Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
4beeb9253a06482299e0c67467531d30436a02fc 28-Oct-2014 Jean Chalard <jchalard@google.com> Move StringUtils under common.

Bug: 18108776
Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
b5ef884fbb6bfd08ce793604cdf7f0941e958a84 22-Oct-2014 Keisuke Kuroyanagi <ksk@google.com> Support dumping ngram entries.

Bug: 14425059
Change-Id: Ib03a0c3d166ed6f1e60c67127b28006d55143b6b
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
5f00fe09e9a611b647592188316e5999465df4d3 20-Oct-2014 Tadashi G. Takaoka <takaoka@google.com> Fix some compiler warnings

This CL fixes the following compiler warnings.

- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations

Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
05172bf1a5693c2e108e91436b98ecd35d2dadad 13-Oct-2014 Adrian Velicu <adrianv@google.com> Renaming "blacklist" flag to "possibly offensive"

No behaviour changes.
Unified the overloaded FusionDictionary::add method to always take an
isPossiblyOffensive argument.

Bug: 11031090
Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
d7a51c242bd21aed28b33279add1a2d54cf3bd60 09-Oct-2014 Keisuke Kuroyanagi <ksk@google.com> Extend jni method to dump ngram entries.

Bug: 14425059
Change-Id: Ib03b58525fae12f254b45630bee31ecbdde227b1
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
b28d1cc48794019e63b95b197a6b9cd3fe64275c 03-Oct-2014 Jean Chalard <jchalard@google.com> Fix a behavior change in dicttool

The behavior change was introduced by I8b3458ad. Concretely,
empty bigram lists would end up as empty lists instead of null.

Change-Id: Ibcdf7e6aabc6aba3f5db0477335882394e050ce5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
c6a6f6a9905ab98516d944ac85933d016e4147fb 01-Oct-2014 Keisuke Kuroyanagi <ksk@google.com> Introduce NgramProperty in Java side.

Bug: 14425059
Change-Id: I8b3458ad22730b3dccbe0caea2c5930f5276dc82
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
88fa47a27d45f6460971d0d223aa558e121b3478 23-Jun-2014 Keisuke Kuroyanagi <ksk@google.com> Support migration/dump of Beginning-of-Sentence entries.

Bug: 14119293
Change-Id: Ie975138f819794d5c34a7a547be5a6117050e084
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
a91561aa58db1c43092c1caecc051a11fa5391c7 23-May-2014 Tadashi G. Takaoka <takaoka@google.com> Use Java 7 diamond operator

Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
1adca93381d261a6070be2721dbf8b8abafbfe01 23-May-2014 Keisuke Kuroyanagi <ksk@google.com> Extend jni methods and enable Beginning-of-Sentence.

Bug: 14119293
Change-Id: I78fc877367dd0d6240eeacb750b6d2d0b93cba83
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
aa7abb2d89e559d3e8969b35fe2c75a8793495f1 28-Mar-2014 Keisuke Kuroyanagi <ksk@google.com> Fix unit tests by adding @UsedForTesting.

Change-Id: I8497d6cf446297bc8c15e9d9818078b1026a8c51
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
516f86815ddec465e3d3ff59540d26913b05236f 06-Mar-2014 Keisuke Kuroyanagi <ksk@google.com> Separate WeightedString from FusionDictionary.

Bug: 8187060

Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
8ffc631826b108423f98e3ff4d987f067cbc4e0c 10-Feb-2014 Keisuke Kuroyanagi <ksk@google.com> Make PtNode have ProbabilityInfo instead of raw value.

Bug: 11281877
Bug: 12810574
Change-Id: Id1cda0afc74c4e30633c735729143491b2274a7b
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
b24de426fc98b7550406f54075de4bbbdb2e0ee2 06-Feb-2014 Keisuke Kuroyanagi <ksk@google.com> Use CombinedFormatUtils to convert dict elements to strings.

Bug: 11281877
Bug: 12810574
Change-Id: Ib631f75eab73abc9877a7698171c45e8f2fc7600
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java
5f5feeba13f6f1a907d90365d8037a361d0ff5da 06-Feb-2014 Keisuke Kuroyanagi <ksk@google.com> Consolidate WordProperty and Word.

Bug: 11281877
Bug: 12810574
Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/WordProperty.java