aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | [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
* | | | | | | Merge "Add some info to test crashes to help diagnose flakiness"Jean Chalard2013-12-194-12/+14
|\ \ \ \ \ \ \
| * | | | | | | Add some info to test crashes to help diagnose flakinessJean Chalard2013-12-184-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11142685 Change-Id: Ic3a5d452f6c325248ac4e1bfa37774c58586f359
* | | | | | | | Merge "Differentiate exact matches' minor errors."Keisuke Kuroyanagi2013-12-198-25/+55
|\ \ \ \ \ \ \ \
| * | | | | | | | Differentiate exact matches' minor errors.Keisuke Kuroyanagi2013-12-198-25/+55
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8844931 Change-Id: I06754643188ccd28ba8c873878f7761787d91ff6
* / | | | | | | Add C++ compiler warning optionsKen Wakasa2013-12-191-1/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I0d79d450c5cca887d02a1087128c1d3eb0bf0b7f
* | | | | | | Move methods for outputting from Suggest.Keisuke Kuroyanagi2013-12-186-282/+317
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8844931 Change-Id: I83dde6c37b75ed1e1ae4e0972e169d30ada8faf5
* | | | | | | Move methods for scoring from Traversal to Scoring.Keisuke Kuroyanagi2013-12-185-15/+16
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8844931 Change-Id: I6137d06e597f4e7b81aaf29555199e18984f2c39
* | | | | | Quit suggest words that do not include proximity chars.Keisuke Kuroyanagi2013-12-182-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10416722 Change-Id: I74d27c6a22b4ca47d02eb238b2fbcc49f5dee99c
* | | | | | am f21776a8: (-s ours) am 0c51ffa1: (-s ours) am 4489366f: (-s ours) am ↵Baligh Uddin2013-12-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f68bc8b3: (-s ours) am ae5d7faa: (-s ours) Import translations. DO NOT MERGE * commit 'f21776a861fb9ef54e92ad0c71434667daec7fb6': Import translations. DO NOT MERGE
| * | | | | am 0c51ffa1: (-s ours) am 4489366f: (-s ours) am f68bc8b3: (-s ours) am ↵Baligh Uddin2013-12-170-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ae5d7faa: (-s ours) Import translations. DO NOT MERGE * commit '0c51ffa115dbd2e291979bb79635fd4ccd2edad9': Import translations. DO NOT MERGE
| | * | | | am 4489366f: (-s ours) am f68bc8b3: (-s ours) am ae5d7faa: (-s ours) Import ↵Baligh Uddin2013-12-170-0/+0
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE * commit '4489366f8eb614e3651c5c0e135e7aa4b817d106': Import translations. DO NOT MERGE
| | | * | | am f68bc8b3: (-s ours) am ae5d7faa: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-12-170-0/+0
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f68bc8b32b32ada0e6cbd519caf21564ebad224d': Import translations. DO NOT MERGE
| | | | * | am ae5d7faa: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-12-170-0/+0
| | | | |\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ae5d7faa681e4112c1044d47aa227a839886c402': Import translations. DO NOT MERGE
| | | | | * Import translations. DO NOT MERGEBaligh Uddin2013-12-161-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie0909f0fd0dddd5ced863fd50c808a0199f9431a Auto-generated-cl: translation import
* | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-12-1755-7/+227
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-12-1655-7/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iad038e310497a74f167e7f6cfda1f3bee6cd8f09 Auto-generated-cl: translation import
* | | | | | | Merge "Move "Personalized suggestions" option."Ken Wakasa2013-12-171-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Move "Personalized suggestions" option.Keisuke Kuroyanagi2013-12-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11757851 Change-Id: I07411d53b75be767426571edca371f991efc97cb
* | | | | | | | 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
* | | | | | | | Merge "Run GC when needed, instead of too late."Jean Chalard2013-12-171-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Run GC when needed, instead of too late.Jean Chalard2013-12-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12164855 Change-Id: Ie4d8be9f2652b01470bcc06911e2191e09fb3149
* | | | | | | | | Remove ver4 dict updater.Keisuke Kuroyanagi2013-12-177-1387/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I468994c98d091be621b9fb3fbe6405c67fc6a465
* | | | | | | | | Quit checking bigram order in BinaryDictDecoderEncoderTests.Keisuke Kuroyanagi2013-12-171-5/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1b8eb6ab2ea797d2590495b1f57f9ec9560ea817
* | | | | | | | 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-179-166/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Move DictUpdater to the tests directory.Keisuke Kuroyanagi2013-12-179-166/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12096943 Change-Id: Ib8559f030fbc27ec7f7e9a9fb36aad72cca29e9f
* | | | | | | | | Merge "Add Armenian "ligature ech yiwn" hint label"Tadashi G. Takaoka2013-12-171-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add Armenian "ligature ech yiwn" hint labelTadashi G. Takaoka2013-12-171-0/+1
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12100704 Change-Id: I9debef1662c29ab88f27b2fdd61d5f703c3a1c78
* | | | | | | | | 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-165-32/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix a bug with languages without spaces and predictionsJean Chalard2013-12-165-32/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is simpler and more correct. Change-Id: I41806d2fc12b4ca25f76e32972b38f91f3d05c2b
* | | | | | | | | | Merge "Increment version number of ver4 format to 401."Keisuke Kuroyanagi2013-12-162-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Increment version number of ver4 format to 401.Keisuke Kuroyanagi2013-12-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11073222 Change-Id: I3878aef02040b1ef73165645fc70ede586289c51
* | | | | | | | | | Merge "Fix: incompatibility of sparse table."Keisuke Kuroyanagi2013-12-162-4/+5
|\| | | | | | | | |
| * | | | | | | | | Fix: incompatibility of sparse table.Keisuke Kuroyanagi2013-12-162-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11073222 Change-Id: Id17178efd8f9f3828d821cc718d35606e8bd4b1a