Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
Find a file
ehouse 2c3e45318d All I wanted was to implement a tile picker, but it turns out dialogs
can't be synchronous on Android: you can't block the main UI thread.
So now there's a new background thread to which all jni activity
except game opening and saving is delegated (and these happen before
and after the thread exists.)  Tile picking works because the request
comes in on the background thread which then blocks until the
BoardActivity reports that the tile picker's gone away.
2010-01-10 17:35:23 +00:00
CVSROOT initial checkin 2003-08-27 19:12:36 +00:00
xwords4 All I wanted was to implement a tile picker, but it turns out dialogs 2010-01-10 17:35:23 +00:00