xwords/xwords4/android/jni
Eric House 187323192f Test for game type before calling resend_all
I have a case where app crashed on launch due to the assert that resend_all()
wasn't being called on a standalone game. That happened because somehow
the game's android-side db entry showed pending packets to send, though the
game type was correct. Fix is to check for game type also, but also to add
a test so comms won't get invoked with a null ptr on release builds.
2020-09-26 09:43:48 -07:00
..
.gitignore forgot a file 2017-01-18 07:28:19 -08:00
anddict.c no-code-change cleanup: star next to type not name 2020-09-13 14:34:47 -07: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 add mqtt as a new transport 2020-05-20 13:58:53 -07:00
andutils.c no-code-change cleanup: star next to type not name 2020-09-13 14:34:47 -07:00
andutils.h no-code-change cleanup: star next to type not name 2020-09-13 14:34:47 -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 don't let keys change with every upgrade (use newest) 2020-09-04 20:51:44 -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 Test for game type before calling resend_all 2020-09-26 09:43:48 -07:00