summaryrefslogtreecommitdiff
path: root/config/spotbugs
AgeCommit message (Collapse)Author
2022-01-06Rewrite download request creation (#5530)ByteHamster
Android has a limit on the size of Intent parameters. When enqueuing a huge number of items, it just ignored the argument and did not call onNewIntent. We now load the list over in DownloadService.
2021-10-02Rename folder to tag (#5381)seeto
2021-08-28Moved media file parser to its own moduleByteHamster
2021-04-22Moved model to its own moduleByteHamster
2021-03-28Make AntennaPod pass the medium SpotBugs findingsByteHamster
2021-03-27Fixed SpotBugs violations, so that at least the most severe checks passByteHamster
2021-03-27Add SpotBugs CI checkByteHamster