xwords/xwords4/android/XWords4
Andy2 b23de9a958 switch from nio to regular old io, with separate reader and writer
threads.  Greatly simplifies things, but only tested for the simplest
case, and I know it won't correctly reconnect when relay goes down.
But folks recommend against nio, and I'd like to see if I'll get
notifications in the form of blocking socket calls returning or
raising exceptions when the network goes down, something that isn't
happenening with nio.
2010-12-03 18:48:14 -08:00
..
assets remove the big dictionary. Ideally I'll figure out how to gracefully 2010-11-22 18:24:37 -08:00
jni fix infinite loop creating networked game: util_rand() can't call into 2010-12-03 06:43:40 -08:00
res new strings for dict substitution 2010-11-30 06:37:23 -08:00
src/org/eehouse/android/xw4 switch from nio to regular old io, with separate reader and writer 2010-12-03 18:48:14 -08:00
.gitignore remove local.properties, and add a script, run from build.xml before 2010-06-20 09:29:13 -07:00
AndroidManifest.xml up constants for b19 2010-11-16 21:06:43 -08:00
build.xml remove local.properties, and add a script, run from build.xml before 2010-06-20 09:29:13 -07:00
build_unchecked.xml version of build.xml modified to pass -xline to javac. For future use... 2010-11-05 05:06:04 -07:00
default.properties Build for 1.6 instead of 1.5 for SMS APIs 2010-02-09 14:16:23 +00:00