xwords/xwords4/android/jni
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
..
.gitignore forgot a file 2017-01-18 07:28:19 -08:00
anddict.c refactor so common dictnry does more work 2020-05-01 09:18:27 -07:00
anddict.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
andglobals.h turn off thread->env mapping for DEBUG too (for now) 2020-04-29 10:31:37 -07:00
Android.mk add mqtt as a new transport 2020-05-20 13:58:53 -07:00
andutils.c use new makeObject to improve API 2020-08-17 10:49:12 -07:00
andutils.h use new makeObject to improve API 2020-08-17 10:49:12 -07:00
drawwrapper.c use new makeObject to improve API 2020-08-17 10:49:12 -07:00
drawwrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
jniutlswrapper.c retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
jniutlswrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
LocalizedStrIncludes.h show pending name in scoreboard 2020-04-10 07:12:56 -07:00
paths.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
utils.c more script fixes; move jni code 2017-01-18 07:27:23 -08:00
utilwrapper.c fix relay game failure to change roles 2020-08-25 14:53:33 -07:00
utilwrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
xportwrapper.c add mqtt as a new transport 2020-05-20 13:58:53 -07:00
xportwrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
xptypes.h pass env into dict-related methods 2020-04-26 13:39:16 -07:00
xwjni.c fix relay game failure to change roles 2020-08-25 14:53:33 -07:00