summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity
AgeCommit message (Expand)Author
2024-03-29Move playback service to module (#7042)ByteHamster
2024-03-29Move download service to module (#7041)ByteHamster
2024-03-29Create module for sync service and move DBWriter to database module (#7040)ByteHamster
2024-03-29Move about screen to :ui:preferences (#7039)ByteHamster
2024-03-29Add :ui:discovery module (#7037)ByteHamster
2024-03-29Remove dependency of :net:discovery and :ui:echo on :core (#7036)ByteHamster
2024-03-27Split up DBTasks which has unclear responsibilities (#7032)ByteHamster
2024-03-25Move widget setup code to widget module (#6996)ByteHamster
2024-03-25Move DBReader to :storage:database (#7027)ByteHamster
2024-03-24Simplify playback preferences and move to :storage:preferences (#7024)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-22Nicer rating dialog (#7011)ByteHamster
2024-03-18Optional automatic daily database backup (#6994)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-11Move import/export to its own module (#6986)ByteHamster
2024-03-06Merge pull request #6958 from TacoTheDank/bumpSpotBugsByteHamster
2024-03-06Clean up some old SpotBugs rulesTacoTheDank
2024-03-06Update SpotBugsTacoTheDank
2024-03-04Fix indentation in last 8 filesByteHamster
2024-02-04Tweak OPML import (#6906)ByteHamster
2024-01-02Move 'skip silence' checkbox to playback speed dialog (#6834)quails4Eva
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