xwords/xwords4/android/XWords4
Eric House af406d92dc Handle multiple dialogs at once: save dialog state by dialog ID (ok
since the OS won't track more than one at a time with the same ID) and
look it up that way when needed.  Get rid of onPrepareDialog() (and in
all my Activity subclasses) since it's now a requirement that all
DlgDelegate-managed dialogs remove themselves from the Activity on
dismissal so that onCreateDialog will always get called and
onPrepareDialog not be needed.
2013-01-01 21:45:37 -08:00
..
assets new versions of dicts with checksums and descriptions 2012-09-08 10:08:39 -07:00
jni Fix occasional infinite loop of devices sending and receiving the same 2012-11-13 21:25:03 -08:00
libs merge in changes from the -gcm directory: GCM will be a feature of the 2012-11-02 05:35:31 -07:00
res move side padding around 2012-12-29 12:42:48 -08:00
src/org/eehouse/android/xw4 Handle multiple dialogs at once: save dialog state by dialog ID (ok 2013-01-01 21:45:37 -08:00
.gitignore ignore new obj dir 2012-01-03 18:27:15 -08:00
AndroidManifest.xml up version strings etc. 2012-12-20 21:51:38 -08:00
build.xml make it possible to build without knowing the GCM sender ID. 2012-11-22 08:13:06 -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 use preferred SDK-8 API to look for downloads directory, and wrap it 2012-12-05 07:32:11 -08:00