xwords/xwords4/android
Eric House b0f7176b6c fix relay game failure to change roles
If a configured-as-host game joined an existing game the relay would
make it a guest. The android util_ callback for that change was only
implemented in BoardDelegate and so the change was dropped unless the
game was open/visible. Because comms recorded the change, though, the
callback would never be called again and so the game never learned to
behave as a guest and never registered: permanent failure to join game!
Implemented with a new server state so initClientConnection can be
called from server_do() instead of inside comms while processing an
incoming packet.
2020-08-25 14:53:33 -07:00
..
app fix relay game failure to change roles 2020-08-25 14:53:33 -07:00
gradle/wrapper upgrade to latest gradle version 2020-04-10 07:12:56 -07:00
img_src checkmark replaces game-type when item selected 2020-08-20 10:38:57 -07:00
jni fix relay game failure to change roles 2020-08-25 14:53:33 -07:00
res_src remove string; fix long-click on thumbnail 2020-08-20 16:57:26 -07:00
scripts tapping thumbnail opens game 2020-08-20 14:13:56 -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 up target sdk from 28 to 29 2020-08-17 12:45:55 -07:00
gradle.properties changes generated by AS (moving to androidx) 2020-04-10 07:12:56 -07: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