Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-17 | Reduce duplicate warnings | ByteHamster | |
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-16 | Work around some publishers putting html everywhere | ByteHamster | |
2021-11-14 | Merge pull request #5546 from ByteHamster/incorrect-position | ByteHamster | |
Fix sometimes showing incorrect position when continuous playback is disabled | |||
2021-11-14 | Merge pull request #5547 from ByteHamster/fix-flashing | ByteHamster | |
Don't reload image when download status changes | |||
2021-11-14 | Don't reload image when download status changes | ByteHamster | |
2021-11-14 | Fix sometimes showing incorrect position when continuous playback is disabled | ByteHamster | |
2021-11-14 | Make it slightly harder to swipe episodes (#5135) | Tony Tam | |
2021-11-14 | Mention ad blockers on streaming error dialog as well | ByteHamster | |
2021-11-14 | Merge pull request #5544 from ByteHamster/chooser-intent | ByteHamster | |
Fix Permission Denial when sharing files | |||
2021-11-14 | Fix Permission Denial when sharing files | ByteHamster | |
2021-11-09 | Merge pull request #5541 from ByteHamster/debug-warning | ByteHamster | |
Warn about using debug version | |||
2021-11-09 | Warn about using debug version | ByteHamster | |
2021-11-07 | Merge pull request #5536 from ByteHamster/fix-sync-crash | ByteHamster | |
Fix crash when sync provider is null | |||
2021-11-07 | Merge pull request #5532 from ByteHamster/delete-use-action | ByteHamster | |
Fix crash when deleting feed | |||
2021-11-07 | Merge pull request #5531 from ByteHamster/paddings | ByteHamster | |
Fixed a few paddings | |||
2021-11-07 | Merge pull request #5533 from ByteHamster/fix-cover-preview | ByteHamster | |
Fix CoverFragment crashing when showing RemoteMedia | |||
2021-11-07 | Merge pull request #5534 from ByteHamster/widget-remaining-time | ByteHamster | |
Respect remaining time setting in widget | |||
2021-11-07 | Fix crash when sync provider is null | ByteHamster | |
2021-11-06 | Respect remaining time setting in widget | ByteHamster | |
2021-11-06 | Fix CoverFragment crashing when showing RemoteMedia | ByteHamster | |
2021-11-06 | Fix crash when deleting feed | ByteHamster | |
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-06 | Fixed a few paddings | ByteHamster | |
2021-11-06 | Merge pull request #5528 from ByteHamster/upgrade-conscrypt | ByteHamster | |
Upgrade Conscrypt | |||
2021-11-06 | Upgrade Conscrypt | ByteHamster | |
2021-11-06 | Merge pull request #5525 from ByteHamster/remove-media-listeners | ByteHamster | |
Remove all media listeners and end audio focus when shutting down playback service | |||
2021-11-06 | Merge pull request #5526 from ByteHamster/mini-fixes | ByteHamster | |
Mini fixes | |||
2021-11-06 | Add subscription to home screen (#5523) | vbh | |
2021-11-06 | Remove root-path from file provider | ByteHamster | |
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-06 | Apparently some devices crash when trying to call xpp.next | ByteHamster | |
2021-11-06 | Do not block PlaybackServiceTaskManager shutdown | ByteHamster | |
If the queue was still loading on another thread, shutting down the service was not possible. | |||
2021-11-06 | Remove all media listeners and end audio focus when shutting down playback ↵ | ByteHamster | |
service | |||
2021-11-04 | Merge pull request #5516 from ByteHamster/auto-download-backoff | ByteHamster | |
Fix auto-download retry backoff | |||
2021-11-04 | Merge pull request #5520 from ByteHamster/move-events-to-module | ByteHamster | |
Move (most) events to their own module | |||
2021-11-02 | Merge pull request #5515 from ByteHamster/feed-statistics-table | ByteHamster | |
Show more detailed feed statistics | |||
2021-11-02 | Merge pull request #5510 from ByteHamster/exoplayer-okhttp | ByteHamster | |
Use OkHttp as backend for ExoPlayer | |||
2021-11-02 | Fix auto-download retry backoff | ByteHamster | |
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-02 | Move (most) events to their own module | ByteHamster | |
2021-10-31 | Merge pull request #5513 from ByteHamster/subscribe-link | ByteHamster | |
Support subscribe links that have a slash before the argument | |||
2021-10-31 | Merge pull request #5514 from ByteHamster/pause-interruptions | ByteHamster | |
Pause on focus loss by default | |||
2021-10-31 | Show more detailed feed statistics | ByteHamster | |
2021-10-31 | Pause on focus loss by default | ByteHamster | |
2021-10-31 | Support subscribe links that have a slash before the argument | ByteHamster | |
2021-10-30 | Merge pull request #5508 from ByteHamster/register-music-app | ByteHamster | |
Register as music app | |||
2021-10-30 | Merge pull request #5509 from ByteHamster/ignore-non-channel-items | ByteHamster | |
Ignore item tags that are not inside a channel | |||
2021-10-30 | Merge pull request #5511 from ByteHamster/refresh-item-state | ByteHamster | |
Refresh item state on start | |||
2021-10-30 | Refresh item state on start | ByteHamster | |
Otherwise, pressing the download button, pausing and coming back shows the wrong action buttons. | |||
2021-10-30 | Use OkHttp as backend for ExoPlayer | ByteHamster | |
2021-10-30 | Ignore item tags that are not inside a channel | ByteHamster | |
2021-10-30 | Register as music app | ByteHamster | |
2021-10-30 | Merge pull request #5506 from ByteHamster/fix-cover-mobile | ByteHamster | |
Fix loading cover images on mobile when not allowed |