]> gitweb.fperrin.net Git - Dictionary.git/history - src/com/hughes/android/dictionary/DictionaryApplication.java
Switch to app compat preferences.
[Dictionary.git] / src / com / hughes / android / dictionary / DictionaryApplication.java
2020-05-01 Reimar DöffingerSwitch to app compat preferences.
2020-04-18 Reimar DöffingerRestore API 10 compatibility.
2020-04-18 Reimar DöffingerRemove unused import.
2020-04-15 Reimar DöffingerMinor code simplifications.
2018-08-20 Reimar DöffingerFix some code inspection warnings.
2018-05-20 Reimar DöffingerFix issues noted by lint tools.
2018-04-14 Reimar DöffingerReorder menu items to be more logical.
2017-08-20 Reimar DöffingerAdd menu item to download dictionaries in browser.
2017-08-05 Reimar DöffingerAdd CollatorWrapper to allow using different implementa...
2017-08-05 Reimar DöffingerAdd "synchronized" to initialization function, just...
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-03-19 Reimar DöffingerMake thread priority setting actually work.
2017-02-11 Reimar DöffingerPrefer language names built-in in Android.
2016-11-08 Reimar DöffingerApply astyle code formattting.
2016-10-30 Reimar DöffingerList files only once, also avoids a potential race...
2016-10-29 Reimar DöffingerDo not needlessly use Linked variants of HashSet/HashMap.
2016-10-29 Reimar DöffingerFix crash if File.list() returns null.
2016-10-29 Reimar DöffingerAdd option to sort downloaded dictionaries.
2016-06-05 Reimar DöffingerFix trailing whitespace and DOS linebreaks.
2016-03-14 Reimar DöffingerSmall improvements when SDcard is missing.
2016-03-13 Reimar DöffingerWork around Android crash bug in getExternalFilesDir.
2016-02-14 Reimar DöffingerSelect app-specific storage by default.
2016-02-12 Reimar DöffingerFix some resource leaks.
2016-02-07 Reimar DöffingerFix synchronization when scanning for directories.
2015-12-15 Reimar DöffingerAdd whitelist for deserialization.
2015-12-13 Reimar DöffingerAvoid MATCH_PARENT.
2015-12-13 Reimar DöffingerList broken/corrupted dictionaries in list.
2015-12-13 Reimar DöffingerSwitch to default Java Collator.
2015-12-12 Reimar DöffingerMake updating the dictionary list more robust.
2015-12-12 Reimar DöffingerImproved looks for the flags.
2015-12-12 Reimar DöffingerCollator bug workaround for one of my devices.
2015-12-09 Reimar DöffingerAdd flag to avoid using ICU collator.
2015-11-19 Reimar DöffingerMore thorough writability check.
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-04 Reimar DöffingerReplace issue reporting URL and email address.
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.
2013-12-29 Thad HughesFixed add to wordlist on fresh install.
2013-12-27 Thad HughesUpdated version in strings, what's new
2013-12-27 Thad HughesFixed crash after update.
2013-12-26 Thad HughesNew images.
2013-12-26 Thad HughesAuto-format everything.
2013-12-25 Thad HughesUsing external storage dir properly, better notificatio...
2013-12-24 Thad HughesUsing ListView again for DictionaryManager, downloads...
2013-12-15 Thad HughesUsing icons in QuickSwitch.
2013-12-15 Thad HughesGot the flags set to a reasonable size.
2013-12-11 Thad HughesDictionaryManager can launch dictionaries again.
2013-12-03 Thad HughesMerged. Switched back to name "Preferences" instead...
2013-11-29 Thad HughesPicking back up in the middle of a major refactoring...
2013-05-27 Thad HughesTrying to update to newest Android settings.
2013-01-09 Thad HughesFixed crashes, Slovenian fix, hide up/down buttons...
2013-01-05 Thad HughesOptimize imports, update dictionary info.
2012-05-20 Thad HughesRemoved font stuff, added notes. Added language names...
2012-05-11 Thad HughesPut user's locale first in name.
2012-03-23 Thad HughesAdded filtering to manager, remove timeout on auto...
2012-02-16 Thad HughesRandom word, report issue, what's new.
2012-02-08 Thad HughesFix NPE when dictDir was not a dir.
2012-02-03 Thad HughesLots of bug fixes! Workaround for ICS OOM, background...
2012-01-31 Thad HughesFaster multi search, exact search, moved Normalization...
2012-01-30 Thad HughesAbout dialog, added pictures, multi word search.
2012-01-26 Thad HughesAdded multiword search to dictionary.
2012-01-24 Thad HughesAdded help activity, num bytes in download, index info...
2012-01-24 Thad HughesLong-press on lang button shows list.
2012-01-24 Thad HughesMajor refactor of down dictionary list is stored by...
2012-01-16 Thad HughesTheme, different color rows, dictionary_info, long...
2011-11-30 Thad HughesAdded Apache license.
2011-07-01 Thad Hughesgo