xwords/xwords4/android/jni
Eric House 0e14783d3b use negotiated streamVersion to decide what to send via MQTT
No point in sending the old-topic-format MQTT messages to clients that
know about the new one, and in fact it's harmful. Devices in a game
already agree on the stream version to use and communicate it, so pass
that into comms once it's known and from there on to the device code
that builds mqtt messages.
2023-02-09 16:53:18 -08:00
..
.gitignore forgot a file 2017-01-18 07:28:19 -08:00
anddict.c make android supports 21x21 too 2022-04-04 11:46:22 +02:00
anddict.h no-code-change cleanup: star next to type not name 2020-09-13 14:34:47 -07:00
andglobals.h turn off thread->env mapping for DEBUG too (for now) 2020-04-29 10:31:37 -07:00
Android.mk remove timestamps from mqtt header and procs that feed it 2022-12-30 15:35:01 -08:00
andutils.c cleanup: pass xwe with closeProc rather than to destroy 2023-02-03 22:00:47 -08:00
andutils.h name change only 2023-01-31 08:36:49 -08:00
drawwrapper.c name change only 2023-01-31 08:36:49 -08:00
drawwrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
jniutlswrapper.c a bit of cleanup 2020-12-14 08:57:11 -08:00
jniutlswrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
LocalizedStrIncludes.h remove assertion firing in dup mode 2022-08-01 13:05:19 -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 cleanup: pass xwe with closeProc rather than to destroy 2023-02-03 22:00:47 -08:00
utilwrapper.h make android compile/run with wasm changes 2021-03-19 14:29:20 -07:00
xportwrapper.c use negotiated streamVersion to decide what to send via MQTT 2023-02-09 16:53:18 -08: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 use negotiated streamVersion to decide what to send via MQTT 2023-02-09 16:53:18 -08:00