xwords/xwords4/android/XWords4
Eric House bd3caf25eb re-create list when size limits change
Problem: brain-dead Android code (on 5.1.0 anyway) caches the
SectionIndexer separately from the ListAdapter that implements it, so
when you change the ListAdapter it keeps using the old one for its
SectionIndexer. Solution is to replace the ListView in the layout with a
FrameLayout into which a ListView is inserted at runtime on init and
whenever the data changes.
2016-08-20 13:37:35 -07:00
..
app fix gradle build: remove thumbnail stuff 2016-07-30 17:48:47 -07:00
archive re-create list when size limits change 2016-08-20 13:37:35 -07:00
assets tweak changes text 2016-08-19 14:14:39 -07:00
gradle/wrapper AS-generated changes adapting to the 2.0 release 2016-04-07 12:34:58 -07:00
img_src add missing image 2015-08-24 07:42:36 -07:00
jni add new jni call board_containsPt() 2016-08-15 17:26:10 -07:00
libs Cleanup: get rid of ListActivity. Eventually all Activities need to 2015-11-24 08:01:16 -08:00
res re-create list when size limits change 2016-08-20 13:37:35 -07:00
res_src always show toast announcing dual-pane mode 2016-08-19 11:37:24 -07:00
src re-create list when size limits change 2016-08-20 13:37:35 -07:00
.gitignore Merge branch 'android_branch' into android_dualpane2 2016-03-13 17:27:02 -07:00
AndroidManifest.xml up version strings and changes list 2016-08-19 11:58:10 -07:00
build.gradle update to new gradle plugin as recommended/generated by AS 2016-06-30 07:15:21 -07:00
build.xml generate project.properties file 2016-07-18 13:25:55 -07: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