History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/AutoCorrectionUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
515c5081352a6b8feaaf570df7ddb6d3676006e7 09-Dec-2014 Keisuke Kuroyanagi <ksk@google.com> Quit auto-correct explicit accented letters to base letters.

Bug: 7677193
Change-Id: I66eddbf27a9db8682c0347a1be19922792a3bea7
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/AutoCorrectionUtils.java
56577461d63ad3618598ceddfb9a73b797917061 21-Nov-2014 Jean Chalard <jchalard@google.com> Allow whitelist changes when no close word

When there isn't a close word in another language of the
current multi-language set, we allow whitelist entries
to take force even if we are not confident in the current
language.

Bug: 18063142
Bug: 18130489
Bug: 18132240
Bug: 18136721
Bug: 18200415
Change-Id: I044674ba7b70aa86ab2a48d2e4d53a1c8007b62c
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/AutoCorrectionUtils.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/AutoCorrectionUtils.java
29b4f7aa671a8229bf0c03170b8df98e456e3fad 14-Oct-2014 Keisuke Kuroyanagi <ksk@google.com> Remove shouldBlockAutoCorrectionBySafetyNet

Bug: 13756409

[Category diff]
+1 27
-1 0
+2 0
-2 0
+3 0
-3 1
+4 11
-4 0
+5 51
-5 0
+6 0
-6 38
+7 0
-7 50

[Weighted category diff]
+1 28
-1 0
+2 0
-2 0
+3 0
-3 1
+4 11
-4 0
+5 51
-5 0
+6 0
-6 39
+7 0
-7 50

show diff for ./en_user_log_phones_2011_08.csv
+1 4
+4 5
+5 7
-6 9
-7 7

The increase of false positives comes from the spaceless
typing test cases that are synthetic data.

Change-Id: I4ea77aa56ebfaa5518c71107169e1d2332de6327
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/AutoCorrectionUtils.java
2dae79b1966a7970c25c8b79beec1c95c13f6c87 17-Jul-2014 Tadashi G. Takaoka <takaoka@google.com> Rename LatinImeLogger to DebugFlags

Bug: 15318007
Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/AutoCorrectionUtils.java
4bffac6db9e5800ecc58ba12d86b98a184779eba 28-May-2014 Keisuke Kuroyanagi <ksk@google.com> Stop directly checking SuggestedWordInfo.mKind

Bug: 15298959

Change-Id: Iba6eeb7981634e7ddb896404978b30f6efd6e72f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/AutoCorrectionUtils.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/utils/AutoCorrectionUtils.java
e784148ae6872942434eaa55ca32b4c6442cc8e8 05-Mar-2014 Keisuke Kuroyanagi <ksk@google.com> Separate utility methods from BinaryDictionary.

Bug: 8187060
Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/AutoCorrectionUtils.java
eea7122e5b0b0489e4795e3e6cb994784b4ab82b 25-Dec-2013 Keisuke Kuroyanagi <ksk@google.com> Move dict operations to Suggest.

Bug: 8187060

Change-Id: Iabe13abcd43b381360f7080b3f4ee0533f246160
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/AutoCorrectionUtils.java
b03447e1af950888d901fccbd2cc3e3b4a11ef98 18-Jul-2013 Ken Wakasa <kwakasa@google.com> Move a couple classes to the utils package

Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/AutoCorrectionUtils.java