xwords/xwords4
Andy2 cd15a9e6e3 fix, I think, problems with launch mode and non-main activities.
singleTop is necessary, as with singleTask we get the whole actvity
stack nuked on every launch.  Open a game into BoardActivity then
background Crosswords; when you re-launch from the launcher or hold
the home key you're back to GamesList.  But with singleTop incoming
invite schemes would launch a second instance because though there was
one running it wasn't in the same task as the browser firing the url
to redir.php.  The solution there is to move the scheme intent from
GamesList to DispatchNotify, which is already handling notifications.
There the addition of a second launch flag means that an existing
instance will always see the launch through its onNewIntent -- under
tests I've come up with so far, anyway.
2011-07-13 18:42:03 -07:00
..
android fix, I think, problems with launch mode and non-main activities. 2011-07-13 18:42:03 -07:00
common ignore commit turn request when player has 0 tiles. This catches, 2011-07-12 07:13:21 -07:00
dawg express size in K (rounding up) 2011-05-15 08:02:06 -07:00
linux make --skip-confirm do what it says, and include it in test script. 2011-07-12 07:13:58 -07:00
relay fix uninitialized variable 2011-07-08 05:53:08 -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