summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2022-01-04Local feeds: add sort option for file name (#5629)Shom Bandopadhaya
Co-authored-by: widlok <widlok@users.noreply.github.com>
2022-01-03Merge pull request #5580 from TacoTheDank/bumpPluginsByteHamster
Update Gradle and plugins
2022-01-03Combine 'Episode webpage' & 'Media file address' share options (#5626)vbh
2022-01-03Merge branch 'master' into developByteHamster
2022-01-03Bump version to 2.4.22.4.2ByteHamster
2022-01-02Don't show 'Set SleepTimer' and 'Disable SleepTimer' at the same timeJonathan Flueren
2021-12-28Detect network changes with Android > Lollipop (#5609)Tony Tam
2021-12-28Update DexCount and PlayPublisher pluginsTacoTheDank
2021-12-19Rename tags (#5601)vbh
2021-12-14Add keyboard shortcuts for going to the top and bottom of podcast list (#5588)silansuslu
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-10Simplify confusing string with two pluralsByteHamster
2021-12-10Update AndroidX Media and ExoPlayer (#5371)Taco
2021-12-04Centralize library versions used in multiple modulesTacoTheDank
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-28Bumped version to 2.4.12.4.1ByteHamster
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 #5555 from ByteHamster/crash-double-chapterByteHamster
Do not crash when opening chapter dialog twice
2021-11-21Fix crash on API 21 when showing subscriptions screenByteHamster
2021-11-21Fix short flash of long stats table when showing short oneByteHamster
2021-11-17Do not crash when opening chapter dialog twiceByteHamster
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-14Fix Permission Denial when sharing filesByteHamster
2021-11-09Warn about using debug versionByteHamster
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-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 #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-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-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 #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-30Merge pull request #5508 from ByteHamster/register-music-appByteHamster
Register as music app
2021-10-30Merge pull request #5511 from ByteHamster/refresh-item-stateByteHamster
Refresh item state on start