xwords/xwords4/android
eehouse 84fa9bce88 Fix problems detecting orientation change: instead of passing a
message, have draw check if dimensions are same as when did layout and
redo them if they're changed.  Works because the OS wants us to redraw
as soon as orientation changes.  But this makes it easier to hit a
synchronization problem: if re-layout happens mid-draw then canvas or
other draw-related objects may be null.  Need to get rid of the jni
thread OR synchronization drawing and layout.
2010-02-15 02:48:27 +00:00
..
scripts search TransportProcs too 2010-02-14 17:29:07 +00:00
XWords4 Fix problems detecting orientation change: instead of passing a 2010-02-15 02:48:27 +00:00
Application.mk initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
INSTALL.txt initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00