History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/SuggestionResults.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5551302d275e3f54da9d86bcea633556ad12db8e 26-Feb-2015 Dan Zivkovic <zivkovic@google.com> Don't assume that correctable words are invalid

Currently, the Delight3DictionaryFacilitator sets a boolean flag when the top
suggestion score exceeds the auto-correction threshold. This flag is used to
trigger auto-correction of the typed word. Also, the existing logic assumes
that if allowsToBeAutoCorrected then the word is invalid, which is no longer
true after we stopped using whitelists.

Bug 19518376.

Change-Id: Ifa7f6a09c07d25ac68c6cf3aec91f358bd88689f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/SuggestionResults.java
b00c054125d9f2aa31c2147920cc52cbf2a45ccc 04-Feb-2015 Mohammadinamul Sheik <inamul@google.com> AOSP changes to use KeyboardLayout to support the new DictionaryFacilitator

Change-Id: Ie0c9ce805d9ad009fc9bbaac37b715aff90cd844
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/SuggestionResults.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/utils/SuggestionResults.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/utils/SuggestionResults.java
f4c7eb478f67874e81cce786bf91ab112da316e1 17-Sep-2014 Tadashi G. Takaoka <takaoka@google.com> Fix showing important notice even at beginning of sentence

This is a cherry-pick of Ic72d6fecc3 from lmp-dev.

Bug: 17536096
Change-Id: Id76b8f8dc85d03bc7ed5f24800301c081a82a8d2
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/SuggestionResults.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/utils/SuggestionResults.java
5a5ee95faead8a2ae749067716481e86faf5f113 17-Jul-2014 Tadashi G. Takaoka <takaoka@google.com> Rename ProductionFlag to ProductionFlags

Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/SuggestionResults.java
e83e79cb055fbfe5171fb79a2224e7d9e2cda4d2 19-Jun-2014 Jean Chalard <jchalard@google.com> [CS1] Some initial clean up

Bug: 13238601
Change-Id: I54ee9a85ecfee3c50c8db3eb4cd6f391a775a630
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/SuggestionResults.java
adfb262797023c4ca57bb470e547f90c88f638ca 25-Mar-2014 Keisuke Kuroyanagi <ksk@google.com> Remove logic related to dictionary loading from LatinIME.

Make mSuggest final and give DictionaryFacilitator the
responsibility to manage dictionary loading state.
This can simplify the logic to decide how to deal with
additional dictionaries when loading settings or language
switching.

Bug: 13273534
Change-Id: I9f3d328272f25addfa186fbeedaaf8417455ba99
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/SuggestionResults.java