xwords/xwords4/android/XWords4
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
..
assets initial checkin of java source for android port 2010-01-02 19:30:20 +00:00
res tile picker strings and intent 2010-01-10 17:20:18 +00:00
src/org/eehouse/android/xw4 All I wanted was to implement a tile picker, but it turns out dialogs 2010-01-10 17:35:23 +00:00
AndroidManifest.xml tile picker strings and intent 2010-01-10 17:20:18 +00:00
build.xml initial checkin of java source for android port 2010-01-02 19:30:20 +00:00
default.properties initial checkin of java source for android port 2010-01-02 19:30:20 +00:00
local.properties initial checkin of java source for android port 2010-01-02 19:30:20 +00:00