aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | Run GC when needed, instead of too late.Jean Chalard2013-12-171-3/+3
| | | | | | | | | | Bug: 12164855 Change-Id: Ie4d8be9f2652b01470bcc06911e2191e09fb3149
* | Fix wrong dereference reading code.Jean Chalard2013-12-171-17/+23
| | | | | | | | | | Bug: 12164855 Change-Id: I26faf27edfa303510197bccaa3521578f649741d
* | Merge "Move DictUpdater to the tests directory."Keisuke Kuroyanagi2013-12-178-1127/+10
|\ \
| * | Move DictUpdater to the tests directory.Keisuke Kuroyanagi2013-12-178-1127/+10
| | | | | | | | | | | | | | | Bug: 11245133 Change-Id: I0907a091ac3ae960eaf3b27da78dbb48a24b2ea1
* | | Cancel more suggestions panel when touching keyboardTadashi G. Takaoka2013-12-172-5/+52
| | | | | | | | | | | | | | | Bug: 10010128 Change-Id: I2ff0870c69f407d943caf8b9cec90b7ed89de5f1
* | | Fix typo in varibale nameTadashi G. Takaoka2013-12-171-14/+14
| | | | | | | | | | | | Change-Id: I7ea6c59b7c980e93c88a6cf0fef97592d411c3ba
* | | Revise Armenian punctuations more keysTadashi G. Takaoka2013-12-171-1/+1
| | | | | | | | | | | | | | | Bug: 12096943 Change-Id: Ib8559f030fbc27ec7f7e9a9fb36aad72cca29e9f
* | | Merge "Refactor touch event forwarding in InputView"Tadashi G. Takaoka2013-12-172-57/+134
|\ \ \
| * | | Refactor touch event forwarding in InputViewTadashi G. Takaoka2013-12-172-57/+134
| | | | | | | | | | | | | | | | | | | | Bug: 10010128 Change-Id: I82aa4ce847e66cb1241678f39b47b9e27a0f555a
* | | | Merge "Fix a bug with languages without spaces and predictions"Jean Chalard2013-12-163-24/+51
|\ \ \ \
| * | | | Fix a bug with languages without spaces and predictionsJean Chalard2013-12-163-24/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is simpler and more correct. Change-Id: I41806d2fc12b4ca25f76e32972b38f91f3d05c2b
* | | | | Merge "Increment version number of ver4 format to 401."Keisuke Kuroyanagi2013-12-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Increment version number of ver4 format to 401.Keisuke Kuroyanagi2013-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11073222 Change-Id: I3878aef02040b1ef73165645fc70ede586289c51
* | | | | Merge "Fix: incompatible PtNode array size reading."Keisuke Kuroyanagi2013-12-162-5/+5
|\| | | |
| * | | | Fix: incompatible PtNode array size reading.Keisuke Kuroyanagi2013-12-162-5/+5
| | |/ / | |/| | | | | | | | | | | | | | Bug: 11073222 Change-Id: I681be725b5c6dcc10aa536b00327698a7df75277
* | | | A simplification.Jean Chalard2013-12-161-19/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This does the same thing, but simpler and faster. Was noticed while investigating bug#12164555 Change-Id: If9926e4da8a53a65489da55197ac87122c44fe7c
* | | | Merge "Add option to enable personalization dictionaries."Keisuke Kuroyanagi2013-12-162-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Add option to enable personalization dictionaries.Keisuke Kuroyanagi2013-12-162-2/+4
| |/ / | | | | | | | | | | | | | | | Bug: 11757851 Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d
* | | Merge "Fix IllegalStateException of ViewGroup"Tadashi G. Takaoka2013-12-163-10/+29
|\ \ \ | |/ / |/| |
| * | Fix IllegalStateException of ViewGroupTadashi G. Takaoka2013-12-163-10/+29
| |/ | | | | | | | | Bug: 10629042 Change-Id: I111d092fb2f7dca47328127a155c981aa1c55906
* | Merge "Make required binary dictionary version use FormatSpec.*"Keisuke Kuroyanagi2013-12-162-2/+2
|\ \
| * | Make required binary dictionary version use FormatSpec.*Keisuke Kuroyanagi2013-12-162-2/+2
| | | | | | | | | | | | Change-Id: Ifb17d6551bc5071553e32a5640dd166c39374461
* | | Merge "Make the bad header a checked exception and fix dicttool test"Jean Chalard2013-12-161-4/+5
|\ \ \ | |_|/ |/| |
| * | Make the bad header a checked exception and fix dicttool testJean Chalard2013-12-161-4/+5
| | | | | | | | | | | | Change-Id: If780a2a1cb722aee83d910904c0a6315add9552d
* | | Cancel long press shift key while chording inputTadashi G. Takaoka2013-12-162-4/+25
| | | | | | | | | | | | | | | Bug: 12123508 Change-Id: I693caad1f8ee47ebeb14419603d1fc29f6263a75
* | | Fix failing testsJean Chalard2013-12-163-3/+3
|/ / | | | | | | | | | | | | - Version 3 is not supported - Now passing the right string to open v4 dicts. Fix the tests for this. Change-Id: I7829330c3568a715b96396ba4e4e69c6e17775ab
* | Fix locale names in the make-keyboard-text toolKen Wakasa2013-12-141-6/+6
| | | | | | | | Change-Id: I33c3fafcff124bb94e395cc604ce264daad55d2d