xwords/xwords4/android/XWords4
Andy2 755d3e5bb2 as first step in using mmap for dictionaries instead of passing byte
arrays into the jni, pass the full file paths in in addition to the
byte arrays.  This isn't possible with the built-in dicts, but does
work for the downloaded ones (which are usually larger).  This checkin
does the mmap and uses memcmp to verify that the bytes are the same as
passed in.  Next step is to not pass the bytes when the path will do
and to actually use the mmap'd ptr.
2011-08-08 19:41:45 -07:00
..
assets new smallish English dictionary. See the Makefile for origins. 2011-04-29 06:24:25 -07:00
jni as first step in using mmap for dictionaries instead of passing byte 2011-08-08 19:41:45 -07:00
res adapt a couple of icons as placeholders for standalone and networked 2011-08-08 18:56:19 -07:00
src/org/eehouse/android/xw4 as first step in using mmap for dictionaries instead of passing byte 2011-08-08 19:41:45 -07:00
.gitignore remove local.properties, and add a script, run from build.xml before 2010-06-20 09:29:13 -07:00
AndroidManifest.xml fix failure of renamegame feature when orientation changes while 2011-08-07 20:22:11 -07:00
build.xml remove local.properties, and add a script, run from build.xml before 2010-06-20 09:29:13 -07:00
build_unchecked.xml version of build.xml modified to pass -xline to javac. For future use... 2010-11-05 05:06:04 -07:00
default.properties Build for 1.6 instead of 1.5 for SMS APIs 2010-02-09 14:16:23 +00:00