- Oct 28, 2013
-
-
Satoshi Kataoka authored
Change-Id: I02e920e0512f2b46a778f0b23f7ca03f8d5dabe6
-
- Oct 25, 2013
-
-
Baligh Uddin authored
Change-Id: I9c2c9578bbc0a7036c7ee4c6b8a605ef90ae6001 Auto-generated-cl: translation import
-
Baligh Uddin authored
Change-Id: I9c4542106d4660da3b67907afa5696e91f537dd6 Auto-generated-cl: translation import
-
Keisuke Kuroyanagi authored
Bug: 10197478 Bug: 11073222 Change-Id: I6daac6c4b048c65682c25afe6ca0fad83cc9720f
-
- Oct 22, 2013
-
-
Jean Chalard authored
Bug: 11328842 Change-Id: I7c22e951fef9bc4443c6b64625e25f632f876ab1
-
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
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. Bug: 11273655 Change-Id: I6ce5de2f76effc453ca691a654ab6bf17445b9e7
-
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
-
Jean Chalard authored
This allows testing for suggestion freshness in an asynchronous suggestions world. Bug: 11301597 Change-Id: Ic76cd17568598d8534aec81e037f9e37f52eb6b4
-
Jean Chalard authored
Bug: 11311002 Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259
-
Ken Wakasa authored
bug: 11227246 Change-Id: I291ebdaf7e96d4a2ca738432ce8be1d75b91e5c3
-
- Oct 21, 2013
-
-
Ken Wakasa authored
Change-Id: I44ac89edaba2e57bd1b7e091ff74b77a5e598f2f
-
- Oct 18, 2013
-
-
Yuichiro Hanada authored
This change saves about 240k bytes. Bug: 10941472 Change-Id: Ieb00e4dd3391cdb0d42d705f8d0a7b1421f516f9
-
Keisuke Kuroyanagi authored
- Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
-
Keisuke Kuroyanagi authored
- Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
-
Yuichiro Hanada authored
Change-Id: I85a6b6e948ee0de012eef2f9f841240cbca63947
-
Yuichiro Hanada authored
Change-Id: I2328a9df0a009b564e8acaf4180f9b0c1ed0901a
-
Yuichiro Hanada authored
Change-Id: I76916914f1402913daa56dd5387fe82e42287989
-
Ken Wakasa authored
To match up with the removal of obsolete locales. cherrypick of I27098bfa26b66631ef412f8f0f72e0273a0161bc bug: 11244796 Change-Id: I6e93513978ac657c859391d0431f90143d855e5f
-
Ken Wakasa authored
To match up with the removal of obsolete locales. bug: 11244796 Change-Id: I27098bfa26b66631ef412f8f0f72e0273a0161bc
-
Yuichiro Hanada authored
Change-Id: Ia3079d5ef00ca7d831c91fb9220ad9c17038c5a3
-
Satoshi Kataoka authored
Change-Id: I0ddd1dfd54c76177660448d156a6c670f5579671
-
- Oct 17, 2013
-
-
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
-
Baligh Uddin authored
Change-Id: Ibf795b67b9198d7357815db183d939ff703d064f Auto-generated-cl: translation import
-
Baligh Uddin authored
Change-Id: Ia2590927c02e8e64506e746650d318c1d84ae7c2 Auto-generated-cl: translation import
-
Jean Chalard authored
Bug: 11123691 Change-Id: I36474e12e34af95051129840865015f85595411b
-
Jean Chalard authored
Bug: 11123691 Change-Id: I36474e12e34af95051129840865015f85595411b
-
Satoshi Kataoka authored
Bug: 11264603 Change-Id: Ic46086e9f1b223e26586e0611d14a7d14b561100
-
Satoshi Kataoka authored
Bug: 11264603 Change-Id: I85e8dfa795bbaad26f38bcdb8a958c26e031a4cd
-
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
-
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: If84d0cc621b12e1bf3a3102b1f09cbaedf92f007
-
Yuichiro Hanada authored
Change-Id: Ibffaf64a9bda1fb0779a9b53558ca56ed31660d3
-
Yuichiro Hanada authored
Change-Id: I7c2d0d86d85775065a9bcb2b4a8463bb4969579e
-
- Oct 16, 2013
-
-
Jean Chalard authored
The only use of mDeleteCount is to implement delete acceleration. It's reset at each non-delete code point, and is guarded by a timer. Plus, ultimately we want to remove this completely : acceleration should be implemented by actually deleting stuff faster, not by deleting several code points at a time. Change-Id: Ia3144860b3aa2499034f2a2a7c81f32087af9598
-
Satoshi Kataoka authored
Change-Id: I4748935c3cf00e4a3c02aabe2ea659e1c8c2d7c6
-
Satoshi Kataoka authored
The corresponding change is I0d2a98dffe03ebd Bug: 11244796 Change-Id: I0d2a98dffe03ebddf26fc3c2760061c39de4c57e
-
Jean Chalard authored
Bug: 11226045 Change-Id: I043f90ba92989bd8307c978eb32630439f63a0b9
-
Jean Chalard authored
We don't support LOG_FULL_TEXTVIEW_CONTENTS any more, nor do we have any plans to support it again in the future. This also is a prelude to removing mIsExpectingUpdateSelection. Bug: 11226045 Change-Id: Ib68c6daf52993b87225a7ea9e71a414caaecfdb7
-