summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Collapse)Author
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-10Simplify confusing string with two pluralsByteHamster
2021-12-10Don't try to sync local foldersByteHamster
2021-12-10Update AndroidX Media and ExoPlayer (#5371)Taco
2021-12-10Merge pull request #5585 from ByteHamster/favorites-exportByteHamster
Fix favorites export when item does not have website
2021-12-05Fix favorites export when item does not have websiteByteHamster
2021-12-04Merge pull request #5577 from ByteHamster/fast-deletionByteHamster
Make feed deletions 3 times faster
2021-12-01Make feed deletions fasterByteHamster
2021-12-01Add preference to show subscription title (#5538)vbh
2021-11-28Merge branch 'master' into developByteHamster
2021-11-28Chromecast rework (#5518)ByteHamster
2021-11-28Updated translationsByteHamster
2021-11-23Use ShareCompat.IntentBuilder to compose share intent.Tobias Preuss
2021-11-21Bump to minimum SDK version 19 (Android 4.4)ByteHamster
2021-11-21Add 'add to tag' option to multiselect menu (#5553)vbh
2021-11-21Merge pull request #5570 from ByteHamster/remove-new-on-playByteHamster
Remove new flag when streaming
2021-11-21Merge pull request #5566 from ByteHamster/no-local-duplicateByteHamster
Don't try to find duplicates in local files
2021-11-21Remove new flag when streamingByteHamster
2021-11-21Backport null guid sync errorsByteHamster
2021-11-21Don't try to find duplicates in local filesByteHamster
2021-11-17Merge pull request #5422 from TacoTheDank/transparentNavBarByteHamster
Make navigation bar color match theming
2021-11-17Merge pull request #5545 from ByteHamster/block-detection-streamingByteHamster
Mention ad blockers on streaming error dialog as well
2021-11-17Reduce duplicate warningsByteHamster
Do not warn if the duplicate detection did not even find the item itself, which means that the item does not have enough metadata to be identified correctly.
2021-11-14Mention ad blockers on streaming error dialog as wellByteHamster