aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/InputMethodManagerCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-25Import translations. DO NOT MERGE•••Change-Id: I9c4542106d4660da3b67907afa5696e91f537dd6 Auto-generated-cl: translation import Baligh Uddin1-4/+4
2013-10-25Refactoring: Introduce PtNode and PtNodeReader.•••To handle multiple dictionary formats in helpers. Bug: 11073222 Change-Id: Iaef7be08534f9010e837ffcf8c8292b174b64d2b Keisuke Kuroyanagi15-436/+528
2013-10-24Introduce Ver4DictBuffers to handle multiple buffers.•••Bug: 11073222 Change-Id: Icacca8133c0030b19ca826fbf9525f41a1ac6cc8 Keisuke Kuroyanagi6-6/+185
2013-10-24Introduce DictContent for ver4 dict.•••Bug: 11073222 Change-Id: I88ab3948a98388931d81c97825c9d2c76e15a44b Keisuke Kuroyanagi3-0/+154
2013-10-24Introduce ExclusiveOwnershipPointer.•••Bug: 11073222 Change-Id: I841527f0247f2ade07796406729b3a4a8958aa57 Keisuke Kuroyanagi13-150/+280
2013-10-22Preliminary refactor•••Bug: 11328842 Change-Id: I7c22e951fef9bc4443c6b64625e25f632f876ab1 Jean Chalard1-10/+13
2013-10-22Stopgap solution for a crash.•••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 Chalard1-1/+8
2013-10-22Stopgap solution for a crash.•••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 Chalard1-1/+8
2013-10-22[DO NOT MERGE] Add a sequence number to SuggestedWords.•••This allows testing for suggestion freshness in an asynchronous suggestions world. Cherry-pick of Ic76cd175 Bug: 11301597 Change-Id: I45a84de0632062475eebe30234b3147f1c680359 Jean Chalard3-57/+100
2013-10-22[DO NOT MERGE] Fix a bug where autocaps would jam auto-commit•••Cherry-pick of I62955e36 Bug: 11311002 Change-Id: I5b11cb48e6dd0563fc29566fe0d27864be2beb0a Jean Chalard2-3/+9
2013-10-22Add a sequence number to SuggestedWords.•••This allows testing for suggestion freshness in an asynchronous suggestions world. Bug: 11301597 Change-Id: Ic76cd17568598d8534aec81e037f9e37f52eb6b4 Jean Chalard3-56/+100
2013-10-22Fix a bug where autocaps would jam auto-commit•••Bug: 11311002 Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259 Jean Chalard2-3/+9
2013-10-22Update Setup Wizard welcome video & image•••bug: 11227246 Change-Id: I291ebdaf7e96d4a2ca738432ce8be1d75b91e5c3 Ken Wakasa2-0/+0
2013-10-21Tracking minor errors to categorize exact match.•••Bug: 8844931 Change-Id: I012529f5fc0d094ef64a41c075fe548b6b439265 Keisuke Kuroyanagi14-71/+190
2013-10-21Add utility methods related to buffers for ver4 dict.•••Bug: 11073222 Change-Id: Ieca15ffa09fd36c6602f6d2afab5779800c5a422 Keisuke Kuroyanagi9-15/+113
2013-10-21Cosmetic fixes•••Change-Id: I44ac89edaba2e57bd1b7e091ff74b77a5e598f2f Ken Wakasa4-36/+30
2013-10-18Change the block sizes for SparseTables.•••This change saves about 240k bytes. Bug: 10941472 Change-Id: Ieb00e4dd3391cdb0d42d705f8d0a7b1421f516f9 Yuichiro Hanada1-4/+4
2013-10-18Fix: Suggested words from user history are invalid. DO NOT MERGE.•••- Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270 Keisuke Kuroyanagi2-11/+9
2013-10-18Fix: Suggested words from user history are invalid.•••- Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270 Keisuke Kuroyanagi2-11/+9
2013-10-18Change the numbering order of terminal IDs.•••Change-Id: I85a6b6e948ee0de012eef2f9f841240cbca63947 Yuichiro Hanada1-1/+23
2013-10-18(2/2) Implement insertWord in Ver4DictUpdater.•••Change-Id: I2328a9df0a009b564e8acaf4180f9b0c1ed0901a Yuichiro Hanada5-20/+257
2013-10-18Fix the name of the argument of writeString.•••Change-Id: I76916914f1402913daa56dd5387fe82e42287989 Yuichiro Hanada1-9/+8
2013-10-18DO NOT MERGE: Update input method subtype locales.•••To match up with the removal of obsolete locales. cherrypick of I27098bfa26b66631ef412f8f0f72e0273a0161bc bug: 11244796 Change-Id: I6e93513978ac657c859391d0431f90143d855e5f Ken Wakasa1-15/+14
2013-10-18Update input method subtype locales.•••To match up with the removal of obsolete locales. bug: 11244796 Change-Id: I27098bfa26b66631ef412f8f0f72e0273a0161bc Ken Wakasa1-15/+14
2013-10-18(1/2) Implement insertWord in Ver4DictUpdater.•••Change-Id: Ia3079d5ef00ca7d831c91fb9220ad9c17038c5a3 Yuichiro Hanada8-29/+722
2013-10-18Remove unexpectedly used resources•••Change-Id: I0ddd1dfd54c76177660448d156a6c670f5579671 Satoshi Kataoka11-1148/+0
2013-10-17These files were in the obsoleted locale•••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 Uddin6-0/+150
2013-10-17Remove obsolete locale directories.•••Bug: 11244796 Baligh Uddin13-1199/+0
2013-10-17Import translations. DO NOT MERGE•••Change-Id: Ibf795b67b9198d7357815db183d939ff703d064f Auto-generated-cl: translation import Baligh Uddin3-3/+3
2013-10-17Import translations. DO NOT MERGE•••Change-Id: Ia2590927c02e8e64506e746650d318c1d84ae7c2 Auto-generated-cl: translation import Baligh Uddin3-3/+3
2013-10-17[DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji•••Bug: 11123691 Change-Id: I36474e12e34af95051129840865015f85595411b Jean Chalard1-0/+3
2013-10-17Fix a bug where autoshift would be ignored coming from emoji•••Bug: 11123691 Change-Id: I36474e12e34af95051129840865015f85595411b Jean Chalard1-0/+3