mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
cd15a9e6e3
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. |
||
---|---|---|
.. | ||
scripts | ||
XWords4 | ||
Application.mk | ||
INSTALL.txt |