LatinIME/java
Kurt Partridge 7d72ca0b20 Avoid JsonWriter multi-write error
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
2013-05-10 18:21:08 -07:00
..
res Merge "Refactor StringUtils.findPrefixedString to findValueOfKey" 2013-05-10 09:49:07 +00:00
src/com/android/inputmethod Avoid JsonWriter multi-write error 2013-05-10 18:21:08 -07:00
Android.mk Just a cosmetic cleanup 2012-07-28 21:24:29 +09:00
AndroidManifest.xml Introduce another activity to launch setup wizard 2013-05-10 15:30:53 +09:00
MODULE_LICENSE_APACHE2
NOTICE Add notice for Lexiteria dictionaries. 2012-10-05 11:08:31 +09:00
proguard.flags Add @UsedForTesting and @ExternallyReferenced annotations 2012-10-22 11:18:43 -07:00