summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/PodcastApp.java
AgeCommit message (Collapse)Author
2015-11-27Log crash reports, users can send them via emailMartin Fietz
2015-11-01Don't dieMartin Fietz
2015-11-01Strict mode for debuggingMartin Fietz
2015-09-10Refactor database accessMartin Fietz
2015-08-29Upgrade iconifyMartin Fietz
2015-08-18Load feed media size on demandMartin Fietz
2015-08-16Disable feed media file size serviceMartin Fietz
2015-08-02Initialize NetworkUtils, set context onceMartin Fietz
Had some issues with the new NetworkAllowanceInterceptor. When I gave it a constructor that would hold the context (to use it with NetworkUtils), the whole Glide image loading process would not work.
2015-08-01Documentation for update manager.Martin Fietz
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-09Determine media file size if feed doesn't report it correctlyMartin Fietz
2015-06-24Merge branch 'develop' of https://github.com/AntennaPod/AntennaPod into ↵Martin Fietz
issue/940-user-preferences
2015-06-23Don't cache shared preferences anymore. Some refactoring.Martin Fietz
2014-11-10Updated picasso librarydaniel oeh
Use RequestHandler instead of Downloader for extracting bitmaps from media files
2014-10-12Fixed manifestsdaniel oeh
2014-10-11Moved core classes into subprojectdaniel oeh
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure