xwords/xwords4/android/jni
Eric House b2bc4e34cf do wordlist lookups using tiles not chars
Fixing a problem with languages (like Hungarian) where it's legal to use
a two-letter tile or two single-letter tiles to play the same word. When
words are seen, or searched for, as char-arrays, there are
duplicates. Current code crashes, but there's also risk the user gets
unexpected behavior. Crash is fixed, and foundation laid for better UX,
by doing all searches for tile arrays. If a search string translates to
more than one tile array the user must choose. For that choice to make
sense it's now possible to translate tile[] to char[] with a delimiter
between the tile strings.
2020-04-28 13:29:12 -07:00
..
.gitignore forgot a file 2017-01-18 07:28:19 -08:00
anddict.c retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
anddict.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
andglobals.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
Android.mk Squashed commit of the following: 2020-01-30 16:00:56 -08:00
andutils.c part two: add threadID and support multiple threads 2020-04-17 18:49:20 -07:00
andutils.h remove comms/transport from using thread->env map 2020-04-26 13:39:21 -07:00
drawwrapper.c retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
drawwrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
jniutlswrapper.c retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
jniutlswrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
LocalizedStrIncludes.h show pending name in scoreboard 2020-04-10 07:12:56 -07: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 retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
utilwrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
xportwrapper.c retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
xportwrapper.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
xptypes.h pass env into dict-related methods 2020-04-26 13:39:16 -07:00
xwjni.c do wordlist lookups using tiles not chars 2020-04-28 13:29:12 -07:00