xwords/xwords4/android/XWords4
Eric House d820554ffb change game list item strategy since it turns out adapter's findView()
doesn't pass in the previous representation of a given item for
recycling: move async loading of summary into GameListItem class, and
use getChildAt() to invalidate a single list (rather than reloading
the whole list) whereever possible.  Still need to dump the list
whenever the number of items changes since we're depending on DBUtils
to determine the order and have no way to reshuffle existing items.
2012-12-10 07:48:15 -08:00
..
assets new versions of dicts with checksums and descriptions 2012-09-08 10:08:39 -07:00
jni Fix occasional infinite loop of devices sending and receiving the same 2012-11-13 21:25:03 -08:00
libs merge in changes from the -gcm directory: GCM will be a feature of the 2012-11-02 05:35:31 -07:00
res rewrite list item logic. Use a single custom LinearLayout subclass 2012-12-08 08:47:53 -08:00
src/org/eehouse/android/xw4 change game list item strategy since it turns out adapter's findView() 2012-12-10 07:48:15 -08:00
.gitignore ignore new obj dir 2012-01-03 18:27:15 -08:00
AndroidManifest.xml use preferred SDK-8 API to look for downloads directory, and wrap it 2012-12-05 07:32:11 -08:00
build.xml make it possible to build without knowing the GCM sender ID. 2012-11-22 08:13:06 -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
project.properties use preferred SDK-8 API to look for downloads directory, and wrap it 2012-12-05 07:32:11 -08:00