Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "[CB14] Implement backspace in the combiner chain" | 2014-03-25 | 3 | -24/+14 | |
|\ | |||||
| * | [CB14] Implement backspace in the combiner chain•••Bug: 13622107 Bug: 13406701 Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc | 2014-03-25 | 3 | -24/+14 | |
* | | Remove logic related to dictionary loading from LatinIME.•••Make mSuggest final and give DictionaryFacilitator the responsibility to manage dictionary loading state. This can simplify the logic to decide how to deal with additional dictionaries when loading settings or language switching. Bug: 13273534 Change-Id: I9f3d328272f25addfa186fbeedaaf8417455ba99 | 2014-03-25 | 7 | -544/+465 | |
|/ | |||||
* | Check null before passing to Integer.parseInt•••Just after user data is cleared, user preference associated with PREF_KEYBOARD_LAYOUT is always empty. In such case, we might want to return the default value immediately, rather than calling Integer.parseInt(null) and catching NumberFormatException unnecessarily. BUG: 13472379 Change-Id: I8dca9a22780d057013c032bd1f56e730dcada3ce | 2014-03-24 | 1 | -0/+3 | |
* | [CB13] Remove an unused method.•••Change-Id: If4d2fa9c6499ce9b2427cea424abd497ec4a966b | 2014-03-24 | 1 | -7/+0 | |
* | [CB12] Reset the combining state when resetting the composer•••Bug: 13406701 Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4 | 2014-03-24 | 1 | -0/+5 | |
* | Merge "[CB11] Get the result of the combination" | 2014-03-24 | 1 | -1/+4 | |
|\ | |||||
| * | [CB11] Get the result of the combination•••Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b | 2014-03-20 | 1 | -1/+4 | |
* | | Merge "Rework the logic that tells if the cursor touches words" | 2014-03-20 | 1 | -7/+17 | |
|\ \ | |/ |/| | |||||
| * | Rework the logic that tells if the cursor touches words•••Bug: 13312942 Change-Id: I6be6a558bbc6c88508150f9c25cadbd0240ff88e | 2014-03-20 | 1 | -7/+17 | |
* | | Merge "[CB10] Add an event for string input" | 2014-03-20 | 2 | -3/+6 | |
|\ \ | |||||
| * | | [CB10] Add an event for string input•••Change-Id: Ie5da6c73d4df4553067c58cd0dce9abb34534250 | 2014-03-20 | 2 | -3/+6 | |
* | | | Merge "Remove unused partial commit." | 2014-03-20 | 1 | -4/+4 | |
|\ \ \ | |||||
| * | | | Remove unused partial commit.•••Change-Id: Ia9341a5cb24947d93056810890d94c1f66481d8c | 2014-03-20 | 1 | -4/+4 | |
* | | | | Merge "[IL127] Move the double space countdown to InputLogic" | 2014-03-20 | 2 | -32/+26 | |
|\ \ \ \ | |||||
| * | | | | [IL127] Move the double space countdown to InputLogic•••Bug: 8636060 Change-Id: Ie193b747bd9d0b5ba6a986b9a3c746c2182742ed | 2014-03-19 | 2 | -32/+26 | |
* | | | | | Merge "Remove reference of KeyboardTextsSet from SpacingAndPunctuations" | 2014-03-20 | 1 | -4/+1 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Remove reference of KeyboardTextsSet from SpacingAndPunctuations•••Change-Id: I76a8fcbd2466bcaf9cd85501af270db5aa913999 | 2014-03-20 | 1 | -4/+1 | |
* | | | | | [CB09] Pass events through the combiner chain•••Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c | 2014-03-20 | 1 | -0/+1 | |
|/ / / / | |||||
* | | | | [CB08] Create a combiner chain in the word composer.•••Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669 | 2014-03-20 | 2 | -1/+5 | |
* | | | | Suppress important notice when its title message is empty•••Bug: 13422608 Change-Id: Ied16e87381e82d8539269ddd90d737f80c2a94c0 | 2014-03-20 | 1 | -1/+12 | |
| |/ / |/| | | |||||
* | | | Remove unused argument in SuggestionStripLayoutHelper•••Bug: 13461039 Change-Id: I3f6227bd56fb81021aaacf0e901eab8a9e91d4a1 | 2014-03-20 | 2 | -6/+4 | |
|/ / | |||||
* | | [IL126] Move a setting value to SettingsValues•••Bug: 8636060 Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee | 2014-03-19 | 2 | -4/+3 | |
* | | [IL125] Remove arg to onPickSuggestionManually•••Bug: 8636060 Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04 | 2014-03-19 | 2 | -22/+42 | |
* | | Merge "Guard possible NumberFormatException" | 2014-03-18 | 2 | -11/+23 | |
|\ \ | |/ |/| | |||||
| * | Guard possible NumberFormatException•••Bug: 13472379 Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06 | 2014-03-18 | 2 | -11/+23 | |
* | | [CB07] Small refactoring•••Bug: 8689779 Change-Id: I2cf10c690c7e4a9c6bf27211d1fccc1f9d4a9249 | 2014-03-17 | 2 | -3/+10 | |
* | | [CB06] Fix a design error.•••The event interpreter should intervene later, after decoding. Decoding should happen first, and then the Event should be passed to the InputLogic. For the time being, we will leave the (unused) EventInterpreter class and its friends, because we'll use them again later. Bug: 13406701 Change-Id: I7582d486724311e39e6692e606cca50c78800643 | 2014-03-17 | 2 | -12/+28 | |
|/ | |||||
* | Merge "[CB04] Add an event array to WordComposer." | 2014-03-14 | 3 | -12/+39 | |
|\ | |||||
| * | [CB04] Add an event array to WordComposer.•••Bug: 13406701 Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821 | 2014-03-14 | 3 | -12/+39 | |
* | | Fix clipped important notice message on tablet•••Bug: 13461039 Change-Id: I710bf10c9cbc202c7f6ee39ab4c8b9d699741a81 | 2014-03-14 | 1 | -1/+2 | |
|/ | |||||
* | [CB03] Pass whole events to the various input logic handlers.•••Bug: 13406701 Change-Id: I0a0e4e0b3357f116e1b915c548dee4575e300c92 | 2014-03-13 | 1 | -123/+127 | |
* | [CB02] Pass an Event to onCodeInput.•••Bug: 13406701 Change-Id: Id82e9aab6544ca308e6ac6dee2cfa018b9ce2d8f | 2014-03-13 | 2 | -9/+32 | |
* | Don't reset the value needed before it's used•••Nice recipe for failure Bug: 13387534 Change-Id: Ida1978449c1997587b2ec0955c5c94fcef336121 | 2014-03-10 | 1 | -2/+2 | |
* | Merge "Move DictionaryOptions from FusionDictionary to FormatSpec." | 2014-03-07 | 4 | -43/+44 | |
|\ | |||||
| * | Move DictionaryOptions from FusionDictionary to FormatSpec.•••Bug: 8187060 Bug:13035567 Change-Id: Id4f45e589521ae98c926a4c0607be10ce1a983f2 | 2014-03-06 | 4 | -43/+44 | |
* | | Introduce SuggestionResults and use it for predictions.•••Bug: 8187060 Bug: 13333066 Change-Id: I1ead897024508b7e40fbd93af7d14bfe74b93826 | 2014-03-07 | 1 | -5/+7 | |
* | | Merge "Separate WeightedString from FusionDictionary." | 2014-03-07 | 12 | -57/+63 | |
|\| | |||||
| * | Separate WeightedString from FusionDictionary.•••Bug: 8187060 Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678 | 2014-03-06 | 12 | -57/+63 | |
* | | Add ActualKeyboardBuilder for testing keyboard layouts•••Bug: 13017434 Change-Id: I38b1f5c261ea1f3ff312c780d7d9b5fe3fba8aaf | 2014-03-07 | 1 | -0/+40 | |
* | | Merge "[IL124] Remove the KeyboardSwitcher arg to onCodeInput" | 2014-03-06 | 2 | -18/+25 | |
|\ \ | |||||
| * | | [IL124] Remove the KeyboardSwitcher arg to onCodeInput•••Bug: 8636060 Change-Id: I29ce4c82ea880a937b1c9e5daf494fcdbbdd1336 | 2014-03-06 | 2 | -18/+25 | |
* | | | Merge "Correctly update the suggestion strip on non-resumable word" | 2014-03-06 | 1 | -1/+4 | |
|\ \ \ | |||||
| * | | | Correctly update the suggestion strip on non-resumable word•••Bug: 13303965 Change-Id: Iedc5d38f70af76fbebb99e59a0d17c1e226c810d | 2014-03-05 | 1 | -1/+4 | |
* | | | | Merge "Use BinaryDictionaryUtils to read dictionary header." | 2014-03-06 | 7 | -57/+48 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Use BinaryDictionaryUtils to read dictionary header.•••Bug: 8187060 Bug:13035567 Change-Id: I90a5e0665c367f5a1bd786f4babf0d03e79e68fa | 2014-03-05 | 7 | -57/+48 | |
* | | | [IL123] Put the settings values inside the transaction•••A transaction should always operate with a consistent set of settings. It's better to have it reference them than to always pass them along. Bug: 8636060 Change-Id: I3c642dfea6be30712fc6cbb279c64f3185895791 | 2014-03-06 | 1 | -53/+51 | |
* | | | [IL122] Put the code, x and y in the transaction•••Bug: 8636060 Change-Id: Icdf87995dedec410b54c306e8d312ba7ec25cea6 | 2014-03-06 | 2 | -83/+78 | |
* | | | Merge "Separate utility methods from BinaryDictionary." | 2014-03-05 | 7 | -59/+97 | |
|\| | | |||||
| * | | Separate utility methods from BinaryDictionary.•••Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50 | 2014-03-05 | 7 | -59/+97 |