summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)Author
2023-04-01Update AGP to 7.4.0 (#5655)Taco
2023-03-14Move feed download to worker (#6375)ByteHamster
Feed downloads are now independent from episode downloads. This makes it easier to use WorkManager for refreshing. Also, it will make it easier to add different refresh intervals in the future.
2023-02-23Fix crash in iTunes loader (#6341)ByteHamster
2023-02-22change iTunes to Apple Podcasts (#6324)Tony Tam
2023-02-20Add retry button to download failed notifications (#6333)ByteHamster
2023-01-28Remove subscribed podcasts from discover / suggestions (#6269)GitStart
2022-12-18Remove support for Android 4.4ByteHamster
2022-12-04Convert nextcloud domains to PunycodeByteHamster
2022-11-06Hide iTunes suggestions by default in F-Droid versionByteHamster
2022-11-06Merge pull request #6179 from ByteHamster/lint-recursivelyByteHamster
Check Lint recursively from the :app module
2022-11-06Move DownloadService-Interface to new moduleByteHamster
2022-11-06Check Lint recursively from the :app moduleByteHamster
instead of checking every module individually. This avoids having to re-state all disabled Lint checks in all parent modules.
2022-10-15Add auto-complete to discovery country selection (#6139)Simon Rusinov
2022-08-04Fix NextCloud retrying without delayByteHamster
2022-07-31Separate PodcastIndex search from authenticationByteHamster
2022-06-21Remove default gpodder sync serverByteHamster
2022-06-11Fix TLSv3 sometimes not being enabledByteHamster
2022-05-24Update google-services-base library (#5904)Taco
2022-05-13Remove gpodder toplistByteHamster
Half of the toplist no longer returns a valid podcast feed. Some of the suggested tags are just random characters and none of them is actually helpful. This does not remove search or synchronization. Just gpodder discovery.
2022-04-26Move feed discovery backends to their own moduleByteHamster
2022-04-02Merge branch 'master' into developByteHamster
2022-02-24Support Nextcloud installations in subfoldersByteHamster
2022-02-22Delete a few unused thingsByteHamster
2022-02-09Fix some gradle deprecationsTacoTheDank
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-04Centralize library versions used in multiple modulesTacoTheDank
2021-10-28Human-readable gpodder error messageByteHamster
2021-10-06Add synchronization with gPodder Nextcloud server app (#5243)thrillfall
2021-08-27Removed gpodder suggestions featureByteHamster
The feature was invisible since 2014 and nobody noticed.
2021-08-25add property guid to episode action synchronization payloadthrillfall
2021-08-20Identify episodes by guid (#5326)thrillfall
2021-05-11Move common gradle setup to a single fileByteHamster
Original idea by @TacoTheDank
2021-04-24Moved synchronization to its own moduleByteHamster
2021-04-17Enabled Lint with dependency checkingByteHamster
2021-03-28Make AntennaPod pass the medium SpotBugs findingsByteHamster
2021-03-01Fix failing Lint task when there are dependency updatesByteHamster
2021-03-01Moved SSL providers to new moduleByteHamster