]> gitweb.fperrin.net Git - Dictionary.git/history - src/com/hughes/android/dictionary/DictionaryActivity.java
Switch to app compat preferences.
[Dictionary.git] / src / com / hughes / android / dictionary / DictionaryActivity.java
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-18 Reimar DöffingerApply theme and font selection also to HTML for web...
2020-04-18 Reimar DöffingerAttempt to fix search sometimes not working.
2020-04-15 Reimar DöffingerMinor code simplifications.
2020-04-11 Reimar DöffingerSome lint fixes.
2020-04-05 Reimar DöffingerFix wrong layout.
2018-10-19 Reimar DöffingerFix layout of multi-row entries.
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öffingerAlways check isFinishing before displaying a Toast.
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ö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-10 Reimar DöffingerRefactor adding bold spans.
2017-12-10 Reimar DöffingerSimplify adding a ClickableLink span.
2017-12-10 Reimar DöffingerSimplify NonLinkClickableSpan.
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-09-02 Reimar DöffingerExtended error messages and additional null checks.
2017-08-20 Reimar DöffingerSupport opening .quickdic files from file manager.
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-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-02-11 Reimar DöffingerUse viewport meta tag in HTML.
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-29 Reimar DöffingerFix memleak if TTS initialization hangs.
2016-10-29 Reimar DöffingerTry to fix DictionaryActivity leaks.
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öffingerSearch shared word across all dictionaries in order.
2016-10-29 Reimar DöffingerShow dictionary list on normal click.
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-06-05 Reimar DöffingerFix trailing whitespace and DOS linebreaks.
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-03 Reimar DöffingerAllow any word to be spoken, not just headings.
2016-03-03 Reimar DöffingerImprove jumping to selected words.
2016-02-14 Reimar DöffingerExplicitly set search views as text input class.
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öffingerFix condition for TTS not available.
2016-02-02 Reimar DöffingerRemove unused variable.
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-28 KtebyHide virtual keyboard if searchView text was changed...
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-13 Reimar DöffingerAvoid MATCH_PARENT.
2015-12-13 Reimar DöffingerFix language button size on long-press menu.
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öffingerFix corner-case where search icon would not be hidden.
2015-12-05 Reimar DöffingerIn dictionary hide search icon once there is text.
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-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.
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-26 Thad HughesNew images.
2013-12-26 Thad HughesAuto-format everything.
2013-12-26 Thad HughesFixed menu button on DictionaryManager
next