aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set additional subtypes before getting current subtype•••Bug: 7594188 Change-Id: I1977acb7189f8eb186b9b20a3e5b64b4aaabf191 Tadashi G. Takaoka2012-11-281-14/+9
* Cancel gesture typing by sliding out from keyboard•••Bug: 7594165 Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec Tadashi G. Takaoka2012-11-221-0/+11
* resolved conflicts for merge of b7e6bbae to master•••Change-Id: Ic02809190721472d138532d2189328519117e042 Jean Chalard2012-11-211-1/+3
|\
| * Only add spaces automatically when appropriate.•••Correctly check the variations to determine if we should add automatic spaces (in manual picks and gestures) or not. Bug: 7164981 Change-Id: I19e25af839b4062c217113cd804b1473912f22a5 Jean Chalard2012-11-191-1/+3
* | resolved conflicts for merge of 4ad92578 to master•••Change-Id: I29ad9f0ba357e39889e30c9ebfcf61f9d08ee4ef Ken Wakasa2012-11-171-3/+1
|\|
| * Merge "Revert "Only add spaces automatically when appropriate."" into jb-mr1....Ken Wakasa2012-11-161-3/+1
| |\
| | * Revert "Only add spaces automatically when appropriate."•••This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414 Ken Wakasa2012-11-161-3/+1
* | | resolved conflicts for merge of 6f42cf1d to master•••Change-Id: I054bb0cfba9de06473100010a76e2f3d9c2c1180 Marco Nelissen2012-11-161-1/+3
|\| |
| * | Merge "Only add spaces automatically when appropriate." into jb-mr1.1-devJean Chalard2012-11-151-1/+3
| |\|
| | * Only add spaces automatically when appropriate.•••Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787 Jean Chalard2012-11-151-1/+3
* | | am eea28db3: am d4886ff5: am 929bfdd0: Merge "Update shift state only when in...•••* commit 'eea28db3333a734bf73e688b8335245929d5f322': Update shift state only when input field is restarted Tadashi G. Takaoka2012-11-141-10/+5
|\| |
| * | 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 restarted•••Bug: 7482766 Change-Id: Ifdfa110c44b95acfbcd3e0aa34f675c70b7d7285 Tadashi G. Takaoka2012-11-141-10/+5
| * | | Fix language switch key behavior (DO NOT MERGE)•••Bug: 7075923 Change-Id: If139411db4aa65eed64337bf2a79387cfcd04496 Tadashi G. Takaoka2012-11-141-16/+31
| |/ /
* | | Merge "Fix language switch key behavior"Tadashi G. Takaoka2012-11-141-18/+30
|\ \ \
| * | | Fix language switch key behavior•••Bug: 7075923 Change-Id: I306e1ff5d9f873541e84e1fafb64b9473947f623 Tadashi G. Takaoka2012-11-141-18/+30
* | | | am d2116eb2: am 7d34763e: am fac619a3: Merge "Don\'t restrict reset composing...•••* commit 'd2116eb2ea7d08e81b7efe5e342772ffcd8a7efc': Don't restrict reset composing state to non-identical setText Jean Chalard2012-11-121-14/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Don't restrict reset composing state to non-identical setText" into jb...Jean Chalard2012-11-121-14/+10
| |\ \ \ | | |_|/ | |/| |
| | * | Don't restrict reset composing state to non-identical setText•••Bug: 7497063 Change-Id: Ifbd5c37408131867458fd921bdef46ef90d81478 Jean Chalard2012-11-121-14/+10
* | | | Resolve conflicts for merge of 3a9ba17f to master"•••Change-Id: I8a1a84a81745a708f63e4211267c4afc3a6b8e49 Jean Chalard2012-11-131-5/+10
|\| | | | |_|/ |/| |
| * | Refactor all phantom-space-inserted spaces in one place•••Bug: 7164981 Change-Id: If1635c212b2d5d9cf51f5fb074f3b20dd7ec7b2a Jean Chalard2012-11-131-5/+10
| |/
* | Merge "Enhance ImfUtils to InputMethodManagerWrapper class"Tadashi G. Takaoka2012-11-111-19/+18
|\ \
| * | Enhance ImfUtils to InputMethodManagerWrapper class•••Change-Id: I6ff86ee819a446dd3ed5f9c3400d23564027b020 Tadashi G. Takaoka2012-11-121-19/+18
* | | Fix a logic flaw.•••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 Jean Chalard2012-11-091-2/+1
* | | Suppress dictionary pack support when IS_EXPERIMENTAL is true•••Change-Id: If8813cb989c1fa8744a3bf36e8514ced3c8f46a3 Ken Wakasa2012-11-091-11/+19
|/ /
* | am 4eef5101: am aa5d6fe0: am 9cc22c45: am 5d2556b9: Reset the IME if requeste...•••* commit '4eef51016adc4e103fa65d944a0ab31527ddced8': Reset the IME if requested by the app. Ken Wakasa2012-11-081-0/+4
|\|
| * Reset the IME if requested by the app.•••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 Ken Wakasa2012-11-071-0/+4
* | Move isInvalidCordinates() method to Constants class•••Change-Id: Iad1464c299ad6055af1db1ff7978e5cd9a14750f Tadashi G. Takaoka2012-11-011-5/+4
* | Fix possible NPE•••Bug: 7398904 Change-Id: I6b7aba7a9bf52ca494cb4390b19525c98790bd49 Tadashi G. Takaoka2012-10-291-1/+1
* | Move code point constants from Keyboard to Constants class•••Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d Tadashi G. Takaoka2012-10-291-40/+40
* | am ef5f88f3: am 5e118c4c: am 60dea36d: Assuming that NO_EXTRACT_UI mode is NO...•••* commit 'ef5f88f33e432284c958fafe18f891a10f77e1f9': Assuming that NO_EXTRACT_UI mode is NO_FULSCREEN Satoshi Kataoka2012-10-251-1/+10
|\|
| * Assuming that NO_EXTRACT_UI mode is NO_FULSCREEN•••Bug: 7393485 Bug: 7272829 Change-Id: I873e8d99486c734e76484526631a90fc55e91c86 Satoshi Kataoka2012-10-251-1/+10
* | am 6fe6f38d: am d39e6435: am f960eb18: Don\'t put spaces after characters tha...•••* commit '6fe6f38d8af09b24e40a6e01eae919820cd04c16': Don't put spaces after characters that don't take one Jean Chalard2012-10-221-1/+5
|\|
| * Don't put spaces after characters that don't take one•••Bug: 7393639 Change-Id: I1245a7b5077e554642838d6856ce269ca7f91988 Jean Chalard2012-10-231-1/+5
* | Merge "Replace useless CharSequence to String"Tadashi G. Takaoka2012-10-221-28/+26
|\ \
| * | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 Tadashi G. Takaoka2012-10-221-28/+26
* | | Add @UsedForTesting and @ExternallyReferenced annotations•••Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c Tadashi G. Takaoka2012-10-221-5/+6
|/ /
* | Move AudioAndHapticFeedbackManager from LatinIME to KeyboardSwitcher•••Bug: 7313372 Change-Id: I9bd3275f57ed3f5c2c4a95768443af505513ee97 Tadashi G. Takaoka2012-10-171-11/+1
* | am b37e87e7: am 63b3fc0d: am 15142588: Merge "Have "no whitespace before curs...•••* commit 'b37e87e7d50725f20a6b2f8484fc25cc7db3134f': Have "no whitespace before cursor" upon gesture trigger phantom space Jean Chalard2012-10-161-0/+8
|\|
| * Merge "Have "no whitespace before cursor" upon gesture trigger phantom space"...Jean Chalard2012-10-161-0/+8
| |\
| | * Have "no whitespace before cursor" upon gesture trigger phantom space•••Bug: 7359291 Bug: 7357758 Bug: 7197651 Change-Id: Ia805a87e922739ae0a06978a3bf00d91c94b6c51 Jean Chalard2012-10-171-0/+8
* | | am 60211f0d: am 2631fe4c: am 6686e63f: Honor automatic shift turned off for g...•••* commit '60211f0d250ca931788d32d5a69c880f75ef7d49': Honor automatic shift turned off for gestures Jean Chalard2012-10-161-2/+2
|\| |
| * | Honor automatic shift turned off for gestures•••Bug: 7354129 Change-Id: Ia02336e8cea2f04b629edbe74b7815cce0d7fad6 Jean Chalard2012-10-171-2/+2
| |/
| * Avoid calling switchToLastInputMethod when other IMEs are in effect (DO NOT M...•••Bug: 7299050 Change-Id: Ife6721a5fcbc4872bd36ffd8a8b81b04d73aebec Tadashi G. Takaoka2012-10-061-5/+8
* | Fix a small typo•••Change-Id: I813d97b9453f8aa7aae99bd165336b1e5a81dc6a Ken Wakasa2012-10-071-1/+1
* | Add SuggestedWords.isEmpty() method•••Change-Id: I0fcb104a6a81aee4b99f5ee848eba7495630dc7d Tadashi G. Takaoka2012-10-031-12/+8
* | am 4d009dbc: am ace7d128: am d445b56c: Fix possible NPE caused while monkey test•••* commit '4d009dbc514cd77eb22e4162e4ae7ea852e1b77e': Fix possible NPE caused while monkey test Tadashi G. Takaoka2012-10-021-2/+6
|\|
| * Fix possible NPE caused while monkey test•••Bug: 7269036 Change-Id: I9054b33ad3c8996cac3ee5f0e9c01ba8ceea4971 Tadashi G. Takaoka2012-10-031-2/+6
* | Avoid calling switchToLastInputMethod when other IMEs are in effect•••Bug: 7268389 Change-Id: I4d960cbf063002b4dc0ea813c966366b56c0346d Tadashi G. Takaoka2012-10-021-5/+8
|/
* Remove debug prints.•••Bug: 7226098 Change-Id: Ibacb740022a6af56c9d555d6797dd402a89f6ca4 Jean Chalard2012-10-011-0/+4