xwords/xwords4/android
Eric House 5e5da59cbc hack: limit chat field length to 255
The common code truncates to 255 *bytes*, not chars, so this isn't even
right, but at least for ascii users it'll make it less likely that
what's typed doesn't all get sent. The right fix is to change the format
to not limit sent str len to 255 bytes. See commit 512a8e1af.
2020-03-26 18:24:46 -07:00
..
app hack: limit chat field length to 255 2020-03-26 18:24:46 -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