]> gitweb.fperrin.net Git - Dictionary.git/history - src
Bump version once more.
[Dictionary.git] / src /
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.
2015-11-17 Reimar DöffingerAdd hacks to help debug download issues.
2015-11-17 Reimar DöffingerFix spelling.
2015-09-27 Reimar DöffingerClean up error messaging.
2015-09-20 Reimar DöffingerFix selecting FreeSerif in settings.
2015-09-17 Reimar DöffingerSwitch to otf font instead of ttf.
2015-09-05 Reimar DöffingerFix search bar overlapping buttons.
2015-09-05 Reimar DöffingerRemove bad useless onRestoreInstanceState implementation.
2015-09-04 Reimar DöffingerReplace issue reporting URL and email address.
2015-08-29 Reimar DöffingerAllow choosing more system font variations.
2015-08-24 Reimar DöffingerFix crash opening dictionary.
2015-08-24 Reimar DöffingerFix Intent creation.
2015-08-24 Reimar DöffingerMove Theme class into DictionaryApplication.
2015-08-20 Reimar DöffingerClean up imports.
2015-08-20 Reimar DöffingerApply result of "code cleanup" run.
2015-08-20 Reimar DöffingerRestore some API 10 compatibility.
2015-08-20 Reimar DöffingerMany fixes/hack to get a compilable version.
2015-08-20 Reimar DöffingerMove Android code out of engine code.
2014-07-10 Thad HughesMore flags, french translations.
2014-02-10 Thad HughesFixed background of actionbar color in dark theme for...
2013-12-29 Thad HughesFixed add to wordlist on fresh install.
2013-12-28 Thad HughesUpdate name in acknowledgments.
2013-12-27 Thad HughesFixed background in dark theme.
2013-12-27 Thad HughesUpdated version in strings, what's new
next