]> gitweb.fperrin.net Git - Dictionary.git/history - src
Update to latest Util version.
[Dictionary.git] / src /
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.
2015-12-12 Reimar DöffingerRemove unused class.
2015-12-12 Reimar DöffingerCheck at compiletime that PersistentObjectCache objects...
2015-12-12 Reimar DöffingerImproved looks for the flags.
2015-12-12 Reimar DöffingerAvoid wasted space in ActionBar.
2015-12-12 Reimar DöffingerGive preload thread low priority.
2015-12-12 Reimar DöffingerOne more simplification.
2015-12-12 Reimar DöffingerSimplify: weight can be specified directly.
2015-12-12 Reimar DöffingerCollator bug workaround for one of my devices.
2015-12-12 Reimar DöffingerFix corner-case where search icon would not be hidden.
2015-12-09 Reimar DöffingerAdd flag to avoid using ICU collator.
2015-12-09 Reimar DöffingerFix crash if unknown dictionaries exist.
2015-12-08 Reimar DöffingerFix reading of v6 and older dictionaries.
2015-12-08 Reimar DöffingerVastly improve HtmlEntry compression.
2015-12-08 Reimar DöffingerMore compact row list format.
2015-12-07 Reimar DöffingerDisplay uncompressed size of dictionaries.
2015-12-07 Reimar DöffingerExperiments with new dictionary format.
2015-12-06 Reimar DöffingerSwitch from RandomAccessFile to DataInput/DataOutput.
2015-12-05 Reimar DöffingerMake loading data into WebView more correct.
2015-12-05 Reimar DöffingerIn dictionary hide search icon once there is text.
2015-11-19 Reimar DöffingerMore thorough writability check.
2015-11-19 Reimar DöffingerGenerate version string in about programmatically.
2015-11-18 Reimar DöffingerAdd error messages when dictionary path is not writable.
2015-11-18 Reimar DöffingerCheck that specified path is writeable.
2015-11-17 Reimar DöffingerTry to fix crash in new data directory suggestion code.
next