Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-01 | Add preference to show subscription title (#5538) | vbh | |
2021-11-28 | Merge branch 'master' into develop | ByteHamster | |
2021-11-28 | Chromecast rework (#5518) | ByteHamster | |
2021-11-28 | Bumped version to 2.4.12.4.1 | ByteHamster | |
2021-11-21 | Bump to minimum SDK version 19 (Android 4.4) | ByteHamster | |
2021-11-21 | Add 'add to tag' option to multiselect menu (#5553) | vbh | |
2021-11-21 | Merge pull request #5555 from ByteHamster/crash-double-chapter | ByteHamster | |
Do not crash when opening chapter dialog twice | |||
2021-11-21 | Fix crash on API 21 when showing subscriptions screen | ByteHamster | |
2021-11-21 | Fix short flash of long stats table when showing short one | ByteHamster | |
2021-11-17 | Do not crash when opening chapter dialog twice | 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 | Fix Permission Denial when sharing files | ByteHamster | |
2021-11-09 | Warn about using debug version | ByteHamster | |
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-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 #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-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 | 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 #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-30 | Merge pull request #5508 from ByteHamster/register-music-app | ByteHamster | |
Register as music app | |||
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 | Register as music app | ByteHamster | |
2021-10-30 | Merge pull request #5505 from ByteHamster/metered-network | ByteHamster | |
Don't use metered networks for auto download | |||
2021-10-30 | Don't connect to metered wifi networks | ByteHamster | |
2021-10-30 | Merge pull request #5504 from ByteHamster/opml-only-intent | ByteHamster | |
Make opml intent filter more strict | |||
2021-10-30 | Merge pull request #5503 from ByteHamster/remember-password | ByteHamster | |
Remember password when adding new feed | |||
2021-10-30 | Make opml intent filter more strict | ByteHamster | |
2021-10-30 | Remember password when adding new feed | ByteHamster | |
2021-10-30 | Merge pull request #5494 from ByteHamster/queue-lock-swipe | ByteHamster | |
Queue lock now no longer influences swiping | |||
2021-10-30 | Merge pull request #5498 from ByteHamster/pending-indent-mutability | ByteHamster | |
Declare intent mutability for Android 12 compatibility | |||
2021-10-30 | Merge pull request #5493 from ByteHamster/apple-feeds | ByteHamster | |
Open Apple podcast urls | |||
2021-10-30 | Use data folder for initial subscriptions | ByteHamster | |
2021-10-30 | Merge pull request #5499 from ByteHamster/gpodder-error-message | ByteHamster | |
Human-readable gpodder error message | |||
2021-10-29 | Declare intent mutability for Android 12 compatibility | ByteHamster | |
2021-10-29 | Allow connecting to pages signed with user CA | ByteHamster | |