aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "[IL127] Move the double space countdown to InputLogic"Jean Chalard2014-03-202-32/+26
|\
| * [IL127] Move the double space countdown to InputLogicJean Chalard2014-03-192-32/+26
| | | | | | | | | | Bug: 8636060 Change-Id: Ie193b747bd9d0b5ba6a986b9a3c746c2182742ed
* | Merge "Remove reference of KeyboardTextsSet from SpacingAndPunctuations"Tadashi G. Takaoka2014-03-201-4/+1
|\ \
| * | Remove reference of KeyboardTextsSet from SpacingAndPunctuationsTadashi G. Takaoka2014-03-201-4/+1
| | | | | | | | | | | | Change-Id: I76a8fcbd2466bcaf9cd85501af270db5aa913999
* | | [CB09] Pass events through the combiner chainJean Chalard2014-03-201-0/+1
|/ / | | | | | | | | Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c
* | [CB08] Create a combiner chain in the word composer.Jean Chalard2014-03-202-1/+5
| | | | | | | | | | Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669
* | Suppress important notice when its title message is emptyTadashi G. Takaoka2014-03-201-1/+12
| | | | | | | | | | Bug: 13422608 Change-Id: Ied16e87381e82d8539269ddd90d737f80c2a94c0
* | Remove unused argument in SuggestionStripLayoutHelperTadashi G. Takaoka2014-03-202-6/+4
|/ | | | | Bug: 13461039 Change-Id: I3f6227bd56fb81021aaacf0e901eab8a9e91d4a1
* [IL126] Move a setting value to SettingsValuesJean Chalard2014-03-192-4/+3
| | | | | Bug: 8636060 Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee
* [IL125] Remove arg to onPickSuggestionManuallyJean Chalard2014-03-192-22/+42
| | | | | | Bug: 8636060 Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04
* Merge "Guard possible NumberFormatException"Tadashi G. Takaoka2014-03-182-11/+23
|\
| * Guard possible NumberFormatExceptionTadashi G. Takaoka2014-03-182-11/+23
| | | | | | | | | | Bug: 13472379 Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06
* | [CB07] Small refactoringJean Chalard2014-03-172-3/+10
| | | | | | | | | | Bug: 8689779 Change-Id: I2cf10c690c7e4a9c6bf27211d1fccc1f9d4a9249
* | [CB06] Fix a design error.Jean Chalard2014-03-172-12/+28
|/ | | | | | | | | | | | 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
* Merge "[CB04] Add an event array to WordComposer."Jean Chalard2014-03-143-12/+39
|\
| * [CB04] Add an event array to WordComposer.Jean Chalard2014-03-143-12/+39
| | | | | | | | | | Bug: 13406701 Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821
* | Fix clipped important notice message on tabletTadashi G. Takaoka2014-03-141-1/+2
|/ | | | | Bug: 13461039 Change-Id: I710bf10c9cbc202c7f6ee39ab4c8b9d699741a81
* [CB03] Pass whole events to the various input logic handlers.Jean Chalard2014-03-131-123/+127
| | | | | Bug: 13406701 Change-Id: I0a0e4e0b3357f116e1b915c548dee4575e300c92
* [CB02] Pass an Event to onCodeInput.Jean Chalard2014-03-132-9/+32
| | | | | Bug: 13406701 Change-Id: Id82e9aab6544ca308e6ac6dee2cfa018b9ce2d8f
* Don't reset the value needed before it's usedJean Chalard2014-03-101-2/+2
| | | | | | | Nice recipe for failure Bug: 13387534 Change-Id: Ida1978449c1997587b2ec0955c5c94fcef336121
* Merge "Move DictionaryOptions from FusionDictionary to FormatSpec."Keisuke Kuroyanagi2014-03-074-43/+44
|\
| * Move DictionaryOptions from FusionDictionary to FormatSpec.Keisuke Kuroyanagi2014-03-064-43/+44
| | | | | | | | | | | | | | Bug: 8187060 Bug:13035567 Change-Id: Id4f45e589521ae98c926a4c0607be10ce1a983f2
* | Introduce SuggestionResults and use it for predictions.Keisuke Kuroyanagi2014-03-071-5/+7
| | | | | | | | | | | | Bug: 8187060 Bug: 13333066 Change-Id: I1ead897024508b7e40fbd93af7d14bfe74b93826
* | Merge "Separate WeightedString from FusionDictionary."Keisuke Kuroyanagi2014-03-0712-57/+63
|\|
| * Separate WeightedString from FusionDictionary.Keisuke Kuroyanagi2014-03-0612-57/+63
| | | | | | | | | | | | Bug: 8187060 Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678
* | Add ActualKeyboardBuilder for testing keyboard layoutsTadashi G. Takaoka2014-03-071-0/+40
| | | | | | | | | | Bug: 13017434 Change-Id: I38b1f5c261ea1f3ff312c780d7d9b5fe3fba8aaf
* | Merge "[IL124] Remove the KeyboardSwitcher arg to onCodeInput"Jean Chalard2014-03-062-18/+25
|\ \
| * | [IL124] Remove the KeyboardSwitcher arg to onCodeInputJean Chalard2014-03-062-18/+25
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I29ce4c82ea880a937b1c9e5daf494fcdbbdd1336
* | | Merge "Correctly update the suggestion strip on non-resumable word"Jean Chalard2014-03-061-1/+4
|\ \ \
| * | | Correctly update the suggestion strip on non-resumable wordJean Chalard2014-03-051-1/+4
| | | | | | | | | | | | | | | | | | | | Bug: 13303965 Change-Id: Iedc5d38f70af76fbebb99e59a0d17c1e226c810d
* | | | Merge "Use BinaryDictionaryUtils to read dictionary header."Keisuke Kuroyanagi2014-03-067-57/+48
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Use BinaryDictionaryUtils to read dictionary header.Keisuke Kuroyanagi2014-03-057-57/+48
| | | | | | | | | | | | | | | | | | Bug: 8187060 Bug:13035567 Change-Id: I90a5e0665c367f5a1bd786f4babf0d03e79e68fa
* | | [IL123] Put the settings values inside the transactionJean Chalard2014-03-061-53/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | [IL122] Put the code, x and y in the transactionJean Chalard2014-03-062-83/+78
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: Icdf87995dedec410b54c306e8d312ba7ec25cea6
* | | Merge "Separate utility methods from BinaryDictionary."Keisuke Kuroyanagi2014-03-057-59/+97
|\| |
| * | Separate utility methods from BinaryDictionary.Keisuke Kuroyanagi2014-03-057-59/+97
| | | | | | | | | | | | | | | Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50
* | | [IL121] Introduce InputTransactionJean Chalard2014-03-051-29/+49
| |/ |/| | | | | | | | | | | We probably can't put this off any longer Bug: 8636060 Change-Id: I1e5d3cf62d719f4d064ced3282bebf2e822f6baa
* | Merge "Remove unused MoreKeysPanel argument from Controller interface"Tadashi G. Takaoka2014-03-041-5/+4
|\ \
| * | Remove unused MoreKeysPanel argument from Controller interfaceTadashi G. Takaoka2014-03-041-5/+4
| | | | | | | | | | | | | | | Bug: 13204690 Change-Id: Ife438e78d9bbbf796df20f95c2da7a4d50e5a035
* | | [IL120] CleanupJean Chalard2014-03-042-40/+23
| | | | | | | | | | | | | | | | | | Remove useless arguments, local vars, make stuff private Change-Id: I7cc6c19e9c1703304d593e02be31eb9569cc7b4e
* | | [IL119] Make fields private.Jean Chalard2014-03-041-3/+3
| | | | | | | | | | | | Change-Id: Ia84d3e5a102e1056e3d7467be07df89390f17617
* | | [IL118] Factorize a methodJean Chalard2014-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | If we can't get the right locale from the subtype switcher, we should fallback in all cases. Change-Id: I46a53a67927a793d9d3592a996a5a4392a36c6ff
* | | [IL117] SimplificationJean Chalard2014-03-041-12/+12
| | | | | | | | | | | | Change-Id: Id4d4f30ecdc80dd59543f90fe2525f4bcc5afb9d
* | | [IL116] Inline a methodJean Chalard2014-03-041-15/+10
| | | | | | | | | | | | Change-Id: I6af8f2bd6b4917f9b119ff78a0f299b2f6fb921e
* | | [IL115] Cleanup continuesJean Chalard2014-03-041-28/+25
|/ / | | | | | | | | Bug: 8636060 Change-Id: I944b10ec9798eec57d986e1075ba348aa0892cae
* | [IL114] Move a method to InputLogicJean Chalard2014-03-042-25/+31
| | | | | | | | | | Bug: 8636060 Change-Id: I0d8f93985ddc6e93ce9af0d92a8056620351a498
* | [IL113] More cleanupJean Chalard2014-03-041-9/+5
| | | | | | | | | | | | | | | | | | | | | | We should not test punctuation with this equality test any more. Also, whether the suggestion strip is displayed or not, or whether the hint is displayed or not, has nothing to do with this method and should be handled elsewhere rather than here -- and as a matter of fact, it is, which makes this useless. Bug: 8636060 Change-Id: I6a54ee87e4e9f81bc33158acf4a264c3abd5829d
* | Merge "[IL112] Cleanup"Jean Chalard2014-03-041-6/+1
|\ \
| * | [IL112] CleanupJean Chalard2014-03-041-6/+1
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: Ic7c2dec2521613d52707457463691bec383177ff
* | | Merge "[IL111] Remove a member."Jean Chalard2014-03-043-22/+30
|\| |