xwords/xwords4/android
Eric House 5d9423f317 fix rematch crash: don't call finish()
There was a race condition between finish() and the popping of fragments
that happens inside dispatchNewIntent(). If dispatchNewIntent() won then
later finish() would pop the GamesListFragment and we'd crash. Ideally
finish() would pass a fragment to finishFragment() which would then do
nothing if that fragment wasn't on the stack. Later....
2016-08-11 16:33:12 -07:00
..
scripts remove compile-time enabling of chat: it's not coming out 2016-07-29 07:32:50 -07:00
website tweak name and reflect new name on website 2012-08-30 19:21:05 -07:00
XWords4 fix rematch crash: don't call finish() 2016-08-11 16:33:12 -07:00
XWords4-dbg ignore new files 2016-07-18 13:26:14 -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
INSTALL.txt update build/install instructions 2015-03-03 07:14:03 -08:00