History log of /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab5912959435c1901e268bc9766090e604f3523d 20-Mar-2015 Mohammadinamul Sheik <inamul@google.com> Add prev words context to the SuggestedWordInfo.

Bug: 19712589
Bug: 19715579
Change-Id: Ie06665cab8405455c1b0a2ff034e0bb0731c9156
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
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/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
a2cb2f36a6b51f73602bd7e917c418657da0c973 17-Nov-2014 Jean Chalard <jchalard@google.com> Make the typed word a SuggestedWordInfo

That allows to carry the language information in an
accurate manner.

Bug: 18063142
Change-Id: I0bca8981372ae10648274095b18b26a3686b762b
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
83f9524b8796d94fad56280f6b26c9045fea313f 07-Nov-2014 Jean Chalard <jchalard@google.com> Remove the other deprecated constructor to SuggestedWords

Change-Id: Ied821df01e032ebc913d2f15dffdf41a51372ea4
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.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/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
bc18005948c3872a96bd3406e7dd2c722d60a013 08-Oct-2014 Jean Chalard <jchalard@google.com> Always show the typed word in recorrections.

Bug: 11330140
Bug: 17875601
Bug: 17623275
Change-Id: Ie4620f36f312c54c7b01b5f6cbdb0bc9171b6179
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
30f4a2a4d750dc8c3132d706d9148daf71fbd168 21-Sep-2014 Adrian Velicu <adrianv@google.com> Hiding SuggestedWords.EMPTY and refactoring code that compares SuggestedWords instances directly to it to use isEmpty instead

Bug: 17560717
Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
4e28a6a844d057abd4d078fba5b2d2e2cd11747b 29-Aug-2014 Jean Chalard <jchalard@google.com> Fix an IOOB exception

Bug: 17316001
Change-Id: Iaa2cfd30ebbe0d49e10a5c3a30336e06817d0a8b
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
8380f921f7edaeea2033a1e967a14941400fe246 26-Aug-2014 Jean Chalard <jchalard@google.com> Fix a bug where the top prediction would disappear.

This is because prediction can't be easily distinguished in
style. This fixes the bug by simulating the right members,
but some refactoring should be done to remove useless
booleans.

Bug: 17271923
Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
cd6ef9a8b117b82623251510fac72ee108ec1a2a 24-Aug-2014 Yohei Yukawa <yukawa@google.com> Indroduce SuggestedWords#getTypedWordInfoOrNull

This is a groundwork for subsequent CLs whith need to
do certain things for and only for the typed word.

Change-Id: I374b79cbc79470f57f523c996010301ea5701a61
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
b8d764772b174cbd37354ffd0009bda56f223dc4 13-Aug-2014 Jean Chalard <jchalard@google.com> Add the input style to SuggestedWords.

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

Bug: 15298959

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

Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
a273319c59ad24070ee5b35d72f044df496faa02 13-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> Add PunctuationSuggestions class

This change must be checked in together with I366c477516.

Bug: 12640318
Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
a49f61f8a73e64cb4db4f7ee5c0fe54fc40b367c 06-Feb-2014 Jean Chalard <jchalard@google.com> Conditionally store the raw suggestions.

Bug: 12913520
Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
c6a121805f9d3ed62d1a32b198a685b902d9f92b 21-Oct-2013 Jean Chalard <jchalard@google.com> Fix a bug where autocaps would jam auto-commit

Bug: 11311002
Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
e8f717943f7063444cd1c777e8dd03dc738f3c4a 17-Sep-2013 Jean Chalard <jchalard@google.com> Improve trailing quotes processing

Bug: 10445496
Change-Id: Ib7bd05aea59ae6c9b8ce31299ef2235521b0e350
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
24aad5a4d545e743fe43953c1a9d8141c022d355 20-Aug-2013 Jean Chalard <jchalard@google.com> [AC4] Add native methods necessary for auto-commit

Bug: 9059617
Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
e8ef09567077211da034a77b457fd5f87e70f6f0 20-Aug-2013 Jean Chalard <jchalard@google.com> [AC2] Reference a dict rather than a string in suggestion infos

Bug: 9059617
Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
ef1e363016623ccf409c8c270f2c1e35a67734c9 19-Aug-2013 Jean Chalard <jchalard@google.com> [AC1] Add a memory of where to cut the first word.

Bug: 9059617
Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
e28eba5074664d5716b8e58b8d0a235746b261eb 23-Jun-2013 Ken Wakasa <kwakasa@google.com> Move util classes to the latin/utils directory

Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
0e9ee4d3bf75459560670ca5c28ff4c4f7c346fb 10-Apr-2013 Jean Chalard <jchalard@google.com> If there are no suggestion span, recompute suggestions.

Bug: 8084810
Change-Id: I1743c09c43ca6835bb2f607684b037bf17d36335
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java