]> gitweb.fperrin.net Git - Dictionary.git/history - src
Update to latest Util version.
[Dictionary.git] / src /
2020-04-16 Reimar DöffingerUse StringBuilder instead of String.format.
2020-04-15 Reimar DöffingerAllow caching normalization step of comparator.
2020-04-15 Reimar DöffingerMinor code simplifications.
2020-04-15 Reimar DöffingerUpdate to new mmapped IO.
2020-04-13 Reimar DöffingerRemove v6 writing code moved to DictionaryPC repo.
2020-04-13 Reimar DöffingerOptimize v6 file writing.
2020-04-13 Reimar DöffingerSupport stripping HTML entries for v6 dictionaries.
2020-04-13 Reimar DöffingerClean up order of imports.
2020-04-11 Reimar DöffingerSome lint fixes.
2020-04-11 Reimar DöffingerUpdate to newly generated dictionaries.
2020-04-11 Reimar DöffingerAdd untested support for writing v6 files.
2020-04-11 Reimar DöffingerMinor code simplification.
2020-04-05 Reimar DöffingerAccessibility fixes.
2020-04-05 Reimar DöffingerBump version.
2020-04-05 Reimar DöffingerFix wrong layout.
2020-04-04 Reimar DöffingerSwitch to newer build tools and download via https.
2018-12-04 Reimar DöffingerFix compilation of DictionaryPC (non-Android Java).
2018-10-21 Reimar DöffingerFix multiword search with incomplete words.
2018-10-19 Reimar DöffingerFix layout of multi-row entries.
2018-10-18 Reimar DöffingerDetect and warn about non-writeable wordlist file.
2018-08-20 Reimar DöffingerFix some code inspection warnings.
2018-08-08 Reimar DöffingerAdd logging of exception message.
2018-06-13 Reimar DöffingerAllow multiple dictionaries in a .zip file.
2018-06-13 Reimar DöffingerAdd support for clicking on download notification.
2018-06-13 Reimar DöffingerAlways check isFinishing before displaying a Toast.
2018-05-20 Reimar DöffingerAccessibility fixes: set description for flag images.
2018-05-20 Reimar DöffingerFix issues noted by lint tools.
2018-05-20 Reimar DöffingerRun automated code cleanup.
2018-04-17 Reimar DöffingerCheck isFinishing when creating a Toast in some cases.
2018-04-14 Reimar DöffingerImprove handling when a word is not found.
2018-04-14 Reimar DöffingerReorder menu items to be more logical.
2018-01-10 Reimar DöffingerAnother fix for text colour.
2018-01-08 Reimar DöffingerSimplify LayoutParams.
2018-01-08 Reimar DöffingerSet text color for TextViews.
2017-12-11 Reimar DöffingerPut language buttons in Layout for better performance.
2017-12-10 Reimar DöffingerMinor cleanup of DictionaryManager ListView adapter.
2017-12-10 Reimar DöffingerRefactor adding bold spans.
2017-12-10 Reimar DöffingerSimplify adding a ClickableLink span.
2017-12-10 Reimar DöffingerSkippable optimization also for HtmlEntry.
2017-12-10 Reimar DöffingerUse singletonList for better performance.
2017-12-10 Reimar DöffingerMake use of the new skippable CachingList optimizations.
2017-12-10 Reimar DöffingerSimplify NonLinkClickableSpan.
2017-12-10 Reimar DöffingerRemove some unnecessary/nonsense checks.
2017-11-05 Reimar DöffingerEnsure there is no ListAdapter using the closed file.
2017-11-05 Reimar DöffingerOptimize word list ListView part 3.
2017-11-05 Reimar DöffingerOptimize word list ListView part 2.
2017-11-05 Reimar DöffingerOptimize word list ListView part 1.
2017-11-05 Reimar DöffingerRemove some margins that seem a bit overkill.
2017-11-01 Reimar DöffingerAlways set and unset DICT_FILE and INDEX_SHORT_NAME...
2017-11-01 Reimar DöffingerRemove dead code.
2017-11-01 Reimar DöffingerRemove dead code.
2017-09-02 Reimar DöffingerSanity-limit allocations.
2017-09-02 Reimar DöffingerImprovements to unzip and install code.
2017-09-02 Reimar DöffingerExtended error messages and additional null checks.
2017-09-02 Reimar DöffingerFix HtmlEntry for v6 dictionaries.
2017-08-20 Reimar DöffingerAvoid null in Intent, just in case.
2017-08-20 Reimar DöffingerAdd menu item to download dictionaries in browser.
2017-08-20 Reimar DöffingerSupport installing local dictionary zip files.
2017-08-20 Reimar DöffingerSupport opening .quickdic files from file manager.
2017-08-19 Reimar DöffingerFix error message when download manager in unavailable.
2017-08-13 Reimar DöffingerImplement "equals" for Pair class.
2017-08-05 Reimar DöffingerAdd CollatorWrapper to allow using different implementa...
2017-08-05 Reimar DöffingerAdd "synchronized" to initialization function, just...
2017-08-05 Reimar DöffingerWork around Android bug causing crashes.
2017-06-27 Reimar DöffingerAvoid inheriting from Application.
2017-06-27 Reimar DöffingerMove code using ISO to language resources into IsoUtils.
2017-06-24 Reimar DöffingerAvoid unnecessary use of startsWith.
2017-06-24 Reimar DöffingerAllocate ArrayList to right size from the start.
2017-06-24 Reimar DöffingerOptimize resolveClass a bit.
2017-06-24 Reimar DöffingerRemove unnecessary qualifier.
2017-06-24 Reimar DöffingerBuffer input/output streams.
2017-06-24 Reimar DöffingerPrefer ordinary HashMap over LinkedHashMap.
2017-06-23 Reimar DöffingerTry to work around ClassCastException issue.
2017-06-23 Reimar DöffingerFix performance of unpacking zip files.
2017-06-15 Reimar DöffingerMerge pull request #69 from antonv6/l10n-ru
2017-06-13 Reimar DöffingerMore robust code to get display density.
2017-03-19 Reimar DöffingerMake thread priority setting actually work.
2017-03-19 Reimar DöffingerFix too course locking that broke startup optimization.
2017-03-19 Reimar DöffingerNormalizeComparator: improve type, support null normalizer.
2017-03-18 Reimar DöffingerAdd hack to make binary search a bit more robust.
2017-03-18 Reimar DöffingerTry hack to improve pre-launch testing.
2017-02-11 Reimar DöffingerUse viewport meta tag in HTML.
2017-02-11 Reimar DöffingerApply font size also in WebView.
2017-02-11 Reimar DöffingerPrefer language names built-in in Android.
2016-12-17 Reimar DöffingerFix "thorn" issue in English-Norwegian dictionary.
2016-11-14 Reimar DöffingerEnable keyboard-only navigation to HTML entries.
2016-11-14 Reimar DöffingerFix OnItemClick when using keyboard navigation.
2016-11-13 Reimar DöffingerAdd code to speak full left/right side entries.
2016-11-13 Reimar DöffingerSome improvements to keyboard navigation.
2016-11-12 Reimar DöffingerPrefer XML click handling setup.
2016-11-08 Reimar DöffingerApply astyle code formattting.
2016-10-30 Reimar DöffingerGet rid of pointless double-caching.
2016-10-30 Reimar DöffingerList files only once, also avoids a potential race...
2016-10-29 Reimar DöffingerFix PC version compilation, do not depend on Android...
2016-10-29 Reimar DöffingerAvoid creating 100s of empty CachingLists.
2016-10-29 Reimar DöffingerFix memleak if TTS initialization hangs.
2016-10-29 Reimar DöffingerTry to fix DictionaryActivity leaks.
2016-10-29 Reimar DöffingerDo not needlessly use Linked variants of HashSet/HashMap.
2016-10-29 Reimar DöffingerRemove unnecessary class variables.
2016-10-29 Reimar DöffingerCache Transliterators.
next