aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set additional subtypes before getting current subtypeTadashi G. Takaoka2012-11-281-14/+9
| | | | | Bug: 7594188 Change-Id: I1977acb7189f8eb186b9b20a3e5b64b4aaabf191
* Cancel gesture typing by sliding out from keyboardTadashi G. Takaoka2012-11-221-0/+11
| | | | | Bug: 7594165 Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec
* resolved conflicts for merge of b7e6bbae to masterJean Chalard2012-11-211-1/+3
|\ | | | | | | Change-Id: Ic02809190721472d138532d2189328519117e042
| * Only add spaces automatically when appropriate.Jean Chalard2012-11-191-1/+3
| | | | | | | | | | | | | | | | Correctly check the variations to determine if we should add automatic spaces (in manual picks and gestures) or not. Bug: 7164981 Change-Id: I19e25af839b4062c217113cd804b1473912f22a5
* | resolved conflicts for merge of 4ad92578 to masterKen Wakasa2012-11-171-3/+1
|\| | | | | | | Change-Id: I29ad9f0ba357e39889e30c9ebfcf61f9d08ee4ef
| * Merge "Revert "Only add spaces automatically when appropriate."" into ↵Ken Wakasa2012-11-161-3/+1
| |\ | | | | | | | | | jb-mr1.1-dev
| | * Revert "Only add spaces automatically when appropriate."Ken Wakasa2012-11-161-3/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414
* | | resolved conflicts for merge of 6f42cf1d to masterMarco Nelissen2012-11-161-1/+3
|\| | | | | | | | | | | Change-Id: I054bb0cfba9de06473100010a76e2f3d9c2c1180
| * | Merge "Only add spaces automatically when appropriate." into jb-mr1.1-devJean Chalard2012-11-151-1/+3
| |\|
| | * Only add spaces automatically when appropriate.Jean Chalard2012-11-151-1/+3
| | | | | | | | | | | | | | | Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787
* | | am eea28db3: am d4886ff5: am 929bfdd0: Merge "Update shift state only when ↵Tadashi G. Takaoka2012-11-141-10/+5
|\| | | | | | | | | | | | | | | | | | | | input field is restarted" into jb-mr1.1-dev * commit 'eea28db3333a734bf73e688b8335245929d5f322': Update shift state only when input field is restarted
| * | Merge "Update shift state only when input field is restarted" into jb-mr1.1-devTadashi G. Takaoka2012-11-141-10/+5
| |\ \
| | * | Update shift state only when input field is restartedTadashi G. Takaoka2012-11-141-10/+5
| | | | | | | | | | | | | | | | | | | | Bug: 7482766 Change-Id: Ifdfa110c44b95acfbcd3e0aa34f675c70b7d7285
| * | | Fix language switch key behavior (DO NOT MERGE)Tadashi G. Takaoka2012-11-141-16/+31
| |/ / | | | | | | | | | | | | Bug: 7075923 Change-Id: If139411db4aa65eed64337bf2a79387cfcd04496
* | | Merge "Fix language switch key behavior"Tadashi G. Takaoka2012-11-141-18/+30
|\ \ \
| * | | Fix language switch key behaviorTadashi G. Takaoka2012-11-141-18/+30
| | | | | | | | | | | | | | | | | | | | Bug: 7075923 Change-Id: I306e1ff5d9f873541e84e1fafb64b9473947f623
* | | | am d2116eb2: am 7d34763e: am fac619a3: Merge "Don\'t restrict reset ↵Jean Chalard2012-11-121-14/+10
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | composing state to non-identical setText" into jb-mr1.1-dev * commit 'd2116eb2ea7d08e81b7efe5e342772ffcd8a7efc': Don't restrict reset composing state to non-identical setText
| * | | Merge "Don't restrict reset composing state to non-identical setText" into ↵Jean Chalard2012-11-121-14/+10
| |\ \ \ | | |_|/ | |/| | | | | | jb-mr1.1-dev
| | * | Don't restrict reset composing state to non-identical setTextJean Chalard2012-11-121-14/+10
| | | | | | | | | | | | | | | | | | | | Bug: 7497063 Change-Id: Ifbd5c37408131867458fd921bdef46ef90d81478
* | | | Resolve conflicts for merge of 3a9ba17f to master"Jean Chalard2012-11-131-5/+10
|\| | | | |_|/ |/| | | | | Change-Id: I8a1a84a81745a708f63e4211267c4afc3a6b8e49
| * | Refactor all phantom-space-inserted spaces in one placeJean Chalard2012-11-131-5/+10
| |/ | | | | | | | | Bug: 7164981 Change-Id: If1635c212b2d5d9cf51f5fb074f3b20dd7ec7b2a
* | Merge "Enhance ImfUtils to InputMethodManagerWrapper class"Tadashi G. Takaoka2012-11-111-19/+18
|\ \
| * | Enhance ImfUtils to InputMethodManagerWrapper classTadashi G. Takaoka2012-11-121-19/+18
| | | | | | | | | | | | Change-Id: I6ff86ee819a446dd3ed5f9c3400d23564027b020
* | | Fix a logic flaw.Jean Chalard2012-11-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test is seriously wrong : although we do have a method that does exactly the right thing, this looks at a very specific, unrelated variable state in hope it happens to be set only in the relevant cases by the play of logic. I don't think this changes anything concretely, as the assumption was probably true in the practice ; still, this code is very hard to read and prone to unexpected breakage. Change-Id: I77ab576f90762429fcc752df31ed30e1c81871dc
* | | Suppress dictionary pack support when IS_EXPERIMENTAL is trueKen Wakasa2012-11-091-11/+19
|/ / | | | | | | Change-Id: If8813cb989c1fa8744a3bf36e8514ced3c8f46a3
* | am 4eef5101: am aa5d6fe0: am 9cc22c45: am 5d2556b9: Reset the IME if ↵Ken Wakasa2012-11-081-0/+4
|\| | | | | | | | | | | | | requested by the app. * commit '4eef51016adc4e103fa65d944a0ab31527ddced8': Reset the IME if requested by the app.
| * Reset the IME if requested by the app.Ken Wakasa2012-11-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, reset the KeyboardState to the main Alphabet layout in LatinIME.onStartInputViewInternal() if a keyboard layout set doesn't get reloaded in the method. Please note TextView.setText() calls up resetInput(), then the IME should reset with it. bug: 7482086 Note that bug: 6851364 needs to be revisited. Change-Id: I5d448c10963d3dd952dd13cb587085ec7b014e69
* | Move isInvalidCordinates() method to Constants classTadashi G. Takaoka2012-11-011-5/+4
| | | | | | | | Change-Id: Iad1464c299ad6055af1db1ff7978e5cd9a14750f
* | Fix possible NPETadashi G. Takaoka2012-10-291-1/+1
| | | | | | | | | | Bug: 7398904 Change-Id: I6b7aba7a9bf52ca494cb4390b19525c98790bd49
* | Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-40/+40
| | | | | | | | Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
* | am ef5f88f3: am 5e118c4c: am 60dea36d: Assuming that NO_EXTRACT_UI mode is ↵Satoshi Kataoka2012-10-251-1/+10
|\| | | | | | | | | | | | | NO_FULSCREEN * commit 'ef5f88f33e432284c958fafe18f891a10f77e1f9': Assuming that NO_EXTRACT_UI mode is NO_FULSCREEN
| * Assuming that NO_EXTRACT_UI mode is NO_FULSCREENSatoshi Kataoka2012-10-251-1/+10
| | | | | | | | | | | | Bug: 7393485 Bug: 7272829 Change-Id: I873e8d99486c734e76484526631a90fc55e91c86
* | am 6fe6f38d: am d39e6435: am f960eb18: Don\'t put spaces after characters ↵Jean Chalard2012-10-221-1/+5
|\| | | | | | | | | | | | | that don\'t take one * commit '6fe6f38d8af09b24e40a6e01eae919820cd04c16': Don't put spaces after characters that don't take one
| * Don't put spaces after characters that don't take oneJean Chalard2012-10-231-1/+5
| | | | | | | | | | Bug: 7393639 Change-Id: I1245a7b5077e554642838d6856ce269ca7f91988
* | Merge "Replace useless CharSequence to String"Tadashi G. Takaoka2012-10-221-28/+26
|\ \
| * | Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-28/+26
| | | | | | | | | | | | Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
* | | Add @UsedForTesting and @ExternallyReferenced annotationsTadashi G. Takaoka2012-10-221-5/+6
|/ / | | | | | | | | Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c
* | Move AudioAndHapticFeedbackManager from LatinIME to KeyboardSwitcherTadashi G. Takaoka2012-10-171-11/+1
| | | | | | | | | | Bug: 7313372 Change-Id: I9bd3275f57ed3f5c2c4a95768443af505513ee97
* | am b37e87e7: am 63b3fc0d: am 15142588: Merge "Have "no whitespace before ↵Jean Chalard2012-10-161-0/+8
|\| | | | | | | | | | | | | cursor" upon gesture trigger phantom space" into jb-mr1-dev * commit 'b37e87e7d50725f20a6b2f8484fc25cc7db3134f': Have "no whitespace before cursor" upon gesture trigger phantom space
| * Merge "Have "no whitespace before cursor" upon gesture trigger phantom ↵Jean Chalard2012-10-161-0/+8
| |\ | | | | | | | | | space" into jb-mr1-dev
| | * Have "no whitespace before cursor" upon gesture trigger phantom spaceJean Chalard2012-10-171-0/+8
| | | | | | | | | | | | | | | | | | | | | Bug: 7359291 Bug: 7357758 Bug: 7197651 Change-Id: Ia805a87e922739ae0a06978a3bf00d91c94b6c51
* | | am 60211f0d: am 2631fe4c: am 6686e63f: Honor automatic shift turned off for ↵Jean Chalard2012-10-161-2/+2
|\| | | | | | | | | | | | | | | | | | | | gestures * commit '60211f0d250ca931788d32d5a69c880f75ef7d49': Honor automatic shift turned off for gestures
| * | Honor automatic shift turned off for gesturesJean Chalard2012-10-171-2/+2
| |/ | | | | | | | | Bug: 7354129 Change-Id: Ia02336e8cea2f04b629edbe74b7815cce0d7fad6
| * Avoid calling switchToLastInputMethod when other IMEs are in effect (DO NOT ↵Tadashi G. Takaoka2012-10-061-5/+8
| | | | | | | | | | | | | | MERGE) Bug: 7299050 Change-Id: Ife6721a5fcbc4872bd36ffd8a8b81b04d73aebec
* | Fix a small typoKen Wakasa2012-10-071-1/+1
| | | | | | | | Change-Id: I813d97b9453f8aa7aae99bd165336b1e5a81dc6a
* | Add SuggestedWords.isEmpty() methodTadashi G. Takaoka2012-10-031-12/+8
| | | | | | | | Change-Id: I0fcb104a6a81aee4b99f5ee848eba7495630dc7d
* | am 4d009dbc: am ace7d128: am d445b56c: Fix possible NPE caused while monkey testTadashi G. Takaoka2012-10-021-2/+6
|\| | | | | | | | | * commit '4d009dbc514cd77eb22e4162e4ae7ea852e1b77e': Fix possible NPE caused while monkey test
| * Fix possible NPE caused while monkey testTadashi G. Takaoka2012-10-031-2/+6
| | | | | | | | | | Bug: 7269036 Change-Id: I9054b33ad3c8996cac3ee5f0e9c01ba8ceea4971
* | Avoid calling switchToLastInputMethod when other IMEs are in effectTadashi G. Takaoka2012-10-021-5/+8
|/ | | | | Bug: 7268389 Change-Id: I4d960cbf063002b4dc0ea813c966366b56c0346d
* Remove debug prints.Jean Chalard2012-10-011-0/+4
| | | | | Bug: 7226098 Change-Id: Ibacb740022a6af56c9d555d6797dd402a89f6ca4