summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter
AgeCommit message (Expand)Author
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-29Move playback service to module (#7042)ByteHamster
2024-03-29Create module for sync service and move DBWriter to database module (#7040)ByteHamster
2024-03-29Add :ui:discovery module (#7037)ByteHamster
2024-03-27Split up DBTasks which has unclear responsibilities (#7032)ByteHamster
2024-03-25Move DBReader to :storage:database (#7027)ByteHamster
2024-03-24Simplify playback preferences and move to :storage:preferences (#7024)ByteHamster
2024-03-24Faster feed deletion (#7019)ByteHamster
2024-03-23Rename FeedMedia methods to no longer have underscores (#7017)ByteHamster
2024-03-23Move first batch of preferences code to :ui:preferences (#7010)ByteHamster
2024-03-18Decouple media button starter and receiver (#6999)ByteHamster
2024-03-17Remove dependency from :ui:glide to :core module (#6998)ByteHamster
2024-03-17Move theme to :ui:common module (#6997)ByteHamster
2024-03-10Remove last few usages of Iconify (#6977)ByteHamster
2024-03-06Clean up some old SpotBugs rulesTacoTheDank
2024-03-04Clean up some dead code (#6952)Taco
2023-11-22Remove Iconify from FeedInfoFragment (#6655)caoilTe O'Connor
2023-11-05Merge branch 'master' into developByteHamster
2023-10-29Add more spacing to OnlineFeedViewActivity, use MD3 styles (#6670)Bhaskar Kaura
2023-10-22Delete local feed episodes (#6400)Matej Drobnič
2023-10-15Add error icon on subscriptions screen (#6679)ByteHamster
2023-10-13Add 'Search online' button if local search has no results (#6681)ByteHamster
2023-09-24Fix file deletion and queueing after download (#6652)ByteHamster
2023-09-16Remove Iconify from NavListAdapter (#6578)caoilTe O'Connor
2023-09-12No longer use 'metered' work-around for VPNsByteHamster
2023-07-04Fix 'allow once' for feed update on mobile networks (#6528)ByteHamster
2023-05-07Fix Glide leaking reference to activity (#6446)peking_ling
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-05-05Merge branch 'master' into developByteHamster
2023-02-25Hack around black theme select background color having low contrast (#6352)ByteHamster
2023-02-20Merge branch 'master' into developByteHamster
2023-02-12Fix current chapter having the same color as the dialog background (#6315)ByteHamster
2023-02-11Convert subscriptions screen to cards (#6261)GitStart
2023-02-02Add long press menu to search results in subscriptions list (#6267)GitStart
2022-12-18Merge pull request #6246 from ByteHamster/revert-loading-dummyByteHamster
2022-12-18Revert back to showing progress bars while loadingByteHamster
2022-12-18Merge pull request #6237 from ByteHamster/tinted-themeByteHamster
2022-12-17Multi-select using background instead of checkboxByteHamster
2022-12-17Add support for Material You tinted themeByteHamster
2022-12-11Do not animate dummy views (#6231)ByteHamster
2022-12-04Fix dummy list items crashing Android 9ByteHamster
2022-11-06Move preferences to a new moduleByteHamster
2022-11-06Move DownloadService-Interface to new moduleByteHamster
2022-11-06Merge pull request #6176 from ByteHamster/decoupleByteHamster
2022-11-05Remove dependency from other classes to DownloadServiceByteHamster
2022-11-05Decouple FeedItemUtil and PlaybackStatusByteHamster
2022-11-05Merge pull request #6174 from ByteHamster/modularize-glideByteHamster
2022-11-03Move Glide to its own moduleByteHamster
2022-11-01Apply default RequestOptions globally instead of locallyByteHamster
2022-11-01Use normal pause/skip keycodes, not custom intentByteHamster