maiacore android keyboard app or something
Find a file
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
dictionaries Update dictionaries 2013-04-26 20:15:14 +09:00
java Avoid JsonWriter multi-write error 2013-05-10 18:21:08 -07:00
native Be careful about the dictionary size in detection methods 2013-05-08 18:55:18 +09:00
tests Refactor StringUtils.findPrefixedString to findValueOfKey 2013-05-10 18:44:04 +09:00
tools Fix two nasty bugs with surrogate pairs. 2013-04-01 17:06:19 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00