summaryrefslogtreecommitdiff
path: root/core/src/play
AgeCommit message (Collapse)Author
2022-02-22Delete a few unused thingsByteHamster
2021-11-28Chromecast rework (#5518)ByteHamster
2021-11-02Move (most) events to their own moduleByteHamster
2021-08-20Identify episodes by guid (#5326)thrillfall
2021-08-05When continuous playback is disabled, show next episode in notificationByteHamster
2021-05-14Just assume we can always set the playback speedByteHamster
Our default ExoPlayer can always set the speed. All Android versions >23 also support it. So of the 2% of users with old devices, this only affects the ones who manually selected another player.
2021-04-22Moved model to its own moduleByteHamster
2021-04-04Merge branch 'master' into developByteHamster
2021-03-28Make AntennaPod pass the medium SpotBugs findingsByteHamster
2021-03-27Removed unused methods that caused SpotBugs violationsByteHamster
2021-03-26Show cover and shownotes for previewed episodesByteHamster
2021-03-05Removed metadata loader from modelByteHamster
2021-03-04Removed ShownotesProvider interfaceByteHamster
2021-03-01Removed ExternalMediaByteHamster
It was used for "open with" actions, which are no longer supported. We have the local folders feature for that now.
2021-03-01Moved SSL providers to new moduleByteHamster
2021-02-25Refactoring: Move inner classes PlayableUtils and PlayableException out of ↵Herbert Reiter
Playable (#4962)
2021-02-12Remove PlaybackServiceCallbacksByteHamster
2021-02-07Refactoring: Remove ClientConfig.automaticDownloadAlgorithm (#4924)Herbert Reiter
2020-11-14Refactoring: Remove interface DBTasksCallbacks and class DBTasksCallbacksImplHerbert Reiter
2020-10-25Fail gracefully when trying to cast local feedByteHamster
2020-09-30Merge branch 'master' into developByteHamster
2020-09-29Swallow undeliverable RxJava exceptionsByteHamster
AntennaPod threads might throw NPEs after disposing because we set controllers to null.
2020-09-29Fix a few more deprecations, tiny cleanup (#4388)Taco
2020-09-19Make ProviderInstaller synchronous againByteHamster
See #4077 for details: It is fast and the old method sometimes does not install the provider early enough Reverts #3946 and #4285
2020-07-12Install provider in any caseByteHamster
2020-05-06Added on-demand configuration for stream vs downloadByteHamster
2020-05-04Small Lint fixesByteHamster
2020-05-01Fixed feed image testsByteHamster
2020-04-08Fix locale of every String.format number formatterEbrahim Byagowi
2020-04-04Allow to select audio trackByteHamster
2020-03-30Speed up full sync by not loading queue/favorite statusByteHamster
2020-03-30Uncoupled AntennaPod from specific GpodnetSyncServiceByteHamster
2020-03-25Reworked cast button handlingByteHamster
2020-03-25Implemented missing PlaybackController state handlingByteHamster
2020-03-20Install ssl provider asynchronouslyByteHamster
2020-03-18Do not cache images, accept old iTunes responsesByteHamster
2020-03-16Merge pull request #3930 from ByteHamster/cacheH. Lehmann
Enable caching for web responses
2020-03-16Enable caching for web responsesByteHamster
2020-03-16Allow to stream episodes from unsubscribed podcastByteHamster
2020-02-02Enforce SeparatorWrapByteHamster
2020-02-02Enforce MethodParamPadByteHamster
2020-01-07Use Google Trust providerByteHamster
2019-12-12Make sure to create notification channelsByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-27Avoid Cast initialization unless it is enabled (to avoid triggering Google ↵orionlee
Play Service)
2019-08-30Do not crash on undeliverable InterruptedExceptionByteHamster
2019-07-23Make ExoPlayer the default playerByteHamster
2019-07-12Removed Flattr supportByteHamster
2019-05-17Revert "Merge pull request #2954 from ↵ByteHamster
orionlee/bugfix_phantom_notification_rework_2716" This reverts commit 643173de14ade8acfa5e6b92464482c7402e172e, reversing changes made to f2d103736d20bca481817808ee73b240fc2f7be4.
2019-04-17Made sure that there is not an ANR when switching media playerByteHamster