- Jun 26, 2012
-
-
Jean Chalard authored
Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I8245698fbd170e0f5cbad3c0109774bcaddc0614
-
Jean Chalard authored
This is only used as temporary storage to be then added to the other variable, relying on the fact that it is hopefully sorted. It's better to just add it right away to the final storage. Change-Id: I5da702ac9dc579593ab21feb2021a01e5dfdf4dc
-
Jean Chalard authored
This filtering is already done in native code. It's useless (and costly) to do it again here. Change-Id: Ide6794d7a8682a881f097f33e222f10d30f297bd
-
Jean Chalard authored
-
Kurt Partridge authored
-
Kurt Partridge authored
StringUtils.toCodePointArray() had thrown IllegalOutOfBoundsException if passed an empty string. change to just return an empty int[]. Bug: 6188932 Change-Id: Ic41c628c0d407f49fc98cd48cb7ea13d8d5bdd77
-
Jean Chalard authored
Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I5b277124dc9244e78c4a1f4d542a55071eb479bd
-
Tadashi G. Takaoka authored
-
Ken Wakasa authored
-
Tadashi G. Takaoka authored
Bug: 6513247 Change-Id: I55e36620bd8b2e7b47a51ccde1b0bf3e277cd56b
-
Jean Chalard authored
-
- Jun 25, 2012
-
-
Eric Fischer authored
* commit '67727e34': Import translations. DO NOT MERGE
-
Eric Fischer authored
* commit '04f0b211': Import translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I8b66b0f81300af586db2db3f653ce3e2882a7efe
-
Eric Fischer authored
Change-Id: Ie741f7f0dccd2aef3ba43ac02776eaac9cb4f9af
-
Ken Wakasa authored
bug: 6714783 Change-Id: Idf674e8e1af80642f2c53f7ae5c03e21c9e04292
-
Satoshi Kataoka authored
Change-Id: I774a0052038d16677f60f7efa11fd266cb5f3088
-
Jean Chalard authored
-
Jean Chalard authored
This has a good, although small, impact on performance : it removes a two-way IPC call in a most frequent case, while possibly adding one in a rather unfrequent and less critical case. Also, this fixes a bug with surrogate pairs. This specific branch of code now correctly handles surrogate pairs. Aside from this, it should have no impact on behavior. However, since it does delay access to the previous character in the text view by a two-way IPC call, it actually goes a long way toward fixing bug#6668226. It is not really a fix and the race condition still exists, but this change makes it much, much harder to hit. Bug: 6668226 Change-Id: Id11cc6a0b7488d6bd392227cafdcf3a8d4c62f6c
-
Jean Chalard authored
-
Jean Chalard authored
-
Jean Chalard authored
Bug: 6694141 Change-Id: Ib01575b0994e69ef232a234c575242ec49ed0679
-
- Jun 22, 2012
-
-
The Android Open Source Project authored
* commit '216c29ec':
-
The Android Open Source Project authored
Change-Id: Ic79723ed73516cae44dc9f6d1f1a1b2cc4f461bc
-
Satoshi Kataoka authored
-
Kurt Partridge authored
-
The Android Automerger authored
-
Eric Fischer authored
* commit 'f3e54e10': Import translations. DO NOT MERGE
-
- Jun 21, 2012
-
-
Eric Fischer authored
* commit 'f44adb18': Import translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: Ida61fe3b2464868d3bb6d4b42032273edbf39689
-
Eric Fischer authored
Change-Id: If472b6e3c80691ad057990f7c6e2710fc8758e2a
-
Kurt Partridge authored
Also cleaned up the privacy code a bit. multi-project commit with Change-Id: Ic0919a6929ebb2623ff4124f7adc96d9e5f8df3c Bug: 6188932 Change-Id: Id470fe7cc6e4a8fb01f1ea5b178a74cd27d59218
-
Jean Chalard authored
-
Jean Chalard authored
ICS didn't have a SHORTCUT column in the user dictionary. If running on a build under JellyBean, we should not ask for it lest we crash. Bug: 6600617 Change-Id: Iac0cbcc63c10064f01e2d51eec5931fd9cdd0922
-
Jean Chalard authored
Change-Id: Id0806ad3dc7ccb632713eebaca76f0bab26ece5d
-
Jean Chalard authored
Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: Id5a59eaec2aeefa0ba4524420a8e035d383f6545
-
Jean Chalard authored
Change-Id: Ifb15553824915d0634aea83689302c2418b093f3
-
- Jun 20, 2012
- Jun 19, 2012
-
-
Jean Chalard authored
Change-Id: Iecc9b3d43c191614c2951408e14085cb77eefd4d
-