summaryrefslogtreecommitdiff
path: root/core/src/play
AgeCommit message (Collapse)Author
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
2019-04-14Do not set player status before player object is createdByteHamster
2019-02-27#2716 Prototype for the revamped PlaybackService to fix phantomorionlee
notification. Many rough edges. Notable TODOs are marked with [2716].
2019-01-05Enable ExoPlayer feature to skip silencefalko
SetSpeed was change to SetPlaybackParams which contain speed and a switch to skip silence. For Players that fo not support this the call is ignored or only SetSpeed is used. It is only working if ExoPlayeris used Default is OFF
2018-10-21Optimize importsegsavage
2018-10-21Merge pull request #2854 from gaul/error-proneMartin Fietz
Fix error-prone errors
2018-10-20Merge branch 'develop'Martin Fietz
2018-10-13Fix error-prone errorsAndrew Gaul
2018-06-08Merge branch 'develop' into remove-unused-codeH. Lehmann
2018-06-05Removed FeedImageByteHamster
2018-05-27Removed unused codeByteHamster
2018-01-07Cleanup order/remove unused includesDirk Mueller
This is the result of Android Studio's include cleanup Macro. This removes some no longer used includes, simplifying the code a bit. The rest is grouping and resorting alphabetically.
2017-10-17Merge branch 'develop'Martin Fietz
2017-08-14add a "rewind" and "fast forward" button for android WearCédric Cabessa
This feature is only enabled for "play" build. It is useful to skip advertisement during a podcast. Note: I originaly tried to implement this in the "4 ways controller" managed by the mediaSession (it contains vol up / vol down / skip). This object is linked to the capabilities of the session and seems to be hard to customise without changing the capabilities. This patch simply add 2 new buttons
2016-12-04Do not auto-enable sleep timer after skippingMartin Fietz
2016-11-09fix unskipped episodes being removed from queueDomingos Lopes
2016-10-09Extract sleep timer preferences into dedicated classMartin Fietz
2016-07-25fix issue with playback ended on skipping (for remote playback)Domingos Lopes
2016-07-25adapt media player switch into the new protocolDomingos Lopes
2016-07-25integrate onPlaybackStart/Pause callbacks into setPlayerStatus()Domingos Lopes
2016-07-25add documentation to post playback processingDomingos Lopes
2016-07-25extend the new PlaybackService media player callback protocol to RemotePSMPDomingos 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-02set pending activity intent on mediasessionDomingos Lopes