xwords/xwords4/android/XWords4
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
..
assets add Hex dict for help with testing. Don't ship. :-) 2010-01-30 14:56:21 +00:00
jni set gameID when saving CurGameInfo from java IFF it isn't already set. 2010-02-14 22:01:06 +00:00
res minor changes: rearrange menus, new strings, etc. 2010-02-14 22:05:08 +00:00
src/org/eehouse/android/xw4 Fix problems detecting orientation change: instead of passing a 2010-02-15 02:48:27 +00:00
AndroidManifest.xml add SMS send and receive permissions; add not-yet-working activities 2010-02-09 14:33:04 +00:00
build.xml rearrange to work with newer version of ndk and sdk just installed 2010-01-30 03:18:01 +00:00
default.properties Build for 1.6 instead of 1.5 for SMS APIs 2010-02-09 14:16:23 +00:00
local.properties rearrange to work with newer version of ndk and sdk just installed 2010-01-30 03:18:01 +00:00