]> gitweb.fperrin.net Git - Dictionary.git/commit
More robust generation of installed dictionary list.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 2 May 2020 20:22:49 +0000 (22:22 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 2 May 2020 20:22:49 +0000 (22:22 +0200)
commit9cab1701d42d237791c816e8593b36abf515973a
treeb6363521d12be7008e873fd5b6a294a0f4c1695b
parenta91ffbda88a480b2ab2dd26957c658b9c37ebc74
More robust generation of installed dictionary list.

With memory-mapped IO truncated files would generate
a IllegalArgumentException instead of IOError, so
handle them both in the same way.
src/com/hughes/android/dictionary/engine/Dictionary.java