summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Expand)Author
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
2016-11-01Merge pull request #2170 from mfietz/feature/fyydMartin Fietz
2016-10-31Indent exported filesCj Malone
2016-10-30Merge pull request #2152 from mfietz/2085-auto-enable-sleep-timerMartin Fietz
2016-10-30Merge pull request #2136 from mfietz/2128-subscription-counter-downloadedMartin Fietz
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
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 playb...Maurice Gilden
2016-10-15Move opml packageMartin Fietz
2016-10-13Improve readabliltyCj Malone
2016-10-13Add support for images in mrss contentCj Malone
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
2016-10-09Extract sleep timer preferences into dedicated classMartin Fietz
2016-10-08Merge pull request #2139 from mfietz/2121-gpodder-force-full-syncMartin Fietz
2016-10-08Merge pull request #2137 from mfietz/2127-empty-download-urlMartin Fietz
2016-10-08Merge pull request #2140 from mfietz/2094-mark-seen-confirmation-dialogMartin Fietz
2016-10-03Add "has media" filter to episodes filterMartin Fietz
2016-10-03Add "has media" filtering to gears dialogMartin Fietz
2016-10-03Show "mark all as seen" confirmation dialogMartin Fietz
2016-10-03Add full sync with gpodder and re-phrase changes syncMartin Fietz
2016-10-03Feed media is only valid when download url is not emptyMartin Fietz
2016-10-03Add option to show number of downloaded episodes as subscription counterMartin Fietz
2016-10-02Merge pull request #2109 from danielm5/enable-previous-buttonMartin Fietz
2016-10-02Merge pull request #1985 from mfietz/issue/1942-automatic-updateMartin Fietz
2016-10-02Merge pull request #2117 from orionlee/2105_support_rewind_in_lockscreenMartin Fietz
2016-09-23Use summary tag if content is not availableCj Malone
2016-09-10Make it explicit the lockscreen workaround is only relevant to pre Lollipop d...orionlee
2016-09-09Issue #2105 : support optional rewind in lockscreen (by using skipToPrevious ...orionlee
2016-09-03Enable separate functions for Previous and Rewind hardware buttons.Daniel
2016-08-13Merge pull request #2087 from eirikv/amazon_s3_authentication_fixMartin Fietz
2016-08-07Reconfigured authentication for downloading files - fixing s3 problemsEirikV
2016-08-06On shake, reset timer to the current waiting timeMartin Fietz
2016-08-04Merge pull request #2082 from Cj-Malone/developMartin Fietz
2016-07-25adapt media player switch into the new protocolDomingos Lopes
2016-07-25integrate onPlaybackStart/Pause callbacks into setPlayerStatus()Domingos Lopes
2016-07-25fix duration problemDomingos Lopes
2016-07-25add documentation to post playback processingDomingos Lopes
2016-07-25move onPlaybackStart and onPlaybackPause tasks to separate callback methodsDomingos Lopes
2016-07-25move auto flattr and gpodnet play action inside FeedMediaDomingos Lopes
2016-07-25only allow for endPlayback with wasSkipped==false internallyDomingos Lopes
2016-07-25change protocol for episode transition on PlaybackServiceDomingos Lopes