xwords/xwords4/android/app
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
..
src hack: limit chat field length to 255 2020-03-26 18:24:46 -07:00
build.gradle fix android crash due to bad build.gradle merge 2020-01-30 21:21:45 -08:00
debug.keystore include debug keystore directly 2017-01-22 15:35:02 -08:00
proguard-rules.pro tweak comments 2017-07-19 06:16:22 -07:00