summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
AgeCommit message (Collapse)Author
2023-10-22Delete local feed episodes (#6400)Matej Drobnič
2023-10-12User material3 dialog in 'mobile updates' setting (#6682)ByteHamster
2023-09-12Remove auto-download notification setting (#6625)ByteHamster
Also, add episode notifications to multi select options
2023-09-08Add volume boost (#6573)Matej Drobnič
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-05-05Merge branch 'master' into developByteHamster
2023-05-05Correctly theme download icon in settings (#6465)mueller-ma
2023-05-05Fix file provider not being able to share all files (#6472)ByteHamster
The library only looks at one of the external storage devices. If the exported log file doesn't happen to be stored on the first device, sharing it doesn't work. This is a known issue in the Android libraries: https://issuetracker.google.com/issues/37125252 This commit works around it by using an undocumented element that covers the entire file system.
2023-04-15Replace Network+Storage preferences with Downloads (#6434)ByteHamster
2023-04-15Remove 'Statistics moved' message (#6433)ByteHamster
2023-04-03Make widget configurable by long-pressing (#6410)mueller-ma
2023-03-31Remove 'set lockscreen background' setting (#6385)ByteHamster
Users disable the setting and then wonder why other apps (like Android Auto) do not display the cover image, even though it says so in the setting summary.
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-02-28Re-add setting to open drawer when pressing back (#6355)ByteHamster
2023-02-26Remove deprecated media players (#6354)ByteHamster
2023-02-24Use more clear swipe action label (#6345)ByteHamster
2023-02-22Add "New Episodes Action" preference (#6095)Erik Johnson
2023-02-18Extra toggle for full black theme (#6328)ByteHamster
2023-01-01Possibility to remove a single episode from playback history (#6184)Vishnu Sanal T
2022-12-18Merge pull request #6237 from ByteHamster/tinted-themeByteHamster
Add support for Material You tinted theme
2022-12-17Add support for Material You tinted themeByteHamster
2022-12-16Migrate ListPreference to Material Design 3ByteHamster
2022-12-03Merge branch 'master' into developByteHamster
2022-10-02Fix shortcuts showing 'app not installed'ByteHamster
New AGP versions no longer use resValues in the shortcuts file. We also cannot use the previous resourceplaceholders plugin (see bfb811d29e611146855f77df5dd97b9fb664cf25) because that plugin does not support recent AGP versions either. Side-effect: The shortcuts of the debug version now start the release version.
2022-10-02Add external-files-path to share providerByteHamster
Sharing crashes on some devices with "Failed to find configured root that contains /storage/XXXX-XXXX/Android/data/de.danoeh.antennapod/files/media/x/y.mp3"
2022-09-13Add preference for managing swipe actions for Episodes list (#6072)Erik Johnson
2022-09-10Add 'default screen' setting (replaces 'back button behavior') (#6041)ByteHamster
2022-08-20Change subscriptions icon from folder to grid viewByteHamster
2022-08-04Fix chart icon having been renamedByteHamster
2022-08-04Merge branch 'master' into developByteHamster
2022-07-25Add statistics moved messageByteHamster
2022-05-07Remove Gradle plugins that are no longer neededByteHamster
- We use MultiDex now, so we no longer need dexcount - We can use a resValue instead of a resourcePlaceholder - Simplify getting default value of properties
2022-05-07Swipe actions on the downloads screen (#5870)ByteHamster
2022-05-03Rename 'new' screen to inbox (#5460)ByteHamster
2022-02-22Merge pull request #5740 from ByteHamster/upon-exiting-videoByteHamster
Make it easier to play only audio, not video
2022-02-21Add time-based statistics filter (#5734)ByteHamster
2022-02-21Make it easier to play only audio, not videoByteHamster
2022-02-19Added a Statistics Button on the Subscriptions toolbar (#5706)IordanisKokk
2021-12-01Add preference to show subscription title (#5538)vbh
2021-11-28Chromecast rework (#5518)ByteHamster
2021-11-06Remove root-path from file providerByteHamster
Tag no longer exists and might be the reason for crashes on some devices in androidx.core.content.FileProvider.parsePathStrategy (which is outside of AntennaPod).
2021-10-31Merge pull request #5514 from ByteHamster/pause-interruptionsByteHamster
Pause on focus loss by default
2021-10-31Pause on focus loss by defaultByteHamster
2021-10-29Allow connecting to pages signed with user CAByteHamster
2021-10-10Reworked feed specific speed selector (#5458)ByteHamster
2021-10-06Add synchronization with gPodder Nextcloud server app (#5243)thrillfall
2021-10-02Rename folder to tag (#5381)seeto
2021-07-29Remove image cache size setting and choose size automaticallyByteHamster