xwords/xwords4/android
Eric House 512a8e1afa fix crash when chat message is too long
Len byte was limited to 255, but would get clipped (masked with 0xFF)
then all the string data would get written. So on receipt, the clipped
length was taken to be that of the string data, with the rest of the
string to be interpreted as something else. An array index, in this
case.
2020-03-26 18:19:03 -07:00
..
app fix crash when chat message is too long 2020-03-26 18:19:03 -07:00
gradle/wrapper upgrade AS and gradle and with luck travis will work 2018-05-06 14:33:10 -07:00
img_src fix reversed arrow icons 2020-03-20 19:36:40 -07:00
jni fix Android build (requires adding new comms method) 2020-03-14 18:52:28 -07:00
res_src fix formatter specifiers in Japanese 2020-03-24 16:50:51 -07:00
scripts fix dictionary sum checking server-side 2020-03-18 22:28:58 -07:00
website update web page (esp. fix style for device display) 2019-06-23 10:17:55 -07:00
.gitignore ignore generated files 2017-08-22 07:52:15 -07:00
Application.mk initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
build.gradle use sdk 28 for real 2019-10-22 13:40:17 +02:00
gradle.properties move some gradle files 2017-01-18 06:33:00 -08:00
gradlew move some gradle files 2017-01-18 06:33:00 -08:00
gradlew.bat more cleanup. Get Crittercism stuff compiling. 2017-01-18 19:03:36 -08:00
id_rsa_uploader.enc try to fix travis: copy over .enc file 2017-09-11 06:47:59 -07:00
INSTALL.txt update build instruction 2017-12-29 17:56:50 -08:00
settings.gradle move some gradle files 2017-01-18 06:33:00 -08:00