xwords/xwords4/android
Eric House 83f7a9cec1 fix dismissal of invite/wait alert
There were multiple places launching it, which in a DialogFragment
world (in the absence of other per-dlg-id controls) means stacked
multiple alerts. And dismissDialog() didn't work. So use a boolean to
prevent more than one being posted and keep a reference to the
DialogFragment behind it in order to be able to call dismiss() on
it. That's the only place I was calling dismissDialog() (other
than the tile-picking stuff which has to be rewritten anyway) so this
little hack is probably ok.

This alert still gets messed up with the screen config changes. Fixing
that is next.
2017-03-01 07:23:50 -08:00
..
app fix dismissal of invite/wait alert 2017-03-01 07:23:50 -08:00
gradle/wrapper move some gradle files 2017-01-18 06:33:00 -08:00
img_src fix image generation 2017-01-18 07:15:08 -08:00
jni make bad phonies alert non-blocking 2017-02-20 07:20:19 -08:00
libs move java files and get them to compile 2017-01-18 08:27:48 -08:00
res_src fix release script errors and that running it finds 2017-01-19 06:22:24 -08:00
scripts failing to find an .apk is not an error 2017-02-27 18:31:17 -08:00
website tweak name and reflect new name on website 2012-08-30 19:21:05 -07:00
.gitignore ignore dirs for another branch (local only so far) 2014-09-08 07:06:45 -07:00
Application.mk initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
build.gradle new gradle version (recommended by AS) 2017-02-15 06:35:23 -08:00
gradle.properties move some gradle files 2017-01-18 06:33:00 -08:00
gradlew move some gradle files 2017-01-18 06:33:00 -08:00
gradlew.bat more cleanup. Get Crittercism stuff compiling. 2017-01-18 19:03:36 -08:00
INSTALL.txt update build/install instructions 2015-03-03 07:14:03 -08:00
proguard-project.txt more cleanup. Get Crittercism stuff compiling. 2017-01-18 19:03:36 -08:00
proguard-rules.pro more cleanup. Get Crittercism stuff compiling. 2017-01-18 19:03:36 -08:00
settings.gradle move some gradle files 2017-01-18 06:33:00 -08:00