xwords/xwords4/android/XWords4
Eric House ae8a66f37b snapshot on the way to handling rotation of the board view. Pass
orientation changes down to it (or any other interested delegate), and
have it lay its container out again. There appear to be race
conditions here: sometimes the toolbar winds up in the wrong
orientation, and on some devices the board can be blank. One problem
is that on a multi-paned device a single pane may be portrait (taller
than wide) though the whole device is in landscape mode. The big
challege is to get the view's max dimensions (and whether it's
landscape or portrait) when layout hasn't yet begun, because we that
for the jni part of layout. Messy still, but better than before and I
think progress in the right direction.
2016-04-04 13:43:16 -07:00
..
app Merge branch 'android_branch' into android_dualpane2 2016-03-13 17:27:02 -07:00
archive Merge branch 'android_branch' into android_dualpane2 2016-03-13 17:27:02 -07:00
assets better summary text 2016-03-13 14:42:50 -07:00
gradle/wrapper add exactly as came from modified sample app 2015-11-11 18:55:24 -08:00
img_src add missing image 2015-08-24 07:42:36 -07:00
jni store and present chat sender's name instead of the lame "Me"/"Not me" 2016-03-06 07:03:54 -08:00
libs Cleanup: get rid of ListActivity. Eventually all Activities need to 2015-11-24 08:01:16 -08:00
res Merge branch 'android_branch' into android_dualpane2 2016-03-13 17:27:02 -07:00
res_src Merge branch 'android_branch' into android_dualpane2 2016-03-13 17:27:02 -07:00
src/org/eehouse/android/xw4 snapshot on the way to handling rotation of the board view. Pass 2016-04-04 13:43:16 -07:00
.gitignore Merge branch 'android_branch' into android_dualpane2 2016-03-13 17:27:02 -07:00
AndroidManifest.xml Merge branch 'android_branch' into android_dualpane2 2016-03-13 17:27:02 -07:00
build.gradle move to sdk-22 breaks jni on x86, so revert to -19 for now. 2016-03-06 09:59:22 -08:00
build.xml send the correctly calculated hash value, and up strings for another 2016-01-03 20:23:46 -08:00
build_unchecked.xml version of build.xml modified to pass -xline to javac. For future use... 2010-11-05 05:06:04 -07:00
gradle.properties add exactly as came from modified sample app 2015-11-11 18:55:24 -08:00
gradlew add exactly as came from modified sample app 2015-11-11 18:55:24 -08:00
gradlew.bat add exactly as came from modified sample app 2015-11-11 18:55:24 -08:00
proguard-project.txt adding file required for proguard 2014-07-14 21:46:09 -07:00
project.properties move to sdk-22 breaks jni on x86, so revert to -19 for now. 2016-03-06 09:59:22 -08:00
settings.gradle add exactly as came from modified sample app 2015-11-11 18:55:24 -08:00