xwords/xwords4/android/XWords4-sms
Eric House 0c02103d42 fix assertion failures due to failure to get game locks. The problem
is that getSummary() can be called at unpredictable times by
background tasks for the games list, and the current open game holds a
lock as long as it's open.  So those getSummary() calls must be
allowed to fail.  Before, letting them fail immediately meant
empty/unusable list elements; now I've added a time they'll wait
before failing.  Now the ones that are called while a game is open can
fail without being noticed, but the ones that are called as a game is
closed to update its summary will succeed by being able to wait for
its lock to be given up.
2012-07-07 11:34:40 -07:00
..
assets add sms variant separate from bt 2012-03-31 08:59:44 -07:00
jni turn on base64 for SMS too 2012-07-07 11:29:54 -07:00
res gitignore new files 2012-07-01 21:02:42 -07:00
src/org/eehouse/android/xw4sms fix assertion failures due to failure to get game locks. The problem 2012-07-07 11:34:40 -07:00
.gitignore add sms variant separate from bt 2012-03-31 08:59:44 -07:00
AndroidManifest.xml up version for sms build too 2012-06-20 06:35:01 -07:00
build.xml add sms variant separate from bt 2012-03-31 08:59:44 -07:00
project.properties add sms variant separate from bt 2012-03-31 08:59:44 -07:00