- Nov 17, 2012
-
-
Ken Wakasa authored
am 7acd310d: am f9ff4fb5: Merge "Revert "Only add spaces automatically when appropriate."" into jb-mr1.1-dev * commit '7acd310d': Revert "Only add spaces automatically when appropriate."
-
Ken Wakasa authored
* commit 'f9ff4fb5': Revert "Only add spaces automatically when appropriate."
-
Ken Wakasa authored
-
Ken Wakasa authored
This reverts commit 6ce66d1c Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414
-
- Nov 16, 2012
-
-
Jean Chalard authored
* commit '3dd4548e': Only add spaces automatically when appropriate.
-
Jean Chalard authored
* commit '191d49ae': Only add spaces automatically when appropriate.
-
Jean Chalard authored
-
- Nov 15, 2012
-
-
Jean Chalard authored
Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787
-
Jean Chalard authored
* commit '5dee6e69': Fix a bug with some text fields
-
Jean Chalard authored
am d7dbaa9c: am e4958d5c: Merge "Correctly add double quote to the space strippers" into jb-mr1.1-dev * commit 'd7dbaa9c': Correctly add double quote to the space strippers
-
Jean Chalard authored
* commit '187e683a': Fix a bug with some text fields
-
Jean Chalard authored
am b1844a57: am b240c38e: Merge "[DO NOT MERGE] Correct a wrong base character in Russian" into jb-mr1.1-dev * commit 'b1844a57': [DO NOT MERGE] Correct a wrong base character in Russian
-
Jean Chalard authored
-
Jean Chalard authored
* commit 'e4958d5c': Correctly add double quote to the space strippers
-
Jean Chalard authored
* commit 'b240c38e': [DO NOT MERGE] Correct a wrong base character in Russian
-
Jean Chalard authored
-
Jean Chalard authored
-
Tadashi G. Takaoka authored
am d4886ff5: am 929bfdd0: Merge "Update shift state only when input field is restarted" into jb-mr1.1-dev * commit 'd4886ff5': Update shift state only when input field is restarted
-
Tadashi G. Takaoka authored
* commit '428d1b64': Fix language switch key behavior (DO NOT MERGE)
-
Tadashi G. Takaoka authored
* commit '929bfdd0': Update shift state only when input field is restarted
-
Tadashi G. Takaoka authored
* commit '4826c3ff': Fix language switch key behavior (DO NOT MERGE)
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
-
- Nov 14, 2012
-
-
Ken Wakasa authored
am 36c6e293: am aef0acdb: DO NOT MERGE - Fix an error in the base char table for LETTER L WITH STROKE * commit '36c6e293': DO NOT MERGE - Fix an error in the base char table for LETTER L WITH STROKE
-
Ken Wakasa authored
* commit 'aef0acdb': DO NOT MERGE - Fix an error in the base char table for LETTER L WITH STROKE
-
Ken Wakasa authored
Cherrypick of I67a431d8 bug: 7539944 Change-Id: I0d1f9649f30c36b8e464944a5b881c2cb9c05ccf
-
Tadashi G. Takaoka authored
Bug: 7482766 Change-Id: Ifdfa110c44b95acfbcd3e0aa34f675c70b7d7285
-
Tadashi G. Takaoka authored
Bug: 7075923 Change-Id: If139411db4aa65eed64337bf2a79387cfcd04496
-
Jean Chalard authored
Bug: 7516306 Change-Id: I80cee4b2b11e5bfa68c12923049cb612abd0bc7e
-
Jean Chalard authored
This is a format error >.> Bug: 7531719 Change-Id: I34b4c496192a32862c1ecb85bb6f6f38a06d6c61
-
Jean Chalard authored
Not sure when this happens exactly, but it is possible that InputConnection#getTextBeforeCursor returns null. This happens for example upon rotating the screen with the composing field empty in Gmail. In this case, StringBuilder#append will convert the null pointer into the string "null", which is sure better than a crash, but can have a number of bad side-effects, like auto-caps not working. Bug: 7533034 Change-Id: Ia1cfab432c13a12ff1c2f013c59bac05a587f553
-
Jean Chalard authored
* commit 'f592270a': Make sure all FDs are correctly closed.
-
Jean Chalard authored
* commit '7648b37d': Make sure all FDs are correctly closed.
-
Jean Chalard authored
-
- Nov 13, 2012
-
-
Jean Chalard authored
In this kind of series of calls, it's possible that an outer call to a constructor fails, but the inner succeeded. Example: try { is = new A(new B()); } finally { if (null != is) is.close(); } In this case, if new B() succeeds but new A() throws an exception, is stays null and the intermediate object is never closed. This is what was happening in this instance. Bug: 7377336 Change-Id: I3fae9fec1135244982fcf5098c76d93f3e0f2add
-
Jean Chalard authored
am 7d34763e: am fac619a3: Merge "Don\'t restrict reset composing state to non-identical setText" into jb-mr1.1-dev * commit '7d34763e': Don't restrict reset composing state to non-identical setText
-
Jean Chalard authored
* commit 'a13a8a58': Refactor all phantom-space-inserted spaces in one place
-
Jean Chalard authored
am fac619a3: Merge "Don\'t restrict reset composing state to non-identical setText" into jb-mr1.1-dev * commit 'fac619a3': Don't restrict reset composing state to non-identical setText
-
Jean Chalard authored
* commit '0e84041b': Refactor all phantom-space-inserted spaces in one place
-
Jean Chalard authored
-