summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod
AgeCommit message (Collapse)Author
2023-09-12No longer use 'metered' work-around for VPNsByteHamster
WorkManager doesn't do the workaround either. So we would launch a download that then never starts.
2023-09-08Add volume boost (#6573)Matej Drobnič
2023-08-28Restore Nextcloud login state when recreated (#6600)ByteHamster
2023-08-19Do not crash if item is not loaded yetByteHamster
2023-08-19Fix ClassCastException when showing error message on video playerByteHamster
2023-08-19Sync on app start (#6589)ByteHamster
2023-08-19Relayout NoRelayoutTextView if text gets longer (#6587)ByteHamster
2023-07-16Upgrade preferences before using them (#6546)ByteHamster
2023-07-15Fix crash in item pager (#6542)ByteHamster
There should be no code path for feedItemPos to still be -1, but the crash reports indicate that it does. So this is now the dirty fix to avoid app crashes.
2023-07-04Fix 'allow once' for feed update on mobile networks (#6528)ByteHamster
2023-06-24Merge pull request #6490 from TacoTheDank/minSdk21removalsByteHamster
Remove no longer needed Compat stuff
2023-06-20Fix mini player in landscape mode missing the Play button (#6521)Manjeet Yadav
2023-05-29Use the brand new material switches for preferences (#6475)ebraminio
2023-05-28Make drawer's corners round (#6478)ebraminio
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-07Fix Glide leaking reference to activity (#6446)peking_ling
2023-05-07Let filter button height grow (#6477)ByteHamster
Also, make it easier to see what option is selected
2023-05-07Make single filter button full-width (#6454)mueller-ma
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
I have the following setup: * A tag 'Done' with fully listened podcasts * The subscription filter "counter greater 0" * The subscription counter "downloaded episodes" This way all done podcasts aren't visible in the drawer. When I want to tag another podcast as done, 'Done' isn't auto-completed. With this change all tags will be auto-completed.
2023-04-15Add option to enable sleep timer based on current time (#6384)mueller-ma
2023-04-15Replace Network+Storage preferences with Downloads (#6434)ByteHamster
2023-04-15Remove 'Statistics moved' message (#6433)ByteHamster
2023-04-15Respect 'include marked as played' on home screen (#6435)ByteHamster
2023-04-07Add banner on home screen if notification permission is not granted (#6412)ByteHamster
2023-04-07Fix long-pressing subscription on home screen (#6419)ByteHamster
2023-04-07Do not switch screens when clicking "Remove podcast" (#6259)GitStart
2023-04-06Avoid scrolling screen on refresh (#6413)ByteHamster
2023-04-03Make widget configurable by long-pressing (#6410)mueller-ma
2023-04-02Don't crash trying to show item at negative position (#6407)ByteHamster
I have no idea what code path could pass a negative number there, but apparently there are users who experience a crash when trying to show a negative position.
2023-03-14Move feed download to worker (#6375)ByteHamster
Feed downloads are now independent from episode downloads. This makes it easier to use WorkManager for refreshing. Also, it will make it easier to add different refresh intervals in the future.
2023-03-06Hide 'reconnect' settings (#6367)ByteHamster
Android 12+ doesn't let us start the foreground service from an event like "headset reconnected". Hide the corresponding settings and avoid crashing.
2023-03-06Prompt for battery optimization (#6362)ByteHamster
2023-03-01Instead of specialized methods, use the global 'getEpisodes' method with a ↵ByteHamster
filter (#6358)
2023-02-28Add option to switch a- & descending sort order for Inbox (#6266)GitStart
2023-02-28Re-add setting to open drawer when pressing back (#6355)ByteHamster
2023-02-26Remove deprecated media players (#6354)ByteHamster
2023-02-25Hack around black theme select background color having low contrast (#6352)ByteHamster
2023-02-25Add chapters button to video player (#6348)ByteHamster
2023-02-24More human readable player error message (#6346)ByteHamster
2023-02-24Use more clear swipe action label (#6345)ByteHamster
2023-02-24Always add feeds from opml, even if download fails (#6347)ByteHamster
2023-02-24Add mobile sync setting (#6349)ByteHamster
2023-02-24Do not jump bottom sheet when playing (#6342)ByteHamster
Whenever some view calls requestLayout(), the bottom view jumps. This happens during slide when setting the player from GONE to VISIBLE. Also, it happens every time the position changes because the TextView has a dynamic width. We are not actually interested in the dynamic width and can simply keep the initial width. This avoids requestLayout() calls every time the position is updated.
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