]> gitweb.fperrin.net Git - Dictionary.git/history - src/com/hughes/android/dictionary/engine/NormalizeComparator.java
Allow caching normalization step of comparator.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / NormalizeComparator.java
2020-04-15 Reimar DöffingerAllow caching normalization step of comparator.
2020-04-13 Reimar DöffingerClean up order of imports.
2018-10-21 Reimar DöffingerFix multiword search with incomplete words.
2018-05-20 Reimar DöffingerFix issues noted by lint tools.
2017-03-19 Reimar DöffingerNormalizeComparator: improve type, support null normalizer.
2016-12-17 Reimar DöffingerFix "thorn" issue in English-Norwegian dictionary.
2016-11-08 Reimar DöffingerApply astyle code formattting.
2016-10-26 Reimar DöffingerAttempt to fix issue #49.
2015-12-29 Reimar DöffingerFix comparison for entries starting with "-".
2013-12-26 Thad HughesAuto-format everything.
2013-01-05 Thad HughesOptimize imports, update dictionary info.
2012-01-31 Thad HughesFaster multi search, exact search, moved Normalization...