]> gitweb.fperrin.net Git - Dictionary.git/history - src
Allow to escape only unicode chars
[Dictionary.git] / src /
2020-12-27 Reimar DöffingerEnsure toLowerCase is independent of locale.
2020-12-04 Reimar DöffingerTry to find an exact, non-normalized match.
2020-06-06 Reimar DöffingerSwitch to themeSystem as default.
2020-06-02 Matthew HagueSystem theme defaults to default theme
2020-06-02 Matthew HagueAdd "system theme" to theme options
2020-05-22 Reimar DöffingerAlso adjust link colour for dark theme HTML view.
2020-05-21 Reimar DöffingerAdd preference for number of search history entries.
2020-05-21 Reimar DöffingerMake more robust by catching some exceptions.
2020-05-05 Reimar DöffingerRemove unnecessary cast and imports.
2020-05-02 Reimar DöffingerMore robust generation of installed dictionary list.
2020-05-01 Reimar DöffingerFix reading of oldest v6 dictionaries.
2020-05-01 Reimar DöffingerFix compatibility with older Android versions.
2020-05-01 Reimar DöffingerAvoid deprecation warnings.
2020-05-01 Reimar DöffingerSwitch to app compat preferences.
2020-04-24 Reimar DöffingerRefine when a word is added to the search history.
2020-04-24 Reimar DöffingerExpand search history handling.
2020-04-24 Reimar DöffingerFix showing keyboard and add parts of search history...
2020-04-21 Reimar DöffingerRemove last Java-deserialization based code.
2020-04-21 Reimar DöffingerWork around a GraalVM native-image bug.
2020-04-18 Reimar DöffingerApply theme and font selection also to HTML for web...
2020-04-18 Reimar DöffingerRestore Android 10 API compatibility.
2020-04-18 Reimar DöffingerAttempt to fix search sometimes not working.
2020-04-18 Reimar DöffingerRestore API 10 compatibility.
2020-04-18 Reimar DöffingerRemove unused import.
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.
next