xwords/xwords4/android/XWords4/jni
Eric House 28bfa3c904 make forceChannel part of CurGameInfo rather than comms, since Android
needs to save it there on receipt of an invitation (doesn't create
full game with comms until later.)  Passes discon2 tests and seems to
work on a single Android device. (Haven't tested inviting on Android
yet.)
2014-12-29 07:39:28 -08:00
..
.gitignore remove file to be generated by build system 2013-11-04 19:19:09 -08:00
anddict.c switch for loop to using C99-style variable declarations; no other change 2014-11-25 06:09:18 -08:00
anddict.h use dictmgr in java. This requires jni globals that live across boards being opened and that include a mempool dicts will be allocated out of. Seems to work, and to get ref counts as high as 6 or so before they drop down to one when all boards are closed. (The final is held by the dictmgr which won't give it up until the app itself is GC'd) 2014-03-10 19:14:59 -07:00
andglobals.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
Android.mk turn on -std=c99 2014-10-15 21:43:34 -07:00
andutils.c remove logging 2014-11-26 07:21:27 -08:00
andutils.h oops: set typeset field in java struct 2014-10-17 07:46:32 -07:00
drawwrapper.c switch for loop to using C99-style variable declarations; no other change 2014-11-25 06:09:18 -08:00
drawwrapper.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
jniutlswrapper.c replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
jniutlswrapper.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
LocalizedStrIncludes.h show new client-formatted turn summary in notification; remove old 2014-08-26 21:37:33 -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 switch for loop to using C99-style variable declarations; no other change 2014-11-25 06:09:18 -08:00
utilwrapper.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
xportwrapper.c use a constant; log a bit more for now 2014-12-02 06:08:58 -08:00
xportwrapper.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
xptypes.h fix problems with opening and using wordlists on 64-bit linux by 2014-01-07 06:58:20 -08:00
xwjni.c make forceChannel part of CurGameInfo rather than comms, since Android 2014-12-29 07:39:28 -08:00