aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add a sequence number to SuggestedWords."Jean Chalard2013-10-223-56/+100
|\
| * Add a sequence number to SuggestedWords.Jean Chalard2013-10-223-56/+100
| | | | | | | | | | | | | | | | This allows testing for suggestion freshness in an asynchronous suggestions world. Bug: 11301597 Change-Id: Ic76cd17568598d8534aec81e037f9e37f52eb6b4
* | Fix a bug where autocaps would jam auto-commitJean Chalard2013-10-222-3/+9
|/ | | | | Bug: 11311002 Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259
* Update Setup Wizard welcome video & imageKen Wakasa2013-10-222-0/+0
| | | | | bug: 11227246 Change-Id: I291ebdaf7e96d4a2ca738432ce8be1d75b91e5c3
* Merge "Tracking minor errors to categorize exact match."Keisuke Kuroyanagi2013-10-2114-71/+190
|\
| * Tracking minor errors to categorize exact match.Keisuke Kuroyanagi2013-10-2114-71/+190
| | | | | | | | | | | | Bug: 8844931 Change-Id: I012529f5fc0d094ef64a41c075fe548b6b439265
* | Merge "Add utility methods related to buffers for ver4 dict."Keisuke Kuroyanagi2013-10-219-15/+113
|\ \
| * | Add utility methods related to buffers for ver4 dict.Keisuke Kuroyanagi2013-10-219-15/+113
| | | | | | | | | | | | | | | Bug: 11073222 Change-Id: Ieca15ffa09fd36c6602f6d2afab5779800c5a422
* | | Cosmetic fixesKen Wakasa2013-10-214-36/+30
| | | | | | | | | | | | Change-Id: I44ac89edaba2e57bd1b7e091ff74b77a5e598f2f
* | | am f099c7e3: (-s ours) am 1c5f5eca: am 47568d5e: Merge "Fix: Suggested words ↵Ken Wakasa2013-10-180-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | from user history are invalid. DO NOT MERGE." into klp-dev * commit 'f099c7e3d3c378399626c975c54bd00b1b14d0f0': Fix: Suggested words from user history are invalid. DO NOT MERGE.
| * \ \ am 1c5f5eca: am 47568d5e: Merge "Fix: Suggested words from user history are ↵Ken Wakasa2013-10-182-11/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invalid. DO NOT MERGE." into klp-dev * commit '1c5f5eca9d6b26fd599523acb203dc4aa846bc89': Fix: Suggested words from user history are invalid. DO NOT MERGE.
| | * \ \ am 47568d5e: Merge "Fix: Suggested words from user history are invalid. DO ↵Ken Wakasa2013-10-182-11/+9
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE." into klp-dev * commit '47568d5e19ed907485f7cb435c3944ccc0cb4411': Fix: Suggested words from user history are invalid. DO NOT MERGE.
| | | * \ \ Merge "Fix: Suggested words from user history are invalid. DO NOT MERGE." ↵Ken Wakasa2013-10-182-11/+9
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | into klp-dev
| | | | * | | Fix: Suggested words from user history are invalid. DO NOT MERGE.Keisuke Kuroyanagi2013-10-182-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
* | | | | | | am 03685b83: (-s ours) am 069d44c3: am 146cf238: DO NOT MERGE: Update input ↵Ken Wakasa2013-10-180-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method subtype locales. * commit '03685b8372ed703d463ad393777f79ae16233923': DO NOT MERGE: Update input method subtype locales.
| * | | | | | am 069d44c3: am 146cf238: DO NOT MERGE: Update input method subtype locales.Ken Wakasa2013-10-181-15/+14
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '069d44c32c95247f39fb95655dc65e740e59aabb': DO NOT MERGE: Update input method subtype locales.
| | * | | | | am 146cf238: DO NOT MERGE: Update input method subtype locales.Ken Wakasa2013-10-181-15/+14
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '146cf238792c4748aa726a440fb96a33b4260fa5': DO NOT MERGE: Update input method subtype locales.
| | | * | | | DO NOT MERGE: Update input method subtype locales.Ken Wakasa2013-10-181-15/+14
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To match up with the removal of obsolete locales. cherrypick of I27098bfa26b66631ef412f8f0f72e0273a0161bc bug: 11244796 Change-Id: I6e93513978ac657c859391d0431f90143d855e5f
* | | | | | Change the block sizes for SparseTables.Yuichiro Hanada2013-10-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change saves about 240k bytes. Bug: 10941472 Change-Id: Ieb00e4dd3391cdb0d42d705f8d0a7b1421f516f9
* | | | | | Merge "Fix: Suggested words from user history are invalid."Keisuke Kuroyanagi2013-10-182-11/+9
|\ \ \ \ \ \
| * | | | | | Fix: Suggested words from user history are invalid.Keisuke Kuroyanagi2013-10-182-11/+9
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
* | | | | | Merge "Change the numbering order of terminal IDs."Satoshi Kataoka2013-10-181-1/+23
|\ \ \ \ \ \
| * | | | | | Change the numbering order of terminal IDs.Yuichiro Hanada2013-10-181-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I85a6b6e948ee0de012eef2f9f841240cbca63947
* | | | | | | (2/2) Implement insertWord in Ver4DictUpdater.Yuichiro Hanada2013-10-185-20/+257
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I2328a9df0a009b564e8acaf4180f9b0c1ed0901a
* | | | | | Fix the name of the argument of writeString.Yuichiro Hanada2013-10-181-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I76916914f1402913daa56dd5387fe82e42287989
* | | | | | Merge "(1/2) Implement insertWord in Ver4DictUpdater."Jean Chalard2013-10-188-29/+722
|\ \ \ \ \ \
| * | | | | | (1/2) Implement insertWord in Ver4DictUpdater.Yuichiro Hanada2013-10-188-29/+722
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia3079d5ef00ca7d831c91fb9220ad9c17038c5a3
* | | | | | | Update input method subtype locales.Ken Wakasa2013-10-181-15/+14
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To match up with the removal of obsolete locales. bug: 11244796 Change-Id: I27098bfa26b66631ef412f8f0f72e0273a0161bc
* | | | | | Remove unexpectedly used resourcesSatoshi Kataoka2013-10-1811-1148/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0ddd1dfd54c76177660448d156a6c670f5579671
* | | | | | am 0f5031ea: (-s ours) am b4b0a050: am 2e7f360a: Merge "Do not merge. Fix ↵Satoshi Kataoka2013-10-170-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | keyboard layout" into klp-dev * commit '0f5031ea341303b2ddbf3021a4b2de365e42aa8b': Do not merge. Fix keyboard layout
| * | | | | am b4b0a050: am 2e7f360a: Merge "Do not merge. Fix keyboard layout" into klp-devSatoshi Kataoka2013-10-174-4/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | * commit 'b4b0a0507a3bde504623611bec31b110086ab416': Do not merge. Fix keyboard layout
| | * | | | am 2e7f360a: Merge "Do not merge. Fix keyboard layout" into klp-devSatoshi Kataoka2013-10-174-4/+8
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | * commit '2e7f360a04f2a840fa083dde299d10e213de7bbb': Do not merge. Fix keyboard layout
| | | * | | Merge "Do not merge. Fix keyboard layout" into klp-devSatoshi Kataoka2013-10-184-4/+8
| | | |\ \ \
| | | | * | | Do not merge. Fix keyboard layoutSatoshi Kataoka2013-10-174-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | | am 69998fe8: (-s ours) am dcc33ab0: am 141a0c33: Merge "Do not merge. Don\'t ↵Satoshi Kataoka2013-10-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show long-pressing emoji key on tablet" into klp-dev * commit '69998fe895178793c429a7786288faad5fa2fc10': Do not merge. Don't show long-pressing emoji key on tablet
| * | | | | | am dcc33ab0: am 141a0c33: Merge "Do not merge. Don\'t show long-pressing ↵Satoshi Kataoka2013-10-171-0/+191
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emoji key on tablet" into klp-dev * commit 'dcc33ab0fc246ba89b4322b07146099d2998a3cc': Do not merge. Don't show long-pressing emoji key on tablet
| | * | | | | am 141a0c33: Merge "Do not merge. Don\'t show long-pressing emoji key on ↵Satoshi Kataoka2013-10-171-0/+191
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tablet" into klp-dev * commit '141a0c33802d44a0b8b240b6b8415d465e0aa794': Do not merge. Don't show long-pressing emoji key on tablet
| | | * | | | Merge "Do not merge. Don't show long-pressing emoji key on tablet" into klp-devSatoshi Kataoka2013-10-181-0/+191
| | | |\ \ \ \
| | | | * | | | Do not merge. Don't show long-pressing emoji key on tabletSatoshi Kataoka2013-10-171-0/+191
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11264603 Change-Id: Ic46086e9f1b223e26586e0611d14a7d14b561100
* | | | | | | am 8ccb79eb: am 66bdabad: am e47f7332: These files were in the obsoleted ↵Baligh Uddin2013-10-176-0/+150
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locale directories and are not processed by the translation pipeline. Moving them to their new locale directory. * commit '8ccb79ebab1ece201da95866d2673e43752a949c': These files were in the obsoleted locale directories and are not processed by the translation pipeline. Moving them to their new locale directory.
| * | | | | | am 66bdabad: am e47f7332: These files were in the obsoleted locale ↵Baligh Uddin2013-10-176-0/+150
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directories and are not processed by the translation pipeline. Moving them to their new locale directory. * commit '66bdabad80e4fb38ee30fbe19ad1e16850f751a3': These files were in the obsoleted locale directories and are not processed by the translation pipeline. Moving them to their new locale directory.
| | * | | | | am e47f7332: These files were in the obsoleted locale directories and are ↵Baligh Uddin2013-10-176-0/+150
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not processed by the translation pipeline. Moving them to their new locale directory. * commit 'e47f7332f9bb94905015061dd9791f43763ccab8': These files were in the obsoleted locale directories and are not processed by the translation pipeline. Moving them to their new locale directory.
| | | * | | | These files were in the obsoleted localeBaligh Uddin2013-10-176-0/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | am 2df8d58d: (-s ours) am a7cebb8c: am 486c5896: Remove obsolete locale ↵Baligh Uddin2013-10-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directories. * commit '2df8d58d7d6286940179f94714019888e141b952': Remove obsolete locale directories.
| * | | | | | am a7cebb8c: am 486c5896: Remove obsolete locale directories.Baligh Uddin2013-10-1713-1199/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a7cebb8c5c484ad934a475f2633e2b77ba53b6ac': Remove obsolete locale directories.
| | * | | | | am 486c5896: Remove obsolete locale directories.Baligh Uddin2013-10-1713-1199/+0
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '486c5896102cccfaa79d2109272ab7235dcacf38': Remove obsolete locale directories.
| | | * | | | Remove obsolete locale directories.Baligh Uddin2013-10-1713-1199/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11244796
* | | | | | | am 6032dcf9: (-s ours) am a79431b4: am d8ba6abf: Merge "[DO NOT MERGE] Fix a ↵Ken Wakasa2013-10-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug where autoshift would be ignored coming from emoji" into klp-dev * commit '6032dcf9505f8c72abda465c7cc72cfa2a011372': [DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji
| * | | | | | am a79431b4: am d8ba6abf: Merge "[DO NOT MERGE] Fix a bug where autoshift ↵Ken Wakasa2013-10-171-0/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | would be ignored coming from emoji" into klp-dev * commit 'a79431b42b9ef67fc1e68507b5c09f3597fa2121': [DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji
| | * | | | | am d8ba6abf: Merge "[DO NOT MERGE] Fix a bug where autoshift would be ↵Ken Wakasa2013-10-171-0/+3
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignored coming from emoji" into klp-dev * commit 'd8ba6abfeef1bce43af3e0ac517e20172c9e8cc5': [DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji