- Jun 18, 2012
-
-
Jean Chalard authored
Change-Id: Ibfa27bd919c92be219c4d107b3ace008ca80a19f
-
- Jun 17, 2012
-
-
Kurt Partridge authored
Output to the ResearchLogger is now queued and only flushed if the word the user was working on is a dictionary word. multi-project commit with Ic713ec00777fbdcf4a937b3c77b995257e100fc7 Bug: 6188932 Change-Id: I9de15227ff51be23083d9096f1c1b3d83802fff7
-
- Jun 16, 2012
-
-
Kurt Partridge authored
Digits may represent personally identifying information. They are now replaced with a non-identifying symbol. multi-project commit with I07d1cfdc45f6086f67af45775f4ed12da1833aca Bug: 6188932 Change-Id: Ifda8079e6c1f29b5f8af34c6d1fccf5770f164ca
-
Jean Chalard authored
Change-Id: I860f41807e9bc2e38b6ad84e1527fc8707a9aa40
-
Jean Chalard authored
Change-Id: I2b1ddd836aaf6bfc0bd2befb78f98239ffcdbb22
-
- Jun 15, 2012
-
-
Jean Chalard authored
Bug: 6675475 Bug: 6677394 Change-Id: I4a26efb9226d3f909f331c4d2e47cd83a05c011e
-
Jean Chalard authored
This has a confusing name and is a one-liner Change-Id: I954a648a8413e38a535c2b81e4b171e1bdc9f1c2
-
Jean Chalard authored
This is never changed, and probably doesn't need to be. It's public because it's going to be used elsewhere in a future change Change-Id: Iec8d65859c470de5e1fb0b05533356fbc3b8e91b
-
Jean Chalard authored
This will help for debug as well as serve as groundwork for Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I74d0a7b943fb22c514ad79dc064d69ddf336d3ef
-
Tadashi G. Takaoka authored
Bug: 6662536 Change-Id: I96e45ce0e8b9b5440a54f3b321a925bc87ec3ca9
-
- Jun 14, 2012
-
-
Tadashi G. Takaoka authored
Bug: 6661783 Change-Id: I42bab7655121ec5671854d54c47bd0c7a29e7a98
-
Kurt Partridge authored
Bug: 6188932 Change-Id: Ibf60ec99c50da3675bf89858624218e6cc3eb1d2
-
Jean Chalard authored
Bug: 6310401 Change-Id: I9d31c48e287aceedaf2f4c5129031ddb31402451
-
Jean Chalard authored
This code is temporary until we get rid of this member. Bug: 6662963 Bug: 6667091 Change-Id: I1d970d2a97992507e86c5b94978a2543fe42b375
-
Jean Chalard authored
Bug: 6667355 Change-Id: I39b6db17fb52e80f510cf6462f41d9cb1f8e0341
-
Tadashi G. Takaoka authored
This change fixes possible NPE as well. Bug: 6658028 Change-Id: I8706808d1002b7b0b95930fd9b08568f08645da6
-
Tadashi G. Takaoka authored
The java source file KeyboardTextsSet.java has rather big change, but this file is auto generated by "maketext" tool. The crucial part of this change is in 5 XML resource files. Bug: 6661783 Change-Id: I1d827ab0ebe6caa5ab73531682d6c32540b0d7aa
-
Satoshi Kataoka authored
Change-Id: I864c4206e3e6cde4d6ed687a9759e98901e16b9a
-
- Jun 12, 2012
-
-
Tadashi G. Takaoka authored
Change-Id: I56b4a99f670ad38708ad83d76b93a631295e3333
-
Jean Chalard authored
This is much faster. It doesn't create messages, it doesn't post stuff in a queue, it doesn't delay execution of other messages. Also, it decouples the timer from the functionality of the Handler so this can be pulled up in another change to consolidate with mLastKeyTime or so. Change-Id: I9044fc031373e66b9b40eee8025633613d0945dc
-
Jean Chalard authored
This is harmless, but against policy. Also, rework the checking code to be more readable, give more information, and be called for all relevant methods - and not for informative methods, which are not required to be in a batch edit. Change-Id: I03fa8b2e7d68a6a133f86be8a214671750c29256
-
Jean Chalard authored
This will avoid some two-way IPC calls. Change-Id: If9eb3e99b3d08346aadd4bbed2a1761f8c2527b9
-
Jean Chalard authored
Stop using the numerical value, use the actual method Change-Id: Iffa7f2d21a0471c7862afd3234cc9c5dd86feb2e
-
Kurt Partridge authored
to avoid NPEs. Bug: 6188932 Change-Id: I377ceaac867df879dc7984dae44e96b369858cca
-
Jean Chalard authored
For some reason, there were several ways, not exactly identical, to get this setting. The ones that used mAutoCorrectionEnabled would kick in when the input field was specifying no correction, so it would be a little strange (although harmless in the practice because the settings set in this way would not get used later, because the correct test would be done at that time). Also perform a very small refactoring Change-Id: Ica9f32b238d98009ae1852d3c1e940398f5d341c
-
Jean Chalard authored
Change-Id: I512b04e23490413a44b1ca0517102fe2d9138df3
-
Jean Chalard authored
Change-Id: Ie143ad008ca8deb1c5034cb80ec1cb28a6b0682d
-
Jean Chalard authored
Change-Id: I5da48442c0b39aaff817c3b6d067a9b13fda0643
-
Jean Chalard authored
Change-Id: If8d03bea1b6369cb3043da6321048d052995d664
-
- Jun 11, 2012
-
-
satok authored
Bug: 6637614 Change-Id: I34d26563e59d3b09bf35b8173dac5645ccb6a39f
-
- Jun 08, 2012
-
-
Jean Chalard authored
...for readability. After all, it makes sense that "current settings" is a "SettingsValues", while it's harder to understand why we'd manipulate an object named "SettingsValues". Change-Id: Ide9a17b970a6cc00b80b9a217f986268c739c662
-
Jean Chalard authored
Change-Id: If34112c69acd5122d87554043d87d8f4dbdf5d15
-
Jean Chalard authored
Change-Id: I11a8e1aca3541c35d2b39b27716687fcd8ff3dc6
-
Jean Chalard authored
At last this guy is final, at last Change-Id: I76911f8d47493f8a1719f75fc7e949be5d7da1a2
-
Jean Chalard authored
Change-Id: I43c0505e9a1652bfc568f23b787fc68a5c5e9220
-
Ken Wakasa authored
Change-Id: I0339f39d49bc6390d098017f32d92c776974e03e
-
Jean Chalard authored
Change-Id: I8527776a4bd8236a85bb77f9791f9b76977ad181
-
Jean Chalard authored
Change-Id: I73acfee9098a87b9cde8aca720586ec748b2a82f
-
Jean Chalard authored
Change-Id: I9982ff325bef56694402caef28a77683c52ccd71
-
Jean Chalard authored
The goal is to simplify the code in LatinIME.java as well as having a handy place to put debug calls to see interaction with TextView. Change-Id: I255227e7e7343e0c2f3dcd1f185e5020d6186732
-