xwords/xwords4/android/jni
Eric House cfaa6849b2 pass env into dict-related methods
I was getting an occasional crash using a stale env to delete a dict's
resources because the dict was cacheing the env that created it. Dumb!
Using the thread->env mapping stuff worked, but that felt risky and so I
tried just passing it in. It's safe, and involves an amount of change I
can tolerate. So likely going that way.
2020-04-26 13:39:16 -07:00
..
.gitignore forgot a file 2017-01-18 07:28:19 -08:00
anddict.c pass env into dict-related methods 2020-04-26 13:39:16 -07:00
anddict.h pass env into dict-related methods 2020-04-26 13:39:16 -07:00
andglobals.h implement util->dutil split for Android 2018-07-05 08:32:19 -07:00
Android.mk Squashed commit of the following: 2020-01-30 16:00:56 -08:00
andutils.c part two: add threadID and support multiple threads 2020-04-17 18:49:20 -07:00
andutils.h part two: add threadID and support multiple threads 2020-04-17 18:49:20 -07:00
drawwrapper.c Squashed commit of the following: 2020-01-30 16:00:56 -08:00
drawwrapper.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
jniutlswrapper.c add logging 2019-01-05 18:54:48 -08:00
jniutlswrapper.h fix env-mapping crash in jni due to race condition 2018-01-22 07:45:43 -08: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 pass env into dict-related methods 2020-04-26 13:39:16 -07:00
utilwrapper.h pass env into dict-related methods 2020-04-26 13:39:16 -07:00
xportwrapper.c up strings for new release and cleanup 2019-12-28 08:35:49 -08:00
xportwrapper.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
xptypes.h pass env into dict-related methods 2020-04-26 13:39:16 -07:00
xwjni.c pass env into dict-related methods 2020-04-26 13:39:16 -07:00