summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2022-02-21Add line graph to statistics screenByteHamster
2022-02-21Add time-based statistics filter (#5734)ByteHamster
2022-02-20Reset position when skipping and 'smart mark as played'ByteHamster
2022-02-19Added a Statistics Button on the Subscriptions toolbar (#5706)IordanisKokk
2022-02-19Remove startWhenPrepared and prepareImmediatelyByteHamster
They are always `true` anyway.
2022-02-19Merge branch 'master' into developByteHamster
2022-02-19Merge pull request #5726 from ByteHamster/stream-decide-ondemandByteHamster
Decide whether or not to stream on demand
2022-02-18Decide whether or not to stream on demandByteHamster
Fixes a bug where local folders sometimes did not start because AntennaPod thought it needed to play locally. Also avoids situations in which it streams even though a local file is available. Simplifies the PlaybackService slightly.
2022-02-08Update translationsByteHamster
2022-02-08Merge pull request #5705 from ByteHamster/shutdown-download-serviceByteHamster
Shutdown download executors properly
2022-02-08Shutdown download executors properlyByteHamster
Otherwise, it can happen that a task in one executor still tries to submit something to a stopped executor.
2022-02-07Make sure that proxy host name does not get nullByteHamster
And if it gets null, just ignore the setting.
2022-01-30Nicer placeholder images (#5679)ByteHamster
Shows randomly generated placeholder images for: - Feeds that do not have a cover (usually happens for text-only feeds) - Feeds that specify an invalid cover still show a gray square - Local folders when there is no image file in the folder that we could use
2022-01-25Move mime type guessing out of MediaType enumByteHamster
2022-01-23Update app translationsByteHamster
2022-01-22Prefer chapter list with more infoByteHamster
2022-01-22Unregister receiver before stopping the executor that is called from thereByteHamster
2022-01-22Make emulator tests a bit more stableByteHamster
2022-01-15Move more checkstyle checks from 'new code' style to main styleByteHamster
2022-01-06Refresh local feeds in DownloadServiceByteHamster
This allows displaying the refresh state. Also, it is faster because multiple local feeds can be refreshed in parallel.
2022-01-06Rewrite download request creation (#5530)ByteHamster
Android has a limit on the size of Intent parameters. When enqueuing a huge number of items, it just ignored the argument and did not call onNewIntent. We now load the list over in DownloadService.
2022-01-06Remove queue loading logic from PlaybackServiceTaskManagerByteHamster
This just causes problems with keeping the preloaded list up-to-date. We only call the method from background threads anyway.
2022-01-06load Media info from DB in order to grab last saved position (#5624)Tony Tam
2022-01-04Merge pull request #5638 from ByteHamster/fix-streaming-redirect-authenticationByteHamster
Fix streaming password protected media with http redirect
2022-01-04Merge pull request #5639 from ByteHamster/fix-crash-share-dialogByteHamster
Fix crash when share dialog tries to serialize FeedMedia
2022-01-04Fix crash when share dialog tries to serialize FeedMediaByteHamster
2022-01-04Merge pull request #5637 from ByteHamster/unpack-exoplayer-messageByteHamster
Further unpack exoplayer error messages
2022-01-04Fix streaming password protected media with http redirectByteHamster
2022-01-04follow 301 for authorization headers during download (#5612)Tony Tam
2022-01-04Further unpack exoplayer error messagesByteHamster
2022-01-04Try to get missing feed url from discover with a search (#5620)agibault
2022-01-04Update Balloon library (#5584)Taco
2022-01-04Local feeds: add sort option for file name (#5629)Shom Bandopadhaya
Co-authored-by: widlok <widlok@users.noreply.github.com>
2022-01-03Combine 'Episode webpage' & 'Media file address' share options (#5626)vbh
2022-01-03Print more episode details in error messageByteHamster
2022-01-03Merge branch 'master' into developByteHamster
2022-01-03Update translationsByteHamster
2022-01-02Remove playing notification when deleting currently playing episode (#5628)rubenh-be
2022-01-02fix crash when not on networkTony Tam
2021-12-28resume playing only if the user unplugs via wired headset or bluetooth while ↵Tony Tam
episode in progress (#5611)
2021-12-28Detect network changes with Android > Lollipop (#5609)Tony Tam
2021-12-27VPN+Wifi, not treated as metered (#5613)Tony Tam
2021-12-19Rename tags (#5601)vbh
2021-12-18Only mark items as duplicates if duration and date are similarByteHamster
2021-12-14Merge pull request #5581 from TacoTheDank/remove-old-compatByteHamster
Remove no longer needed compat methods
2021-12-12Remove no longer needed compat methodsTacoTheDank
2021-12-11Merge pull request #5594 from ByteHamster/simplify-stringByteHamster
Simplify confusing string with two plurals
2021-12-11Merge pull request #5593 from ByteHamster/sync-localByteHamster
Don't try to sync local folders
2021-12-10Make queue removal test more stableByteHamster
2021-12-10Simplify confusing string with two pluralsByteHamster