summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
2016-07-02gpodnet: record last sync failed attempt also when it's an authentication errorDomingos Lopes
2016-07-02Make gpodnet sync error notifications optionalDomingos Lopes
2016-06-29Add preliminary support for Android Auto by changing PlaybackService to ↵Meir Schwarz
extend MediaBrowserServiceCompat. Allows playback from queue and basic control using Android Auto.
2016-06-29Merge pull request #2048 from domingos86/castdialogimage-issue1910Martin Fietz
Fix Cast Dialog image
2016-06-29Downloader: Check content-type for nullMartin Fietz
2016-06-28add onClickListeners, optimize image loadingDomingos Lopes
2016-06-28implement custom mediaroute playback controllerDomingos Lopes
2016-06-27Merge pull request #2047 from ↵Martin Fietz
DevFactory/release/Modifiers_should_be_declared_in_the_correct_order [squid:ModifiersOrderCheck] Modifiers should be declared in the correct order
2016-06-27Fixed rule 'Modifiers should be declared in the correct oreder'Soso Tughushi
2016-06-24Add exponential backoff for file type errors and check content length before ↵Martin Fietz
assuming a file type error
2016-06-24Fix mark as seen and improve mark all X [of feed Z] as YMartin Fietz
2016-06-23Prevent crash when image url is empty stringMartin Fietz
2016-06-19Merge pull request #1992 from mfietz/issue/1961-statistics-incompleteMartin Fietz
Fix statistics
2016-06-10Check if there is an exported activity for the intentMartin Fietz
2016-06-08delete commented code on Playable interface (related to RemoteMedia)Domingos Lopes
2016-06-07rename helper classesDomingos Lopes
2016-06-07adapt PlaybackService to different flavorsDomingos Lopes
2016-06-07adapt Playable interface to different flavorsDomingos Lopes
2016-06-07adapt FeedMedia class to different flavorsDomingos Lopes
2016-06-07introduce programatic flavor recognitionDomingos Lopes
2016-06-06Merge pull request #1958 from drabux/sort_by_feed_titleMartin Fietz
Add option to sort queue by feed title
2016-06-04Do not reset played duration of completed episode; restore statistics for ↵Martin Fietz
old behavior
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz
2016-06-03Merge pull request #1979 from AntennaPod/1.6.0_develMartin Fietz
Merge 1.6.0_devel
2016-06-03Merge pull request #1977 from mfietz/issue/1973-controller-classcastexMartin Fietz
Prevent onServiceConnected ClassCastException
2016-06-03Prevent onServiceConnected ClassCastExceptionMartin Fietz
2016-06-01Feed item filter: Load queue ids only onceMartin Fietz
2016-05-28Feed item filter: Load queue ids only onceMartin Fietz
2016-05-25Add option to sort queue by feed titledrabux
2016-05-20Instead of allowing some mime types, disallow text typesMartin Fietz
2016-05-17Enable Xlint and correct warningsAndrew Gaul
2016-05-13Merge pull request #1940 from AntennaPod/1.6.0_develTom Hennen
merge PR 1939 in to devel
2016-05-13Accept media content type application/octet-streamMartin Fietz
2016-05-10Merge pull request #1898 from mfietz/embedded-imagesTom Hennen
Re-enable embedded images
2016-05-07fix NPE when media is 'uncastable'Domingos Lopes
2016-05-02Re-enable embedded imagesMartin Fietz
2016-05-02Use strings to point to images, not urisMartin Fietz
2016-05-01change name reloadUI -> onMediaChangedDomingos Lopes
2016-05-01avoid stopping playback after skipping (and changing media type)Domingos Lopes
2016-04-30Merge pull request #1879 from domingos86/chromecast-issue-340Tom Hennen
Chromecast issue 340 initial PR
2016-04-29remove unnecessary comments on CastManagerdomingos86
related to a reconnection service that is now handled by the playback service.
2016-04-29remove confusing comments on RemotePSMPdomingos86
2016-04-28give error feedback to the userDomingos Lopes
2016-04-27fix (hopefully skipping episode)Domingos Lopes
problem was: apparently stopping was taking over any load command that immediately followed it
2016-04-27improve some loggingDomingos Lopes
2016-04-26include method to find application standby stateDomingos Lopes
2016-04-26add a general callback method for reporting media updatesDomingos Lopes
2016-04-24fix skipping episodes and unwanted reinitsDomingos Lopes
2016-04-24add cast disconnect buttonsDomingos Lopes
2016-04-24fix the force close issue when starting casting from the video playerDomingos Lopes