xwords/xwords4/android
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
..
scripts script to swap resources for small-device testing 2016-08-18 12:38:41 -07:00
website tweak name and reflect new name on website 2012-08-30 19:21:05 -07:00
XWords4 re-create list when size limits change 2016-08-20 13:37:35 -07:00
XWords4-dbg upgrade -Dbg version code too 2016-08-19 12:56:07 -07:00
.gitignore ignore dirs for another branch (local only so far) 2014-09-08 07:06:45 -07:00
Application.mk initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
INSTALL.txt update build/install instructions 2015-03-03 07:12:44 -08:00