- May 11, 2013
-
-
Kurt Partridge authored
JsonWriter requires that its clients pass it only a single top-level object. The existing implementation tries to make code cleaner by having mJsonWriter never be null, and instead use a global static "NULL_JSON_WRITER" that just discards data. But because JsonWriter complains if more than one top-level object is passed, making this a global object does not work. This change instead copes with mJsonWriter being null. Change-Id: Ia37ccfc8646e91f11a64713dd92d2846eb86ac54
-
- May 10, 2013
-
-
Kurt Partridge authored
-
Kurt Partridge authored
-
Kurt Partridge authored
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 8556975 Change-Id: I275c99db8a0d10594a5a8c0c27ebc1a87495c307
-
Tadashi G. Takaoka authored
Bug: 8336068 Change-Id: I90a0f259129a3f3319b158b060154cc43960c234
-
Tadashi G. Takaoka authored
Bug: 8336068 Change-Id: I35b94dd87c5b01d3e927da8f918a5398dd565d33
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 8336068 Change-Id: I183b8e3fd1b3898d5f8dbbb13a0c93c64341fc38
-
Jean Chalard authored
-
Jean Chalard authored
This is an optimization. It also happens to work around what seems to be a framework bug in JB MR1 / MR1.1. Bug: 8771179 Change-Id: I62cc7acdc8656d75f8a50c068c4e9d8c6ceb74a0
-
Satoshi Kataoka authored
-
Tadashi G. Takaoka authored
Bug: 8885165 Change-Id: I85c78b23955169972fb0f5395463b6fe47f12c9c
-
Satoshi Kataoka authored
Bug: 8897600 Change-Id: Ibf245e32468e5740ad9d65b8ff1f1e87b430d287
-
Kurt Partridge authored
Previously, mMainResearchLog and mMainLogBuffer were set up when the user moved to a new TextView, and set to null when the user left the TextView. This change causes mMainResearchLog, mMainLogBuffer, mFeedbackLog, and mFeedbackLogBuffer to be non-null forever after init() is called. start() no longer sets up these fields; instead they are cleared and reset every time stop() is called. Checks for null values are now removed. The earlier code just didn't initialize these variables if the user disabled logging, but since the new version invariantly keeps these variables valid, we add a check for whether the user has enabled logging in publishLogUnits(). Change-Id: Ifde3517f1cf924cfa33cda95fec24529b52b3c08
-
- May 09, 2013
-
-
Kurt Partridge authored
Change-Id: I192c67e9e8de44f073abc70ec85ebcdb36356c2e
-
Kurt Partridge authored
This is a bug; the ResearchLogger uses ResearchSettings.readResearchLoggerEnabledFlag() instead, which the user cannot change. (We assume they will just switch to a different keyboard.) Change-Id: Ib5731c9eeb2bc29d9cf8608033326674f5eb6f7b
-
Baligh Uddin authored
* commit '8dafc8e8': Import translations. DO NOT MERGE
-
Baligh Uddin authored
* commit '22e6a5c5': Import translations. DO NOT MERGE
-
Baligh Uddin authored
-
Satoshi Kataoka authored
Change-Id: Iea11a095adb15fbf4be38f34542119f8bc7bcbff
-
Satoshi Kataoka authored
Bug: 8556775 Change-Id: I46a10f8dc938cab493933f0f2b4e1f7779b24f6f
-
Satoshi Kataoka authored
Bug: 8556775 Change-Id: I9069b2b44356bbae9fa4aaf0b99c3d723a8c9c58
-
Satoshi Kataoka authored
Bug: 8450279 Change-Id: Ib8433442ae6ca6c28da2652bff687cdeaf7c196e
-
Tadashi G. Takaoka authored
Bug: 8159728 Change-Id: I458df60cb39f81cde3c08190af0ab08d304f9d98
-
Tadashi G. Takaoka authored
Bug: 8336068 Change-Id: Ifac84361e4e37b4aa106cbdbfffb83883ec2f8e6
-
- May 08, 2013
-
-
Baligh Uddin authored
Change-Id: I77a0aed9771ecc28a56226bb5f9776c1e1cf8b4d Auto-generated-cl: translation import
-
Baligh Uddin authored
Change-Id: I189a4ad23e69f0abe515dad7e3c909a28fcfbf0b Auto-generated-cl: translation import
-
Jean Chalard authored
-
Jean Chalard authored
-
Jean Chalard authored
Bug: 8857618 Change-Id: I29345ec96d53da601571ba73197a6485643a10a7
-
Satoshi Kataoka authored
-
Jean Chalard authored
- Don't call finishComposingText when useless. - Add safeguards against calling setComposingRegion when the data returned by the editor is inconsistent. - Cancel pending recorrection messages when new messages arrive. Bug: 8842941 Bug: 8845001 Change-Id: I939701033cf5c2bbd85871ecf83e329021ddeb91
-
Tadashi G. Takaoka authored
-
Satoshi Kataoka authored
Bug: 8683365 Change-Id: Id72540c515e61c3dd854892599645dd6d22b496d
-
Tadashi G. Takaoka authored
Bug: 7167303 Change-Id: I22b56588dc5a1c9d5eaec3a39b5f32c9e5a8a5b4
-
Satoshi Kataoka authored
-
Satoshi Kataoka authored
Bug: 8683365 Change-Id: I1c30eac128b4172526423ebeeb45bc6cee7fb67b
-
Satoshi Kataoka authored
-