xwords/xwords4
Andy2 50c692024b fix crashes when reloading (rare unless android:configChanges removed
from AndroidManifest.xml). Problem was that managed dialogs are
recreated between onStart() and onResume() yet onResume() was where
ivars (specifically m_gi) were set.  Can't just set them in onStart()
because then I'd want to save state them in onStop() which isn't
guaranteed to be called.  So create a function loadGame() and call it
from both, using a flag to prevent its running twice (which flag is
cleared in onPause())
2011-08-24 18:18:17 -07:00
..
android fix crashes when reloading (rare unless android:configChanges removed 2011-08-24 18:18:17 -07:00
common use goto to avoid having multiple returns. No behavior change. 2011-08-21 14:20:59 -07:00
dawg express size in K (rounding up) 2011-05-15 08:02:06 -07:00
linux improve testing of proxy delete by saving up a number of relayIDs and 2011-08-16 19:44:37 -07:00
relay fix proxy msg handling to process more than one relayID per message. 2011-08-15 18:27:00 -07:00
scripts script to replace, eventually if I'm lucky, svnversion as a way to 2010-06-05 07:20:49 -07:00
tests allow to run multiple games at once 2005-09-14 05:12:07 +00:00
wince been a while since cvs... 2010-11-09 05:53:49 -08:00
Makefile include java files in TAGS 2010-01-25 02:09:08 +00:00