summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity
AgeCommit message (Expand)Author
2023-12-31If feed url was typed manually, show edit url button on error (#6833)ByteHamster
2023-11-11Fix deeplink/search?query=xy intent (#6754)ByteHamster
2023-10-29Add more spacing to OnlineFeedViewActivity, use MD3 styles (#6670)Bhaskar Kaura
2023-10-29Allow hiding notification permission nag (#6730)ByteHamster
2023-10-01Apply username and password when subscribing (#6675)ByteHamster
2023-08-19Sync on app start (#6589)ByteHamster
2023-07-16Upgrade preferences before using them (#6546)ByteHamster
2023-06-24Merge pull request #6490 from TacoTheDank/minSdk21removalsByteHamster
2023-06-20Fix mini player in landscape mode missing the Play button (#6521)Manjeet Yadav
2023-05-18Fix default widget background (#6494)ByteHamster
2023-05-14Remove no longer needed Compat stuffTacoTheDank
2023-05-14Don't show copying feedback on Android 13 (#6481)Jonathan Zopf
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-05-05Merge branch 'master' into developByteHamster
2023-05-05Ignore subscription filter when suggesting tags (#6453)mueller-ma
2023-04-15Replace Network+Storage preferences with Downloads (#6434)ByteHamster
2023-04-03Make widget configurable by long-pressing (#6410)mueller-ma
2023-03-14Move feed download to worker (#6375)ByteHamster
2023-02-28Re-add setting to open drawer when pressing back (#6355)ByteHamster
2023-02-25Add chapters button to video player (#6348)ByteHamster
2023-02-24More human readable player error message (#6346)ByteHamster
2023-02-24Always add feeds from opml, even if download fails (#6347)ByteHamster
2023-02-23Fix memory leaks (#6335)peking_ling
2023-02-20Merge branch 'master' into developByteHamster
2023-02-19Remove another global callback object (#6316)ByteHamster
2023-02-12Automatically switch to different screen when hiding current one from drawer ...GitStart
2023-02-02Use nicer animation when sliding up player (#6301)ByteHamster
2023-01-13Merge pull request #6264 from ByteHamster/onlinefeed_backgroundByteHamster
2023-01-13Merge pull request #6263 from ByteHamster/screen-insetsByteHamster
2023-01-13Branding upgrade (#6146)ByteHamster
2023-01-08Make dark background of preview more consistentByteHamster
2023-01-08Use exactly those insets that we mark as consumedByteHamster
2022-12-18Remove support for Android 4.4ByteHamster
2022-11-27Switch back to non-transparent navigation bar (#6111)ByteHamster
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-05No need to have other classes depend on the entire playback service when they...ByteHamster
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-01No need to have a virtual method that is only used in one single instanceByteHamster
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-09-18Expand app below system windowsByteHamster
2022-09-18Migrate dialogs to Material3ByteHamster
2022-09-18Migrate Toolbars to Material3ByteHamster
2022-09-14Clean up some existing viewbinding stuffTacoTheDank