]> gitweb.fperrin.net Git - Dictionary.git/commit
Add CollatorWrapper to allow using different implementation.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 5 Aug 2017 18:30:58 +0000 (20:30 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 5 Aug 2017 18:30:58 +0000 (20:30 +0200)
commit3f9b8540ee99ca4039e9357e021bdccb41b532ef
tree6973668b9f8254c78239ed805d607261720b19e7
parent82b867d8e6188ec2749bee160ca2b17a599409e6
Add CollatorWrapper to allow using different implementation.

PC should use the ICU version explicitly, whereas
on Android java.text.Collator is based on ICU anyway
so we do not need to waste space including ICU.
src/com/hughes/android/dictionary/CollatorWrapper.java [new file with mode: 0644]
src/com/hughes/android/dictionary/DictionaryApplication.java
src/com/hughes/android/dictionary/engine/Index.java
src/com/hughes/android/dictionary/engine/Language.java