]> gitweb.fperrin.net Git - Dictionary.git/history - src
Allow to escape only unicode chars
[Dictionary.git] / src /
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.
2016-10-29 Reimar DöffingerFix spelling.
2016-10-29 Reimar DöffingerPreload the default Transliterator.
2016-10-29 Reimar DöffingerFix crash if File.list() returns null.
2016-10-29 Reimar DöffingerSupport runtime permissions.
2016-10-29 Reimar DöffingerSupport selectable text on newer Android.
2016-10-29 Reimar DöffingerTry to fix dictionary auto-selection.
2016-10-29 Reimar DöffingerFix directory/dictionary mixup.
2016-10-29 Reimar DöffingerAdd option to sort downloaded dictionaries.
2016-10-29 Reimar DöffingerSearch shared word across all dictionaries in order.
2016-10-29 Reimar DöffingerShow dictionary list on normal click.
2016-10-29 Reimar DöffingerFix argument name spelling.
2016-10-27 Reimar DöffingerAlso add a search/clear FloatingActionButton.
2016-10-27 Sebastian DoernerMake QuickDic handle ACTION_PROCESS_TEXT
2016-10-27 Reimar DöffingerAdd floating button to switch language.
2016-10-26 Reimar DöffingerAttempt to fix issue #49.
2016-06-05 Reimar DöffingerFix trailing whitespace and DOS linebreaks.
2016-04-09 Reimar DöffingerMerge pull request #39 from a-ira/master
2016-04-05 Reimar DöffingerImprove download handling.
2016-04-02 Reimar DöffingerAlways hide search icon.
2016-03-30 Reimar DöffingerDo not hide keyboard when switching languages.
2016-03-30 Reimar DöffingerCatch exceptions when setting TTS language.
2016-03-19 Reimar DöffingerHighlight currently shown dictionary.
2016-03-14 Reimar DöffingerSmall improvements when SDcard is missing.
2016-03-13 Reimar DöffingerWork around Android crash bug in getExternalFilesDir.
2016-03-04 Reimar DöffingerFix download title.
2016-03-03 Reimar DöffingerDownload improvements.
2016-03-03 Reimar DöffingerAllow any word to be spoken, not just headings.
2016-03-03 Reimar DöffingerImprove jumping to selected words.
2016-02-27 Reimar DöffingerAdd debugstr to RAFList.
2016-02-27 Reimar DöffingerAdd text to all RuntimeExceptions.
2016-02-14 Reimar DöffingerExplicitly set search views as text input class.
2016-02-14 Reimar DöffingerSelect app-specific storage by default.
2016-02-13 Reimar DöffingerAnother attempt to fix potential null dereference.
2016-02-13 Reimar DöffingerAdd a few null checks.
2016-02-12 Reimar DöffingerAnother resource leak fix.
2016-02-12 Reimar DöffingerFix some resource leaks.
2016-02-12 Reimar DöffingerFix resource leaks due to missing close().
2016-02-12 Reimar DöffingerFix condition for TTS not available.
2016-02-12 Reimar DöffingerHandle getPackageManager failure.
2016-02-12 Reimar DöffingerRemove checks that can never be true.
2016-02-07 Reimar DöffingerFix synchronization when scanning for directories.
2016-02-02 Reimar DöffingerApply ActionBar fixes also to DictionaryManager.
2016-02-02 Reimar DöffingerRemove unused variable.
2016-02-02 Reimar DöffingerFix DictionaryManager search keyboard as well.
2016-01-30 Reimar DöffingerMake enter in search hide keyboard.
2016-01-30 Reimar DöffingerMerge pull request #26 from Kteby/master
2016-01-30 Reimar DöffingerRefine check for failed download manager query.
2016-01-30 Reimar DöffingerMerge pull request #27 from spinclick/master
2016-01-30 spinclickPrevent crash when DownloadManager is disabled
2016-01-28 KtebyHide virtual keyboard if searchView text was changed...
2016-01-24 Reimar DöffingerFix back button in HtmlActivity.
2016-01-24 Reimar DöffingerFix behaviour of action bar "up" button.
2016-01-24 Reimar DöffingerFix off-by-one error.
2016-01-24 Reimar DöffingerAdd menu entry to jump to random word.
2015-12-29 Reimar DöffingerFix comparison for entries starting with "-".
2015-12-16 Reimar DöffingerMerge pull request #18 from naofum/master
2015-12-16 Reimar DöffingerAdd fallback to old code, needed on some devices.
2015-12-15 Reimar DöffingerMake it possible to cancel downloads.
2015-12-15 Reimar DöffingerDownload to path accessible without special permission.
2015-12-15 Reimar DöffingerPrint reason for failed download.
2015-12-15 Reimar DöffingerAdd whitelist for deserialization.
2015-12-14 Reimar DöffingerRefine handling of broken dictionaries.
2015-12-14 Reimar DöffingerCheck size limit also with exception.
2015-12-14 Reimar DöffingerFix bad shifts.
2015-12-13 Reimar DöffingerAvoid MATCH_PARENT.
2015-12-13 Reimar DöffingerList broken/corrupted dictionaries in list.
2015-12-13 Reimar DöffingerFix language button size on long-press menu.
2015-12-13 Reimar DöffingerSwitch to default Java Collator.
2015-12-13 Reimar DöffingerUse replace instead of replaceAll.
2015-12-13 Reimar DöffingerSplit size statistic a bit more.
2015-12-12 Reimar DöffingerRemove more code that is no longer used.
2015-12-12 Reimar DöffingerRemove unused function.
2015-12-12 Reimar DöffingerImprove v7 format compression.
2015-12-12 Reimar DöffingerMake updating the dictionary list more robust.
2015-12-12 Reimar DöffingerDo not needlessly use Java serialization.
2015-12-12 Reimar DöffingerMake classes non-Serializable.
next