summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2017-02-09Enable support for Android Auto with support for OnPlayFromSearchMeir Schwarz
2017-01-07don't pause while casting if headset is disconnectedCédric Cabessa
User was listening to a podcast with headset, then get back home and want to listen to the rest of the podcast on a chromecast. If he unplug the headset while the audio is casting, we should not pause.
2016-12-30Merge pull request #2216 from ↵Martin Fietz
mfietz/bugfix/2215-class-cast-exception-unknown-mime-type Fix class cast exception on unknown mime type
2016-12-30Merge pull request #2201 from VarunBarad/developMartin Fietz
Add launch screen.
2016-12-30Merge pull request #2188 from mfietz/okhttp3Martin Fietz
Upgrade okhttp to version 3
2016-12-19Assume media type is audio when mime type is unknownMartin Fietz
2016-12-04Update translationsMartin Fietz
2016-12-04Do not auto-enable sleep timer after skippingMartin Fietz
2016-12-04Merge pull request #2205 from mfietz/issue/2134-cast-exceptionMartin Fietz
Prevent ClassCastException
2016-12-04Cast certain playable information int values to long to prevent class cast ↵Martin Fietz
exceptions
2016-12-04Catch out of memory exceptionMartin Fietz
2016-12-03Add branded launch screen.VarunBarad
2016-11-27RefactorMartin Fietz
2016-11-27Merge pull request #2192 from Cj-Malone/2190-invalid-mime-fixMartin Fietz
Fallback to mime type from the URL when the defined is invalid
2016-11-22Fallback to mime type from the URL when the defined is invalidCj Malone
2016-11-19Revert author delimiter back to commerCj Malone
2016-11-19Clean up sortCj Malone
2016-11-19Also compare drawer items with same counter value case-insensitiveMartin Fietz
2016-11-13Upgrade to OkHttp3Martin Fietz
2016-11-12Prevent NPE1.6.2.2Martin Fietz
2016-11-09fix unskipped episodes being removed from queueDomingos Lopes
2016-11-07Fix transifex configurationMartin Fietz
2016-11-07Update translationsMartin Fietz
2016-11-04Accept 'application/octet-stream' as valid media mime typeMartin Fietz
2016-11-01Fix resource directoryMartin Fietz
2016-11-01Update translationsMartin Fietz
2016-11-01Merge pull request #2172 from mfietz/feature/1794-rename-feedsMartin Fietz
Rename feeds
2016-11-01Replace jsoup's example html to plain text parser with adaptation thereofMartin Fietz
2016-11-01Add ability to rename feedsMartin Fietz
2016-11-01Only store the feed's author(s), not that of individual itemsMartin Fietz
2016-11-01Change authors delimiter to newlineMartin Fietz
2016-11-01Merge pull request #2147 from Cj-Malone/atom-clean-upMartin Fietz
Parsing clean up
2016-11-01Merge pull request #2170 from mfietz/feature/fyydMartin Fietz
Integrate fyyd podcast search engine
2016-10-31Indent exported filesCj Malone
2016-10-30Merge pull request #2152 from mfietz/2085-auto-enable-sleep-timerMartin Fietz
Option to auto-enable sleep timer
2016-10-30Merge pull request #2136 from mfietz/2128-subscription-counter-downloadedMartin Fietz
Add option to show number of downloaded episodes in subscription counter
2016-10-30Merge branch 'develop' into 2085-auto-enable-sleep-timerMartin Fietz
2016-10-30Integrate fyyd podcast search engineMartin Fietz
2016-10-30Merge pull request #2158 from mfietz/feature/2154-export-htmlMartin Fietz
Export subscriptions as HTML
2016-10-16Check if view is still attachedMartin Fietz
2016-10-16Add option to export subscriptions as HTMLMartin Fietz
2016-10-16Fixed problem with seeking before starting playback.Maurice Gilden
2016-10-16PlayLastPlayedMediaIntent now seeks to last position before user starts ↵Maurice Gilden
playback.
2016-10-15Move opml packageMartin Fietz
2016-10-13Improve readabliltyCj Malone
2016-10-13Add support for images in mrss contentCj Malone
SyndTypeUtils.getValidMimeTypeFromUrl is now unused and SyndTypeUtils.getMimeTypeFromUrl is used instead. It gets the mime type from the file extension, but dosen't check it so this function can how be used for both images or media files.
2016-10-13Suport archive RSS/Atom links as alternate feedsCj Malone
2016-10-13Support multiple author tags in a feedCj Malone
2016-10-12Replace toast with snackbar and optional undo actionMartin Fietz
2016-10-09Add dialog option to auto-enable sleep timerMartin Fietz