summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-17Merge pull request #5422 from TacoTheDank/transparentNavBarByteHamster
Make navigation bar color match theming
2021-11-17Merge pull request #5554 from ByteHamster/no-duplicate-no-logByteHamster
Reduce duplicate warnings
2021-11-17Merge pull request #5545 from ByteHamster/block-detection-streamingByteHamster
Mention ad blockers on streaming error dialog as well
2021-11-17Merge pull request #5551 from ByteHamster/html-in-titleByteHamster
Work around some publishers putting html everywhere
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-16Work around some publishers putting html everywhereByteHamster
2021-11-14Merge pull request #5546 from ByteHamster/incorrect-positionByteHamster
Fix sometimes showing incorrect position when continuous playback is disabled
2021-11-14Merge pull request #5547 from ByteHamster/fix-flashingByteHamster
Don't reload image when download status changes
2021-11-14Don't reload image when download status changesByteHamster
2021-11-14Fix sometimes showing incorrect position when continuous playback is disabledByteHamster
2021-11-14Make it slightly harder to swipe episodes (#5135)Tony Tam
2021-11-14Mention ad blockers on streaming error dialog as wellByteHamster
2021-11-14Merge pull request #5544 from ByteHamster/chooser-intentByteHamster
Fix Permission Denial when sharing files
2021-11-14Fix Permission Denial when sharing filesByteHamster
2021-11-09Merge pull request #5541 from ByteHamster/debug-warningByteHamster
Warn about using debug version
2021-11-09Warn about using debug versionByteHamster
2021-11-07Merge pull request #5536 from ByteHamster/fix-sync-crashByteHamster
Fix crash when sync provider is null
2021-11-07Merge pull request #5532 from ByteHamster/delete-use-actionByteHamster
Fix crash when deleting feed
2021-11-07Merge pull request #5531 from ByteHamster/paddingsByteHamster
Fixed a few paddings
2021-11-07Merge pull request #5533 from ByteHamster/fix-cover-previewByteHamster
Fix CoverFragment crashing when showing RemoteMedia
2021-11-07Merge pull request #5534 from ByteHamster/widget-remaining-timeByteHamster
Respect remaining time setting in widget
2021-11-07Fix crash when sync provider is nullByteHamster
2021-11-06Respect remaining time setting in widgetByteHamster
2021-11-06Fix CoverFragment crashing when showing RemoteMediaByteHamster
2021-11-06Fix crash when deleting feedByteHamster
When the database is huge, loading the subscription item list takes a long time. Redirecting to the episodes screen after deleting sometimes results in the item list starting to update before. If the screen is then hidden before the Callable returns, the app crashes.
2021-11-06Fixed a few paddingsByteHamster
2021-11-06Merge pull request #5528 from ByteHamster/upgrade-conscryptByteHamster
Upgrade Conscrypt
2021-11-06Upgrade ConscryptByteHamster
2021-11-06Merge pull request #5525 from ByteHamster/remove-media-listenersByteHamster
Remove all media listeners and end audio focus when shutting down playback service
2021-11-06Merge pull request #5526 from ByteHamster/mini-fixesByteHamster
Mini fixes
2021-11-06Add subscription to home screen (#5523)vbh
2021-11-06Remove root-path from file providerByteHamster
Tag no longer exists and might be the reason for crashes on some devices in androidx.core.content.FileProvider.parsePathStrategy (which is outside of AntennaPod).
2021-11-06Apparently some devices crash when trying to call xpp.nextByteHamster
2021-11-06Do not block PlaybackServiceTaskManager shutdownByteHamster
If the queue was still loading on another thread, shutting down the service was not possible.
2021-11-06Remove all media listeners and end audio focus when shutting down playback ↵ByteHamster
service
2021-11-04Merge pull request #5516 from ByteHamster/auto-download-backoffByteHamster
Fix auto-download retry backoff
2021-11-04Merge pull request #5520 from ByteHamster/move-events-to-moduleByteHamster
Move (most) events to their own module
2021-11-02Merge pull request #5515 from ByteHamster/feed-statistics-tableByteHamster
Show more detailed feed statistics
2021-11-02Merge pull request #5510 from ByteHamster/exoplayer-okhttpByteHamster
Use OkHttp as backend for ExoPlayer
2021-11-02Fix auto-download retry backoffByteHamster
The new value never got stored in the database. Also, it only got increased by certain types of errors - all other errors could be retried indefinitely. Also added a unit test.
2021-11-02Move (most) events to their own moduleByteHamster
2021-10-31Merge pull request #5513 from ByteHamster/subscribe-linkByteHamster
Support subscribe links that have a slash before the argument
2021-10-31Merge pull request #5514 from ByteHamster/pause-interruptionsByteHamster
Pause on focus loss by default
2021-10-31Show more detailed feed statisticsByteHamster
2021-10-31Pause on focus loss by defaultByteHamster
2021-10-31Support subscribe links that have a slash before the argumentByteHamster
2021-10-30Merge pull request #5508 from ByteHamster/register-music-appByteHamster
Register as music app
2021-10-30Merge pull request #5509 from ByteHamster/ignore-non-channel-itemsByteHamster
Ignore item tags that are not inside a channel
2021-10-30Merge pull request #5511 from ByteHamster/refresh-item-stateByteHamster
Refresh item state on start
2021-10-30Refresh item state on startByteHamster
Otherwise, pressing the download button, pausing and coming back shows the wrong action buttons.