xwords/xwords4/android
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
..
scripts only honor one install-set option -- fixes multiple installs. 2012-07-01 16:03:02 -07:00
XWords4 fix assertion failures due to failure to get game locks. The problem 2012-07-07 11:34:40 -07:00
XWords4-bt turn on board hashing and bigboard options (in protocol, not UI) 2012-05-04 06:16:02 -07:00
XWords4-dbg add temp menu that gets a phone number and sends an NBS message to it, 2012-03-13 07:51:45 -07:00
XWords4-sms fix assertion failures due to failure to get game locks. The problem 2012-07-07 11:34:40 -07:00
Application.mk initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
INSTALL.txt update instructions for building 2011-11-19 20:05:04 -08:00