xwords/xwords4/android/XWords4/jni
2014-03-09 14:23:24 -07:00
..
.gitignore remove file to be generated by build system 2013-11-04 19:19:09 -08:00
anddict.c refcount dicts. Model "owns" its copy and so increments the refcount when gaining one and decrements the count on any being replaced (and on all on exit). This is setting up the real change, which is to let the java world wrap dicts in objects that hang onto them until they're destroyed, which should fix problems where dicts are referenced after they've been destroyed. 2014-03-08 20:57:27 -08:00
anddict.h fix compile warnings 2014-02-10 18:23:03 -08:00
andglobals.h add copyright notice; turn logging back on for jni code 2010-03-28 23:38:53 +00:00
Android.mk use ccache for jni if present 2014-01-21 07:20:51 -08:00
andutils.c Merge branch 'android_branch' into android_thumbnail 2013-11-04 06:20:53 -08:00
andutils.h Merge branch 'android_branch' into android_thumbnail 2013-11-04 06:20:53 -08:00
drawwrapper.c save, commented out, how to call the contstructor of a nested class -- in case I go back to doing things that way. 2014-03-09 14:23:24 -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 add message checksumming for android too by making it part of util 2013-07-10 08:05:47 -07:00
jniutlswrapper.h add message checksumming for android too by making it part of util 2013-07-10 08:05:47 -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 remove logging 2013-11-27 07:10:08 -08: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 Revert "pass additional param into java world so don't show toast every time connect to relay" 2013-07-08 06:30:26 -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 problems with opening and using wordlists on 64-bit linux by 2014-01-07 06:58:20 -08:00
xwjni.c refcount dicts. Model "owns" its copy and so increments the refcount when gaining one and decrements the count on any being replaced (and on all on exit). This is setting up the real change, which is to let the java world wrap dicts in objects that hang onto them until they're destroyed, which should fix problems where dicts are referenced after they've been destroyed. 2014-03-08 20:57:27 -08:00