xwords/xwords4/android/XWords4
Eric House 1546b15997 rowid needs to be autoincrement to be useful as a token with new relay
protocol.  And you can't make it autoincrement except when creating a
table.  So add new column set equal to current rowid, then create a
new table and copy the old data into it.
2013-01-28 06:51:39 -08:00
..
assets new versions of dicts with checksums and descriptions 2012-09-08 10:08:39 -07:00
jni add comms_stop() to jni and use it 2013-01-20 21:33:35 -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 debug pref to disable GCM so new stuff can be tested on-device 2013-01-25 07:16:38 -08:00
src/org/eehouse/android/xw4 rowid needs to be autoincrement to be useful as a token with new relay 2013-01-28 06:51:39 -08:00
.gitignore ignore new obj dir 2012-01-03 18:27:15 -08:00
AndroidManifest.xml up version strings and number 2013-01-01 22:33:31 -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