summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
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-08Merge pull request #2137 from mfietz/2127-empty-download-urlMartin Fietz
Feed media is only valid when download url is not empty
2016-10-03Add "has media" filter to episodes filterMartin Fietz
2016-10-03Feed media is only valid when download url is not emptyMartin Fietz
2016-10-02Merge pull request #2109 from danielm5/enable-previous-buttonMartin Fietz
Set current position to the begining on 'Previous' button
2016-10-02Merge pull request #1985 from mfietz/issue/1942-automatic-updateMartin Fietz
On resume, check if the feeds should be (automatically) refreshed.
2016-10-02Merge pull request #2117 from orionlee/2105_support_rewind_in_lockscreenMartin Fietz
Issue #2105 : support optional rewind in lockscreen
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 ↵orionlee
devices.
2016-09-09Issue #2105 : support optional rewind in lockscreen (by using skipToPrevious ↵orionlee
button)
2016-09-03Enable separate functions for Previous and Rewind hardware buttons.Daniel
Added prefHardwarePreviousButtonRestarts preference.
2016-08-13Merge pull request #2087 from eirikv/amazon_s3_authentication_fixMartin Fietz
Prevent authentication header to be set for s3 presigned-urls
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
Improve MRSS support
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
2016-07-25Amend string checkCj Malone
2016-07-25Support mrss' descriptionCj Malone
Reusing AtomText but it works perfectly. MRSS has "plain" and "html" types, fallsback to "plain" if null or invalid type
2016-07-25Support mrss' thumbnailCj Malone
Note, this only supports one image as that's all AntennaPod can at the moment.
2016-07-25Honor mrss' isDefault attributeCj Malone
2016-07-25Format NSMedia.javaCj Malone
2016-07-23Merge pull request #2057 from domingos86/castdialogimage-issue1910Martin Fietz
fix horizontal layout (MediaRouteControllerDialog)
2016-07-23Merge pull request #2076 from domingos86/wifi-vs-meteredMartin Fietz
change check for wifi connection to metered connection
2016-07-23Merge pull request #2073 from Cj-Malone/developMartin Fietz
Improve Atom support
2016-07-21change check for wifi connection to metered connectionDomingos Lopes
2016-07-20Merge pull request #2068 from MeirSD/developMartin Fietz
Fix issue where mini player doesn't show up
2016-07-20Fix binding issues by only using the MediaBrowserService onBind when the ↵Meir Schwarz
intent's action is MediaBrowserService and otherwise returning the LocalBinder.
2016-07-20Add Atom lang supportCj Malone
2016-07-20Support Atom AuthorCj Malone
2016-07-20Fixes Atom icon imageCj Malone
Falls back to logo if it is present but icon isn't. https://github.com/AntennaPod/AntennaPod/issues/1949
2016-07-18Merge pull request #2067 from orelogo/developMartin Fietz
Improve search results: "no results" view, no duplicates, transparent played episodes
2016-07-18Search Results: Clarify documentation and strings`orelogo
2016-07-17Merge pull request #2060 from domingos86/gpodnet-notification-optionMartin Fietz
Make gpodnet sync error notifications optional
2016-07-13Search Results: prevent duplicate feed itemsorelogo
- title results take precedence over shownotes results
2016-07-03convert gpodder last sync attempt listener to OnSharedPreferenceChangeListenerDomingos Lopes
2016-07-02gpodnet: record last sync failed attempt also when it's an authentication errorDomingos Lopes
2016-07-02set pending activity intent on mediasessionDomingos Lopes
2016-07-02Merge pull request #2055 from ↵Martin Fietz
DevFactory/release/Lamdbas_containing_only_one_statement_should_not_nest_this_statement_in_a_block squid:S1602 - Lamdbas containing only one statement should not nest this statement in a block.
2016-07-02Fix binding issues by only using the MediaBrowserService onBind when the ↵Meir Schwarz
intent's action is MediaBrowserService and otherwise returning the LocalBinder.
2016-07-02Make gpodnet sync error notifications optionalDomingos Lopes
2016-06-30fix horizontal layout (MediaRouteControllerDialog)Domingos Lopes