| Commit message (Expand) | Author | Files | Lines |
2013-12-20 | [IL16] Improve getTextWithSuggestionSpan•••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
|  Jean Chalard | 2 | -7/+21 |
2013-12-20 | Fix rugged gesture trail•••Bug: 12222472
Change-Id: Id615556766718a8bd4848f7026833fbcea540c39
|  Tadashi G. Takaoka | 3 | -5/+2 |
2013-12-20 | Remove PointerTracker reference from accessibility package•••Change-Id: I1a88d9fc4db437070778ea1256aae17c32428729
|  Tadashi G. Takaoka | 2 | -5/+7 |
2013-12-20 | [IL15] Some small refactoring•••Bug: 8636060
Change-Id: I4bfdf1628c9b55a79bd2d88ee30bf10b08a49232
|  Jean Chalard | 5 | -7/+6 |
2013-12-20 | [IL14] Move getCurrent*Caps* to InputLogic•••Bug: 8636060
Change-Id: I6338dcee0f7a80f2181ba0369f71350cb21d231a
|  Jean Chalard | 3 | -28/+57 |
2013-12-19 | Import translations. DO NOT MERGE•••Change-Id: Iec55106743e61ca92f934f1280b0faf0bb2f4b1b
Auto-generated-cl: translation import
|  Baligh Uddin | 55 | -220/+110 |
2013-12-19 | [IL13] Inline restartSuggestionsOnWordBeforeCursor•••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
|  Jean Chalard | 1 | -22/+10 |
2013-12-19 | [IL12] move restartSuggestions* to InputLogic•••Bug: 8636060
Change-Id: I99474248e8fa35eb3053b5520abc8716805fdfb4
|  Jean Chalard | 2 | -35/+44 |
2013-12-19 | [IL11] Cleanup•••Make some methods private and add comments.
Bug: 8636060
Change-Id: I6c7d13dca8a22dd1a6f110e8b18d52864429579f
|  Jean Chalard | 3 | -38/+182 |
2013-12-19 | [IL10] Move revertCommit to InputLogic•••Bug: 8636060
Change-Id: Ia5788b365f05ae880bad957cbef00ecc93abb5d1
|  Jean Chalard | 2 | -61/+67 |
2013-12-19 | [IL9] Move commitCurrentAutoCorrection to InputLogic•••Bug: 8636060
Change-Id: I405c4a537858a6d5ab0b29502a2792e8c3b2564e
|  Jean Chalard | 2 | -44/+50 |
2013-12-19 | [IL8] Move handleNonSeparator to InputLogic•••Also move getActualCapsMode and getNthPreviousWordForSuggestion
Bug: 8636060
Change-Id: I1ee9162d0b7a517070c4b7420b084c973f061533
|  Jean Chalard | 2 | -128/+154 |
2013-12-19 | [IL7] Move performRecapitalization to InputLogic•••Bug: 8636060
Change-Id: I5bf2b1fa2f9338fe28151e66eac1ceda6dbd4a7f
|  Jean Chalard | 2 | -51/+41 |
2013-12-19 | [IL6] Move handleSeparator to InputLogic•••Also move swapSwapperAndSpace, maybeDoubleSpacePeriod,
maybeStripSpace, promotePhantomSpace and canBeFollowedByDoubleSpacePeriod
Bug: 8636060
Change-Id: I864053d21c4b3d51ee7a3cd79053ca602337f6f8
|  Jean Chalard | 2 | -201/+219 |
2013-12-19 | [IL5] Some renaming•••Bug: 8636060
Change-Id: Id76889f8405458bcacb9c7c694cb193b27b842f3
|  Jean Chalard | 2 | -16/+16 |
2013-12-19 | [IL4] Move handleNonSpecialCharacter to InputLogic.•••Bug: 8636060
Change-Id: I9c6869c85db49d7f87e95a421389eaf47ae3ab2e
|  Jean Chalard | 2 | -71/+69 |
2013-12-19 | [IL3] Move handleBackspace to InputLogic.•••Also move resetEntireInputState, resetComposingState,
sendDownUpKeyEvent, sendKeyCodePoint and getTextWithUnderline
Bug: 8636060
Change-Id: Ic4c270ac49769ffba41dc3f12d16ac3aa938717f
|  Jean Chalard | 3 | -241/+257 |
2013-12-19 | [IL2] Move onCodeInput to InputLogic.•••Bug: 8636060
Change-Id: I8c5c028d81183adb0167b2034ee01de8048edafb
|  Jean Chalard | 4 | -164/+284 |
2013-12-19 | Start separating the input logic from LatinIME.•••Create an InputEngine class and start moving the relevant
variables to it.
Bug: 8636060
Change-Id: I64adef4ac01e665c19bb7c5b93517a0cbd03d817
|  Jean Chalard | 2 | -322/+430 |
2013-12-19 | Differentiate exact matches' minor errors.•••Bug: 8844931
Change-Id: I06754643188ccd28ba8c873878f7761787d91ff6
|  Keisuke Kuroyanagi | 8 | -25/+55 |
2013-12-19 | Add C++ compiler warning options•••Change-Id: I0d79d450c5cca887d02a1087128c1d3eb0bf0b7f
|  Ken Wakasa | 1 | -1/+2 |
2013-12-18 | Add some info to test crashes to help diagnose flakiness•••Bug: 11142685
Change-Id: Ic3a5d452f6c325248ac4e1bfa37774c58586f359
|  Jean Chalard | 4 | -12/+14 |
2013-12-18 | Move methods for outputting from Suggest.•••Bug: 8844931
Change-Id: I83dde6c37b75ed1e1ae4e0972e169d30ada8faf5
|  Keisuke Kuroyanagi | 6 | -282/+317 |
2013-12-18 | Move methods for scoring from Traversal to Scoring.•••Bug: 8844931
Change-Id: I6137d06e597f4e7b81aaf29555199e18984f2c39
|  Keisuke Kuroyanagi | 5 | -15/+16 |
2013-12-18 | Quit suggest words that do not include proximity chars.•••Bug: 10416722
Change-Id: I74d27c6a22b4ca47d02eb238b2fbcc49f5dee99c
|  Keisuke Kuroyanagi | 2 | -0/+10 |
2013-12-17 | Move "Personalized suggestions" option.•••Bug: 11757851
Change-Id: I07411d53b75be767426571edca371f991efc97cb
|  Keisuke Kuroyanagi | 1 | -6/+6 |
2013-12-17 | Enable Personalized dictionaries based on the setting.•••Bug: 11757851
Change-Id: I83e484195f036e35cbae21fe63148bc9c22bfad7
|  Keisuke Kuroyanagi | 3 | -69/+135 |
2013-12-17 | Remove ver4 dict updater.•••Change-Id: I468994c98d091be621b9fb3fbe6405c67fc6a465
|  Keisuke Kuroyanagi | 7 | -1387/+2 |
2013-12-17 | Run GC when needed, instead of too late.•••Bug: 12164855
Change-Id: Ie4d8be9f2652b01470bcc06911e2191e09fb3149
|  Jean Chalard | 1 | -3/+3 |
2013-12-17 | Quit checking bigram order in BinaryDictDecoderEncoderTests.•••Change-Id: I1b8eb6ab2ea797d2590495b1f57f9ec9560ea817
|  Keisuke Kuroyanagi | 1 | -5/+4 |
2013-12-17 | Fix wrong dereference reading code.•••Bug: 12164855
Change-Id: I26faf27edfa303510197bccaa3521578f649741d
|  Jean Chalard | 1 | -17/+23 |
2013-12-17 | Move DictUpdater to the tests directory.•••Bug: 11245133
Change-Id: I0907a091ac3ae960eaf3b27da78dbb48a24b2ea1
|  Keisuke Kuroyanagi | 9 | -166/+11 |
2013-12-17 | Cancel more suggestions panel when touching keyboard•••Bug: 10010128
Change-Id: I2ff0870c69f407d943caf8b9cec90b7ed89de5f1
|  Tadashi G. Takaoka | 2 | -5/+52 |
2013-12-17 | Fix typo in varibale name•••Change-Id: I7ea6c59b7c980e93c88a6cf0fef97592d411c3ba
|  Tadashi G. Takaoka | 1 | -14/+14 |
2013-12-17 | Revise Armenian punctuations more keys•••Bug: 12096943
Change-Id: Ib8559f030fbc27ec7f7e9a9fb36aad72cca29e9f
|  Tadashi G. Takaoka | 2 | -2/+2 |
2013-12-17 | Add Armenian "ligature ech yiwn" hint label•••Bug: 12100704
Change-Id: I9debef1662c29ab88f27b2fdd61d5f703c3a1c78
|  Tadashi G. Takaoka | 1 | -0/+1 |
2013-12-16 | Import translations. DO NOT MERGE•••Change-Id: Iad038e310497a74f167e7f6cfda1f3bee6cd8f09
Auto-generated-cl: translation import
|  Baligh Uddin | 55 | -7/+227 |
2013-12-16 | Import translations. DO NOT MERGE•••Change-Id: Ie0909f0fd0dddd5ced863fd50c808a0199f9431a
Auto-generated-cl: translation import
|  Baligh Uddin | 1 | -6/+6 |
2013-12-17 | Refactor touch event forwarding in InputView•••Bug: 10010128
Change-Id: I82aa4ce847e66cb1241678f39b47b9e27a0f555a
|  Tadashi G. Takaoka | 2 | -57/+134 |
2013-12-16 | Fix a bug with languages without spaces and predictions•••This is simpler and more correct.
Change-Id: I41806d2fc12b4ca25f76e32972b38f91f3d05c2b
|  Jean Chalard | 5 | -32/+73 |
2013-12-16 | Increment version number of ver4 format to 401.•••Bug: 11073222
Change-Id: I3878aef02040b1ef73165645fc70ede586289c51
|  Keisuke Kuroyanagi | 2 | -2/+2 |
2013-12-16 | Fix: incompatibility of sparse table.•••Bug: 11073222
Change-Id: Id17178efd8f9f3828d821cc718d35606e8bd4b1a
|  Keisuke Kuroyanagi | 2 | -4/+5 |
2013-12-16 | Fix: incompatible PtNode array size reading.•••Bug: 11073222
Change-Id: I681be725b5c6dcc10aa536b00327698a7df75277
|  Keisuke Kuroyanagi | 2 | -5/+5 |
2013-12-16 | A simplification.•••This does the same thing, but simpler and faster.
Was noticed while investigating bug#12164555
Change-Id: If9926e4da8a53a65489da55197ac87122c44fe7c
|  Jean Chalard | 1 | -19/+13 |
2013-12-16 | Align block sizes for ver4 format to java side.•••Bug: 11073222
Change-Id: I09646cbc81529576d5e34dcfa7bc29083a64076f
|  Keisuke Kuroyanagi | 1 | -2/+2 |
2013-12-16 | Add option to enable personalization dictionaries.•••Bug: 11757851
Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d
|  Keisuke Kuroyanagi | 4 | -2/+15 |
2013-12-16 | Fix IllegalStateException of ViewGroup•••Bug: 10629042
Change-Id: I111d092fb2f7dca47328127a155c981aa1c55906
|  Tadashi G. Takaoka | 3 | -10/+29 |
2013-12-16 | Make required binary dictionary version use FormatSpec.*•••Change-Id: Ifb17d6551bc5071553e32a5640dd166c39374461
|  Keisuke Kuroyanagi | 2 | -2/+2 |
2013-12-16 | Make the bad header a checked exception and fix dicttool test•••Change-Id: If780a2a1cb722aee83d910904c0a6315add9552d
|  Jean Chalard | 2 | -6/+20 |
2013-12-16 | Cancel long press shift key while chording input•••Bug: 12123508
Change-Id: I693caad1f8ee47ebeb14419603d1fc29f6263a75
|  Tadashi G. Takaoka | 2 | -4/+25 |