xwords/xwords4/android
ehouse 68079d3590 Add ability to open utf8-formatted dicts and to display bitmap tiles
(though poorly.)  Both required processing in the jni that isn't
possible (e.g. because no libiconv included) so I created callbacks
into java from the dict building code.  Add ability to download dicts,
to select them, to add and remove players and make them robots or
human.  Robot-vs-robot game doesn't work well (robots trade a lot and
server_do seems not to be getting called enough) but will soon.
Coalesce penMove events.  Implement game list menuitems like delete,
copy, etc.
2010-01-25 02:49:14 +00:00
..
scripts Generate file with same name as class it contains. 2010-01-19 13:29:19 +00:00
XWords4 Add ability to open utf8-formatted dicts and to display bitmap tiles 2010-01-25 02:49:14 +00:00
anddict.c Add ability to open utf8-formatted dicts and to display bitmap tiles 2010-01-25 02:49:14 +00:00
anddict.h Add ability to open utf8-formatted dicts and to display bitmap tiles 2010-01-25 02:49:14 +00:00
andglobals.h don't store dict: it's in the model 2010-01-09 17:11:31 +00:00
Android.mk turn debug back on 2010-01-13 13:29:55 +00:00
andutils.c Add ability to open utf8-formatted dicts and to display bitmap tiles 2010-01-25 02:49:14 +00:00
andutils.h Add ability to open utf8-formatted dicts and to display bitmap tiles 2010-01-25 02:49:14 +00:00
Application.mk initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
drawwrapper.c Add ability to open utf8-formatted dicts and to display bitmap tiles 2010-01-25 02:49:14 +00:00
drawwrapper.h pass in/store ptr to JNIEnv* rather than env itself 2010-01-10 17:25:46 +00:00
INSTALL.txt initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
LocalizedStrIncludes.h implement util_getUserString and features like formatRemainingTiles 2010-01-16 14:16:27 +00:00
utils.c initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
utilwrapper.c Add ability to open utf8-formatted dicts and to display bitmap tiles 2010-01-25 02:49:14 +00:00
utilwrapper.h Add ability to open utf8-formatted dicts and to display bitmap tiles 2010-01-25 02:49:14 +00:00
xptypes.h fix to compile with debugging turned off 2010-01-10 23:39:54 +00:00
xwjni.c Add ability to open utf8-formatted dicts and to display bitmap tiles 2010-01-25 02:49:14 +00:00