xwords/xwords4/android/XWords4
Eric House f1956ddcb4 prevent continuing attempts to send messages from client after it's
deleted the game those messages are part of.  I'm keeping a list of
dead games and checking against that, and currently that list will
grow for as long as the sender thread lives.  Shouldn't be a problem
but needs fixing.  Better would be to remove all messages from queues,
but that has synchronization issues.
2012-02-27 07:57:54 -08:00
..
assets new smallish English dictionary. See the Makefile for origins. 2011-04-29 06:24:25 -07:00
jni fix off-by-one assertion 2012-02-22 12:58:33 -08:00
res Add "clear selected" button to btinviter UI that's enabled when one or 2012-02-25 10:43:08 -08:00
src/org/eehouse/android/xw4 prevent continuing attempts to send messages from client after it's 2012-02-27 07:57:54 -08:00
.gitignore ignore new obj dir 2012-01-03 18:27:15 -08:00
AndroidManifest.xml use dialog theme for btinviter activity 2012-02-22 12:58:15 -08:00
build.xml fix variant generation -- seems to work now. JNI was broken. 2012-02-13 23:35:41 -08: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
project.properties update build scripts to use newer NDK. 2012-01-02 18:11:36 -08:00