xwords/xwords4/android/jni
Eric House 1c6d28633f don't let keys change with every upgrade (use newest)
Supid bug generating keys from __FILE__ meant each release
build (usually done in /tmp/$$, or on a travis server) had a new key and
generated a new MQTT devID (and other stuff less frequently used.)
Replace the keys with something that won't change, and as a temporary
fix so the upgrade including this fix doesn't generate new keys use the
most recent stored key matching the suffix the old keys will have had in
common.
2020-09-04 20:51:44 -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 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 fix relay game failure to change roles 2020-08-25 14:53:33 -07:00