summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment
AgeCommit message (Expand)Author
2023-03-14Move feed download to worker (#6375)ByteHamster
2023-03-01Instead of specialized methods, use the global 'getEpisodes' method with a fi...ByteHamster
2023-02-28Add option to switch a- & descending sort order for Inbox (#6266)GitStart
2023-02-25Add chapters button to video player (#6348)ByteHamster
2023-02-24More human readable player error message (#6346)ByteHamster
2023-02-24Do not jump bottom sheet when playing (#6342)ByteHamster
2023-02-23Fix memory leaks (#6335)peking_ling
2023-02-22Add "New Episodes Action" preference (#6095)Erik Johnson
2023-02-22Add sort option to episodes screen (#6286)GitStart
2023-02-20Merge branch 'master' into developByteHamster
2023-02-19Remove another global callback object (#6316)ByteHamster
2023-02-18Extra toggle for full black theme (#6328)ByteHamster
2023-02-18Ensure that the context is non-null when loading the shownotes (#6327)ByteHamster
2023-02-12Add sorting options to downloads screen (#6210)Jared234
2023-02-12Automatically switch to different screen when hiding current one from drawer ...GitStart
2023-02-11Convert subscriptions screen to cards (#6261)GitStart
2023-02-02Use nicer animation when sliding up player (#6301)ByteHamster
2023-02-02Add long press menu to search results in subscriptions list (#6267)GitStart
2023-01-28Remove subscribed podcasts from discover / suggestions (#6269)GitStart
2023-01-14Synchronisation label changes (#6213)Keunes
2023-01-01Possibility to remove a single episode from playback history (#6184)Vishnu Sanal T
2022-12-24Refresh Feed after Credentials Change (#6236)Patrick Demers
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-18Remove support for Android 4.4ByteHamster
2022-12-17Add support for Material You tinted themeByteHamster
2022-12-11Do not animate dummy views (#6231)ByteHamster
2022-12-11Remove non-functional end icon of country selectorByteHamster
2022-12-03Merge branch 'master' into developByteHamster
2022-11-30Remember decision option for "Remove all from inbox" dialog (#6186)Tong Liu
2022-11-27Switch back to non-transparent navigation bar (#6111)ByteHamster
2022-11-26Add option to edit feed URL (#6185)Ricardo Borges Jr
2022-11-18Add button to refresh episode chapters (#6177)LukasBrilla5
2022-11-10Merge pull request #6180 from ByteHamster/preferences-moduleByteHamster
2022-11-06Hide iTunes suggestions by default in F-Droid versionByteHamster
2022-11-06Move preferences to a new moduleByteHamster
2022-11-06Move DownloadService-Interface to new moduleByteHamster
2022-11-06Add confirmation dialog for clearing history (#6175)Vishnu Sanal T
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-01Close video player when switching to audioByteHamster
2022-11-01No need to define INVALID_TIME multiple timesByteHamster
2022-11-01Use normal pause/skip keycodes, not custom intentByteHamster
2022-10-23Fix queue sort order not being displayedByteHamster
2022-10-15Add auto-complete to discovery country selection (#6139)Simon Rusinov