mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
2c3e45318d
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. |
||
---|---|---|
.. | ||
scripts | ||
XWords4 | ||
anddict.c | ||
anddict.h | ||
andglobals.h | ||
Android.mk | ||
andutils.c | ||
andutils.h | ||
Application.mk | ||
drawwrapper.c | ||
drawwrapper.h | ||
INSTALL.txt | ||
LocalizedStrIncludes.h | ||
utils.c | ||
utilwrapper.c | ||
utilwrapper.h | ||
xptypes.h | ||
xwjni.c |