xwords/xwords4/android/jni
Eric House 0e9661aa19 fix search of wordlists containing duplicates
Hungarian is unique (so far) in having two-letter tiles that can be
spelled with one-letter tiles AND in allowing words to be spelled both
ways. This crashed search based on strings because there were
duplicates. So now search is done by tile arrays. Strings are first
converted, and then IFF there is more than one tile array result AND the
wordlist has the new flag indicating that duplicates are possible, THEN
the user is asked to choose among the possible tile spellings of the
search string.
2020-05-04 08:33:15 -07:00
..
.gitignore forgot a file 2017-01-18 07:28:19 -08:00
anddict.c refactor so common dictnry does more work 2020-05-01 09:18:27 -07:00
anddict.h retain thread->env mapping in DEBUG builds only 2020-04-26 13:39:21 -07:00
andglobals.h turn off thread->env mapping for DEBUG too (for now) 2020-04-29 10:31:37 -07:00
Android.mk Squashed commit of the following: 2020-01-30 16:00:56 -08:00
andutils.c refactor so common dictnry does more work 2020-05-01 09:18:27 -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 fix search of wordlists containing duplicates 2020-05-04 08:33:15 -07:00