aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [IL25] Inline handleCloseJean Chalard2013-12-201-12/+6
| | | | | | | Only ever used here. Bug: 8636060 Change-Id: Ia98c8bbe1c63ad4d057efe1cee87829b06124479
* [IL24] Move mDisplayOrientation to SettingsValues.Jean Chalard2013-12-203-25/+30
| | | | | Bug: 8636060 Change-Id: Id57ced0cca9dc9e5e85c3a53683588feb28c1402
* Merge "Fix an NPE"Jean Chalard2013-12-201-2/+6
|\
| * Fix an NPEJean Chalard2013-12-201-2/+6
| | | | | | | | Change-Id: I6307c1545d9d48cdea66d08f8efc1b7fbb08ee42
* | Merge "Use config_screen_metrics resource in BogusMoveEventDetector"Tadashi G. Takaoka2013-12-202-8/+17
|\ \ | |/ |/|
| * Use config_screen_metrics resource in BogusMoveEventDetectorTadashi G. Takaoka2013-12-202-8/+17
| | | | | | | | Change-Id: I6b957b43c6dd7ce4f639e46d248179662c1ee669
* | Merge "[IL23] Resolve a long-standing TODO."Jean Chalard2013-12-201-4/+3
|\ \
| * | [IL23] Resolve a long-standing TODO.Jean Chalard2013-12-201-4/+3
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I3a840c30cc4489debf9118beeec448488503bc1c
* | | Merge "Separate logic of enabling gesture typing"Tadashi G. Takaoka2013-12-203-25/+65
|\ \ \
| * | | Separate logic of enabling gesture typingTadashi G. Takaoka2013-12-203-25/+65
| | |/ | |/| | | | | | | Change-Id: I91fc566f24a38a55d2352201d5d581d3fa02a428
* | | Merge "[IL22] Move onTextInput to InputLogic."Jean Chalard2013-12-202-46/+73
|\ \ \ | | |/ | |/|
| * | [IL22] Move onTextInput to InputLogic.Jean Chalard2013-12-202-46/+73
| | | | | | | | | | | | | | | | | | | | | Also pull the TLD specific processing Bug: 8636060 Change-Id: I20931ac6fc6c55a05aa8f8b97b0210c07d230ea2
* | | Merge "[IL21] Move the workaround utils to a better place."Jean Chalard2013-12-207-50/+64
|\| | | |/ |/|
| * [IL21] Move the workaround utils to a better place.Jean Chalard2013-12-207-50/+64
| | | | | | | | | | Bug: 8636060 Change-Id: I566f9e109ebcabe3a6a778118434ce79d02d1113
* | Merge "Separate BogusMoveEventDetector class"Tadashi G. Takaoka2013-12-202-85/+121
|\ \
| * | Separate BogusMoveEventDetector classTadashi G. Takaoka2013-12-202-85/+121
| | | | | | | | | | | | Change-Id: I24f0ff385f338ff313ef32514f2930f120183be7
* | | Merge "Separate TypingTimeRecorder class"Tadashi G. Takaoka2013-12-202-66/+84
|\| |
| * | Separate TypingTimeRecorder classTadashi G. Takaoka2013-12-202-66/+84
| | | | | | | | | | | | Change-Id: Ic56d3e3a1be935854dcace36d8a05a9d2619dab9
* | | Merge "[IL20] Remove some useless processing."Jean Chalard2013-12-201-8/+7
|\ \ \ | | |/ | |/|
| * | [IL20] Remove some useless processing.Jean Chalard2013-12-201-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | If we have the same text field, then the target app is necessarily the same. No need to re-evaluate it. Bug: 8636060 Change-Id: I66eb194c4cd08a6c1d47b26b99bd7f420130097e
* | | Merge "[IL19] Resolve a TODO."Jean Chalard2013-12-202-3/+2
|\| |
| * | [IL19] Resolve a TODO.Jean Chalard2013-12-202-3/+2
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: Iec7c1001c46cf8e9a44422e3f9008e437cc5cab6
* | | Merge "[IL18] Move and rename updateSuggestionStrip"Jean Chalard2013-12-203-57/+48
|\| | | |/ |/|
| * [IL18] Move and rename updateSuggestionStripJean Chalard2013-12-203-57/+48
| | | | | | | | | | Bug: 8636060 Change-Id: I3d00095cd0e83d1ee3834b37ff188b5aa9806fcb
* | Remove unnecessary default KeyDetector from PointerTrackerTadashi G. Takaoka2013-12-203-16/+10
|/ | | | Change-Id: Ib0fbb40a7040202d2a4b4ab49319d9e247a2a6ce
* Merge "Remove unused default object of GestureStrokePreviewParams"Tadashi G. Takaoka2013-12-202-17/+10
|\
| * Remove unused default object of GestureStrokePreviewParamsTadashi G. Takaoka2013-12-202-17/+10
| | | | | | | | | | | | This change also fixes build broken by Id615556766. Change-Id: I16605cc3b65e3e9ab2d5a498825c31d9b4046b73
* | [IL17] Move commitChosenWord to InputLogic.Jean Chalard2013-12-202-84/+89
| | | | | | | | | | | | | | | | Also not-cache a value whose documentation says not to cache it. That makes it write only, so remove it. Bug: 8636060 Change-Id: I39798a039cebf79ad78a41fe457c9d9764a3f275
* | [IL16] Improve getTextWithSuggestionSpanJean Chalard2013-12-202-7/+21
|/ | | | | | | | | | | | Dynamically test for the presence of main dict suggestions. This is much more potent and more accurate than the vaguely defined boolean. Also, resolve a TODO and avoid creating an object uselessly. Not directly related, but helpful with: Bug: 8636060 Change-Id: Ib1745f77ee6d9ec7cd8bbfa5a548652ec84ec902
* Fix rugged gesture trailTadashi G. Takaoka2013-12-203-5/+2
| | | | | Bug: 12222472 Change-Id: Id615556766718a8bd4848f7026833fbcea540c39
* Merge "Remove PointerTracker reference from accessibility package"Tadashi G. Takaoka2013-12-202-5/+7
|\
| * Remove PointerTracker reference from accessibility packageTadashi G. Takaoka2013-12-202-5/+7
| | | | | | | | Change-Id: I1a88d9fc4db437070778ea1256aae17c32428729
* | [IL15] Some small refactoringJean Chalard2013-12-205-7/+6
| | | | | | | | | | Bug: 8636060 Change-Id: I4bfdf1628c9b55a79bd2d88ee30bf10b08a49232
* | [IL14] Move getCurrent*Caps* to InputLogicJean Chalard2013-12-203-28/+57
|/ | | | | Bug: 8636060 Change-Id: I6338dcee0f7a80f2181ba0369f71350cb21d231a
* [IL13] Inline restartSuggestionsOnWordBeforeCursorJean Chalard2013-12-191-22/+10
| | | | | | | | It's only ever used in one place and makes unhealthy assumptions about what the caller is doing. It's better inlined. Bug: 8636060 Change-Id: I265d5d96894e929d09247ee2e3dc2e81efc2a276
* [IL12] move restartSuggestions* to InputLogicJean Chalard2013-12-192-35/+44
| | | | | Bug: 8636060 Change-Id: I99474248e8fa35eb3053b5520abc8716805fdfb4
* [IL11] CleanupJean Chalard2013-12-193-38/+182
| | | | | | | Make some methods private and add comments. Bug: 8636060 Change-Id: I6c7d13dca8a22dd1a6f110e8b18d52864429579f
* [IL10] Move revertCommit to InputLogicJean Chalard2013-12-192-61/+67
| | | | | Bug: 8636060 Change-Id: Ia5788b365f05ae880bad957cbef00ecc93abb5d1
* [IL9] Move commitCurrentAutoCorrection to InputLogicJean Chalard2013-12-192-44/+50
| | | | | Bug: 8636060 Change-Id: I405c4a537858a6d5ab0b29502a2792e8c3b2564e
* [IL8] Move handleNonSeparator to InputLogicJean Chalard2013-12-192-128/+154
| | | | | | | Also move getActualCapsMode and getNthPreviousWordForSuggestion Bug: 8636060 Change-Id: I1ee9162d0b7a517070c4b7420b084c973f061533
* [IL7] Move performRecapitalization to InputLogicJean Chalard2013-12-192-51/+41
| | | | | Bug: 8636060 Change-Id: I5bf2b1fa2f9338fe28151e66eac1ceda6dbd4a7f
* [IL6] Move handleSeparator to InputLogicJean Chalard2013-12-192-201/+219
| | | | | | | | Also move swapSwapperAndSpace, maybeDoubleSpacePeriod, maybeStripSpace, promotePhantomSpace and canBeFollowedByDoubleSpacePeriod Bug: 8636060 Change-Id: I864053d21c4b3d51ee7a3cd79053ca602337f6f8
* [IL5] Some renamingJean Chalard2013-12-192-16/+16
| | | | | Bug: 8636060 Change-Id: Id76889f8405458bcacb9c7c694cb193b27b842f3
* [IL4] Move handleNonSpecialCharacter to InputLogic.Jean Chalard2013-12-192-71/+69
| | | | | Bug: 8636060 Change-Id: I9c6869c85db49d7f87e95a421389eaf47ae3ab2e
* [IL3] Move handleBackspace to InputLogic.Jean Chalard2013-12-193-241/+257
| | | | | | | | Also move resetEntireInputState, resetComposingState, sendDownUpKeyEvent, sendKeyCodePoint and getTextWithUnderline Bug: 8636060 Change-Id: Ic4c270ac49769ffba41dc3f12d16ac3aa938717f
* [IL2] Move onCodeInput to InputLogic.Jean Chalard2013-12-194-164/+284
| | | | | Bug: 8636060 Change-Id: I8c5c028d81183adb0167b2034ee01de8048edafb
* Start separating the input logic from LatinIME.Jean Chalard2013-12-192-322/+430
| | | | | | | | Create an InputEngine class and start moving the relevant variables to it. Bug: 8636060 Change-Id: I64adef4ac01e665c19bb7c5b93517a0cbd03d817
* Add some info to test crashes to help diagnose flakinessJean Chalard2013-12-181-8/+3
| | | | | Bug: 11142685 Change-Id: Ic3a5d452f6c325248ac4e1bfa37774c58586f359
* Merge "Enable Personalized dictionaries based on the setting."Keisuke Kuroyanagi2013-12-173-69/+135
|\
| * Enable Personalized dictionaries based on the setting.Keisuke Kuroyanagi2013-12-173-69/+135
| | | | | | | | | | Bug: 11757851 Change-Id: I83e484195f036e35cbae21fe63148bc9c22bfad7