xwords/xwords4/android
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
..
scripts remove symlinks if they're not back to us -- so that more than one 2010-01-04 05:50:12 +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
anddict.c add onDispose call to game_dispose, and implement it such that jni 2010-01-09 13:30:23 +00:00
anddict.h initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
andglobals.h don't store dict: it's in the model 2010-01-09 17:11:31 +00:00
Android.mk initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
andutils.c add makeStringArray 2010-01-10 17:23:30 +00:00
andutils.h add makeStringArray 2010-01-10 17:23:30 +00:00
Application.mk initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
drawwrapper.c pass in/store ptr to JNIEnv* rather than env itself 2010-01-10 17:25:46 +00:00
drawwrapper.h pass in/store ptr to JNIEnv* rather than env itself 2010-01-10 17:25:46 +00:00
INSTALL.txt initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
LocalizedStrIncludes.h initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
utils.c initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
utilwrapper.c pass in/store ptr to JNIEnv* rather than env itself 2010-01-10 17:25:46 +00:00
utilwrapper.h pass in/store ptr to JNIEnv* rather than env itself 2010-01-10 17:25:46 +00:00
xptypes.h initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
xwjni.c Add common head/tail macros to all jni entrypoints that save/restore 2010-01-10 17:29:09 +00:00