aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-04Remove unused MoreKeysPanel argument from Controller interfaceTadashi G. Takaoka4-17/+12
Bug: 13204690 Change-Id: Ife438e78d9bbbf796df20f95c2da7a4d50e5a035
2014-03-04Separate flaky unit test from KeyboardLayoutSetTestsBaseTadashi G. Takaoka2-27/+69
Move the flaky unit test to KeyboardLayoutSetSubtypesCountTests. Bug: 13291370 Bug: 13017434 Change-Id: I2144be4cc6b8215b895c45f47a5190fdeaa806f9
2014-03-04[IL114] Move a method to InputLogicJean Chalard2-25/+31
Bug: 8636060 Change-Id: I0d8f93985ddc6e93ce9af0d92a8056620351a498
2014-03-04[IL113] More cleanupJean Chalard1-9/+5
We should not test punctuation with this equality test any more. Also, whether the suggestion strip is displayed or not, or whether the hint is displayed or not, has nothing to do with this method and should be handled elsewhere rather than here -- and as a matter of fact, it is, which makes this useless. Bug: 8636060 Change-Id: I6a54ee87e4e9f81bc33158acf4a264c3abd5829d
2014-03-04[IL112] CleanupJean Chalard1-6/+1
Bug: 8636060 Change-Id: Ic7c2dec2521613d52707457463691bec383177ff
2014-03-04[IL111] Remove a member.Jean Chalard3-22/+30
...and improve encapsulation and readability. Bug: 8636060 Change-Id: I36407630b307df0721ea7fdb7e7a22cdf2b018b3
2014-03-04Dismiss all key preview before showing more suggestionsTadashi G. Takaoka1-0/+3
This CL also release key graphics and dismiss sliding key input preview. Bug: 13204690 Change-Id: Ie8eb7b7beca51689a907da9c0713b4d34d48dda1
2014-03-04Dismiss more keys keyboard before statring more suggestionsview to showTadashi G. Takaoka2-2/+7
Bug: 13204690 Change-Id: I9188edd0e99ca8acdcb0f0e045be7d267d56b12d
2014-03-03Fix InputMethodInfo cache in RichInputMethodManagerTadashi G. Takaoka1-25/+48
Bug: 13271570 Change-Id: Ie06cd83baaaf674d8b34f0232c164c4541aceb43
2014-03-03Add additional subtypes testTadashi G. Takaoka2-0/+14
Change-Id: I2994fd72bc284c84757f5a2bfa8045aa574a8fbc
2014-03-03Fix unit test message to use 0-based indexTadashi G. Takaoka1-1/+1
Change-Id: I2c91628d21dc96712f6cbea996f28f5d39fb402e
2014-02-28Fix: wrong auto correction for whilelist and personalized words.Keisuke Kuroyanagi1-4/+4
This happens when there are tailing single quotes. Bug: 13237314 Change-Id: I7fd2a20b25ac2217f9621d7f2510345bbd633c14
2014-02-28Add header attributes for evaluation.Keisuke Kuroyanagi10-48/+119
Bug: 13197276 Change-Id: Ib5247da691ff24a73e13485288237ccc51bb54f0