- 22 Oct, 2013 4 commits
-
-
Jean Chalard authored
This returns the wrong string, but since it's used for getting the previous word for bigrams, it only results in slightly worse suggestions quality. Cherry-pick of I6ce5de2f Bug: 11273655 Change-Id: I17fb6d74f18fb31bd8f8518f80456d74ae30a2c3
-
Jean Chalard authored
-
Jean Chalard authored
This allows testing for suggestion freshness in an asynchronous suggestions world. Cherry-pick of Ic76cd175 Bug: 11301597 Change-Id: I45a84de0632062475eebe30234b3147f1c680359
-
Jean Chalard authored
Cherry-pick of I62955e36 Bug: 11311002 Change-Id: I5b11cb48e6dd0563fc29566fe0d27864be2beb0a
-
- 18 Oct, 2013 5 commits
-
-
Ken Wakasa authored
-
Keisuke Kuroyanagi authored
- Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
-
Ken Wakasa authored
To match up with the removal of obsolete locales. cherrypick of I27098bfa26b66631ef412f8f0f72e0273a0161bc bug: 11244796 Change-Id: I6e93513978ac657c859391d0431f90143d855e5f
-
Satoshi Kataoka authored
-
Satoshi Kataoka authored
-
- 17 Oct, 2013 9 commits
-
-
Baligh Uddin authored
directories and are not processed by the translation pipeline. Moving them to their new locale directory. Example: values-et/bools.xml moved to values-et-rEE/bools.xml Bug: 11244796
-
Baligh Uddin authored
Bug: 11244796
-
Ken Wakasa authored
-
Baligh Uddin authored
-
Baligh Uddin authored
Change-Id: Ia2590927c02e8e64506e746650d318c1d84ae7c2 Auto-generated-cl: translation import
-
Jean Chalard authored
Bug: 11123691 Change-Id: I36474e12e34af95051129840865015f85595411b
-
Satoshi Kataoka authored
Bug: 11264603 Change-Id: Ic46086e9f1b223e26586e0611d14a7d14b561100
-
Satoshi Kataoka authored
- Show "..." on enter key if it has long-pressing emoji key - Show enter key on symbols shift keyboard Bug: 11262889 Bug: 11263464 Change-Id: I3797fe2ef8c1e4cbba3298475f01f90c98e3335f
-
Ed Heyl authored
-
- 16 Oct, 2013 2 commits
-
-
Satoshi Kataoka authored
-
Satoshi Kataoka authored
The corresponding change is I0d2a98dffe03ebd Bug: 11244796 Change-Id: I0d2a98dffe03ebddf26fc3c2760061c39de4c57e
-
- 15 Oct, 2013 1 commit
-
-
The Android Automerger authored
-
- 14 Oct, 2013 2 commits
-
-
Ken Wakasa authored
This bug was leading to corrupted rendering of surrogate pairs in the following scenario. 1. Type some emojis 2. Move the cursor at the beginning of the text field 3. Hit backspace even though there's nothing to delete 4. Move the cursor after some emoji 5. Hit backspace The root cause of this issue was the out-of-sync mExpectingUpdateSelection if handleBackspace() gets called when the cursor reaches at the beginning of the TextView. In such case, mExpectingUpdateSelection shouldn't be set true because there's nothing to delete, so there will be no onUpdateSelection() calls associated with it. Due to this bug, the cache in RichInputConnection could get stale at step 4 described above. Then the following handleBackspace() that should delete a surrogate pair was not working correctly because of the stale cache. bug: 11181913 Change-Id: I9c6a948331726a821bd3ccec9c1d02dec2c4703a
-
The Android Automerger authored
-
- 13 Oct, 2013 2 commits
-
-
The Android Automerger authored
-
Ken Wakasa authored
Small optimization on generating a String instance from a single code point too. bug: 11181913 Change-Id: I0f905e4dc6ec7841092bb4d3d940daf3b2303f5b
-
- 12 Oct, 2013 1 commit
-
-
Baligh Uddin authored
Change-Id: Icbe028a32311c167219f366e695cb7932f5a9a71 Auto-generated-cl: translation import
-
- 11 Oct, 2013 10 commits
-
-
Baligh Uddin authored
-
Baligh Uddin authored
Change-Id: I45a783763fce6254469a39374d03edb6a1867cc9 Auto-generated-cl: translation import
-
Ken Wakasa authored
-
Satoshi Kataoka authored
-
Jean Chalard authored
Bug: 11163495 Change-Id: I23d12c430125cc2a66a6e00715a4c609bb9e2bb1
-
Jean Chalard authored
Bug: 11163495 Change-Id: I3247b8d1bbd3406b29a30a25aebd932c63431943
-
Jean Chalard authored
-
Jean Chalard authored
The available space was not computed correctly. This makes the decision to ellipsize/expand the middle suggestion correct. Also, the scale was not applied correctly in some cases. Finally, for some reason ellipsize does not work as we expect. I'm not sure how to get it to work like we want it to, but this works around the problem in a simple manner. Bug: 11158757 Change-Id: I083e7ac56e157f100923733e67b92a6368a526c9
-
Satoshi Kataoka authored
-
Satoshi Kataoka authored
Bug: 11029983 Change-Id: I5547910c7b5dd7974292fc075af33568940f4e81
-
- 10 Oct, 2013 4 commits
-
-
The Android Automerger authored
-
Ken Wakasa authored
-
Ken Wakasa authored
-
Satoshi Kataoka authored
cherrypick of Ib930ba810b25e28bcc36ea1647d46731816d9def Bug: 11125351 Change-Id: Ifc4ab2a0495e886259c34f78bbe8cbf8fb75203b
-