xwords/xwords4/android/jni
Eric House 2a0b21e5e8 make password fetching non-blocking
First attempt to stop blocking the jni thread: instead of returning a
password from a util_ method, have it include enough state that the UI
can return, put up a dialog, and then pass that state and the password
back and have them matched up again. I think this will work for the
remaining blocking Alerts too.
2017-02-17 06:23:44 -08:00
..
.gitignore forgot a file 2017-01-18 07:28:19 -08:00
anddict.c more script fixes; move jni code 2017-01-18 07:27:23 -08:00
anddict.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
andglobals.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
Android.mk fix jni build. Full .apk now produced. 2017-01-18 08:33:49 -08:00
andutils.c more script fixes; move jni code 2017-01-18 07:27:23 -08:00
andutils.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
drawwrapper.c more script fixes; move jni code 2017-01-18 07:27:23 -08:00
drawwrapper.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
jniutlswrapper.c more script fixes; move jni code 2017-01-18 07:27:23 -08:00
jniutlswrapper.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
LocalizedStrIncludes.h more script fixes; move jni code 2017-01-18 07:27:23 -08: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 make password fetching non-blocking 2017-02-17 06:23:44 -08:00
utilwrapper.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
xportwrapper.c add and use boolToStr 2017-01-22 14:15:29 -08:00
xportwrapper.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
xptypes.h more script fixes; move jni code 2017-01-18 07:27:23 -08:00
xwjni.c make password fetching non-blocking 2017-02-17 06:23:44 -08:00