xwords/xwords4/android/XWords4/jni
Eric House aec03fc572 When a game's consumated and guest discovers it isn't using the same
dict, give chance to switch, and to download if required.  Because of
the way the JNI thread works, and JNI's requirement in general that
env instances match up (e.g. dicts must be destroyed in the same
thread that creates them), substituting into a live game is too hard.
So the game's saved with its new dict and then reloaded.
2012-10-24 07:17:21 -07:00
..
anddict.c Merge branch 'android_branch' into android_dictdb 2012-09-15 16:36:15 -07:00
anddict.h fix emacs compile-commands 2012-02-15 18:07:19 -08:00
andglobals.h add copyright notice; turn logging back on for jni code 2010-03-28 23:38:53 +00:00
Android.mk merge in SMS-version UI -- there will not be a separate version for 2012-10-15 08:29:46 -07:00
andutils.c call back into java for util_getCurSeconds implementation so java and 2012-09-29 19:27:02 -07:00
andutils.h call back into java for util_getCurSeconds implementation so java and 2012-09-29 19:27:02 -07:00
drawwrapper.c replace DeleteLocalRef calls with version that checks for NULL 2012-09-15 15:57:38 -07:00
drawwrapper.h Work when initialized with a null instance of DrawCtxt. (All calls 2010-02-09 14:21:58 +00:00
jniutlswrapper.c Merge branch 'android_branch' into android_dictdb 2012-09-15 16:36:15 -07:00
jniutlswrapper.h combine two jniutils methods into one 2012-09-15 15:21:31 -07:00
LocalizedStrIncludes.h implement resign on top of existing endGame logic, adding "quitter" as 2012-10-07 12:47:06 -07:00
paths.h fix emacs compile-commands 2012-02-15 18:07:19 -08:00
utils.c add copyright notice; turn logging back on for jni code 2010-03-28 23:38:53 +00:00
utilwrapper.c When a game's consumated and guest discovers it isn't using the same 2012-10-24 07:17:21 -07:00
utilwrapper.h set gameID when saving CurGameInfo from java IFF it isn't already set. 2010-02-14 22:01:06 +00:00
xportwrapper.c replace DeleteLocalRef calls with version that checks for NULL 2012-09-15 15:57:38 -07:00
xportwrapper.h Work (but don't call into java world) when initialized with a null 2010-02-09 14:20:16 +00:00
xptypes.h fix so count comes from dict; combine two jni methods into one; fix 2011-10-25 18:36:12 -07:00
xwjni.c When a game's consumated and guest discovers it isn't using the same 2012-10-24 07:17:21 -07:00