Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-05 | Merge branch 'master' into develop | ByteHamster | |
2023-10-17 | Bump AGP and Gradle (#6489) | Taco | |
2023-09-24 | Fix file deletion and queueing after download (#6652) | ByteHamster | |
WorkManager does not tell us whether it was cancelled by the user (not retried) or by the system (retried later). So we need to delete the file and remove from queue when we know that it was actually the user. Also make sure to always delete the file when the download fails. Also, don't show "will retry" message on last retry attempt. | |||
2023-08-28 | Restore Nextcloud login state when recreated (#6600) | ByteHamster | |
2023-07-15 | Delete partially downloaded file when giving up to retry (#6530) | ByteHamster | |
2023-05-05 | Download Service Rewrite (#6420) | ByteHamster | |
2023-04-01 | Update AGP to 7.4.0 (#5655) | Taco | |
2023-03-14 | Move 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-23 | Fix crash in iTunes loader (#6341) | ByteHamster | |
2023-02-22 | change iTunes to Apple Podcasts (#6324) | Tony Tam | |
2023-02-20 | Add retry button to download failed notifications (#6333) | ByteHamster | |
2023-01-28 | Remove subscribed podcasts from discover / suggestions (#6269) | GitStart | |
2022-12-18 | Remove support for Android 4.4 | ByteHamster | |
2022-12-04 | Convert nextcloud domains to Punycode | ByteHamster | |
2022-11-06 | Hide iTunes suggestions by default in F-Droid version | ByteHamster | |
2022-11-06 | Merge pull request #6179 from ByteHamster/lint-recursively | ByteHamster | |
Check Lint recursively from the :app module | |||
2022-11-06 | Move DownloadService-Interface to new module | ByteHamster | |
2022-11-06 | Check Lint recursively from the :app module | ByteHamster | |
instead of checking every module individually. This avoids having to re-state all disabled Lint checks in all parent modules. | |||
2022-10-15 | Add auto-complete to discovery country selection (#6139) | Simon Rusinov | |
2022-08-04 | Fix NextCloud retrying without delay | ByteHamster | |
2022-07-31 | Separate PodcastIndex search from authentication | ByteHamster | |
2022-06-21 | Remove default gpodder sync server | ByteHamster | |
2022-06-11 | Fix TLSv3 sometimes not being enabled | ByteHamster | |
2022-05-24 | Update google-services-base library (#5904) | Taco | |
2022-05-13 | Remove gpodder toplist | ByteHamster | |
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-26 | Move feed discovery backends to their own module | ByteHamster | |
2022-04-02 | Merge branch 'master' into develop | ByteHamster | |
2022-02-24 | Support Nextcloud installations in subfolders | ByteHamster | |
2022-02-22 | Delete a few unused things | ByteHamster | |
2022-02-09 | Fix some gradle deprecations | TacoTheDank | |
2021-12-14 | Merge pull request #5581 from TacoTheDank/remove-old-compat | ByteHamster | |
Remove no longer needed compat methods | |||
2021-12-12 | Remove no longer needed compat methods | TacoTheDank | |
2021-12-04 | Centralize library versions used in multiple modules | TacoTheDank | |
2021-10-28 | Human-readable gpodder error message | ByteHamster | |
2021-10-06 | Add synchronization with gPodder Nextcloud server app (#5243) | thrillfall | |
2021-08-27 | Removed gpodder suggestions feature | ByteHamster | |
The feature was invisible since 2014 and nobody noticed. | |||
2021-08-25 | add property guid to episode action synchronization payload | thrillfall | |
2021-08-20 | Identify episodes by guid (#5326) | thrillfall | |
2021-05-11 | Move common gradle setup to a single file | ByteHamster | |
Original idea by @TacoTheDank | |||
2021-04-24 | Moved synchronization to its own module | ByteHamster | |
2021-04-17 | Enabled Lint with dependency checking | ByteHamster | |
2021-03-28 | Make AntennaPod pass the medium SpotBugs findings | ByteHamster | |
2021-03-01 | Fix failing Lint task when there are dependency updates | ByteHamster | |
2021-03-01 | Moved SSL providers to new module | ByteHamster | |