AntennaPod è un lettore podcast per Android completamente open-source ed è possibile iscriversi a tutti i canali funkwhale e a qualsiasi feed RSS. AntennaPod e Funkwhale sono sviluppati senza interessi commerciali e rispettano la privacy: https://castopod.it
Go to file
ByteHamster 8c9b61e599
Remove 'set lockscreen background' setting (#6385)
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-31 22:18:37 +02:00
.github Check Lint recursively from the :app module 2022-11-06 11:55:23 +01:00
.tx Fix locale folder of indonesian translation 2022-08-19 20:33:32 +02:00
app Remove 'set lockscreen background' setting (#6385) 2023-03-31 22:18:37 +02:00
config Make checkstyle CI faster 2022-01-16 11:23:29 +01:00
core Remove 'set lockscreen background' setting (#6385) 2023-03-31 22:18:37 +02:00
event Move feed download to worker (#6375) 2023-03-14 21:03:45 +01:00
gradle/wrapper Update gradle to 7.x 2021-12-28 13:55:21 -05:00
model Add "New Episodes Action" preference (#6095) 2023-02-22 21:34:43 +01:00
net Move feed download to worker (#6375) 2023-03-14 21:03:45 +01:00
parser Update feed url when server returns itunes:new-feed-url (#6291) 2023-01-29 12:12:08 +01:00
playback Remove deprecated media players (#6354) 2023-02-26 16:38:31 +01:00
storage Remove 'set lockscreen background' setting (#6385) 2023-03-31 22:18:37 +02:00
ui Remove 'set lockscreen background' setting (#6385) 2023-03-31 22:18:37 +02:00
.gitignore Making sure that tests click on preference, not preferenceCategory 2019-10-25 15:29:54 +02:00
CONTRIBUTING.md CONTRIBUTING.md: fix issue template links (#5692) 2022-02-04 22:54:21 +01:00
CONTRIBUTORS.md Update contributors list 2023-01-17 22:46:36 +01:00
LICENSE Relicense under the GPL 2020-11-26 19:50:20 +01:00
README.md Update build instructions in README (#6310) 2023-02-08 19:33:58 +01:00
build.gradle Remove deprecated media players (#6354) 2023-02-26 16:38:31 +01:00
common.gradle Remove support for Android 4.4 2022-12-18 15:01:59 +01:00
createContributors.py Update contributors 2022-08-14 13:57:17 +02:00
gradle.properties Target API 31 (#6190) 2022-11-26 16:06:02 +01:00
gradlew Update gradle to 7.x 2021-12-28 13:55:21 -05:00
gradlew.bat Gradle 6.9 2021-06-13 20:52:06 +02:00
makeRelease.sh Link to localized website version from about screen 2022-06-09 22:21:57 +02:00
playFlavor.gradle Move common gradle setup to a single file 2021-05-11 22:38:46 +02:00
settings.gradle Move preferences to a new module 2022-11-06 21:21:28 +01:00

README.md

AntennaPod

This is the official repository of AntennaPod, the easy-to-use, flexible and open-source podcast manager for Android.

Get it on Google Play Get it on F-Droid

Screenshot 0 Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

Feedback

You can use the AntennaPod Forum for discussions about the app or just podcasting in general.

Bug reports and feature requests can be submitted here (please read the instructions on how to report a bug and how to submit a feature request first!).

We also hold regular community calls to discuss anything AntennaPod-related. Come join the next call!

Help to test AntennaPod

AntennaPod has many users and we don't want them to run into trouble when we add a new feature. It's important that we have a significant group test our app, so that we know all possible combinations of phones, Android versions and use cases work as expected. Check out our wiki on how to join our Beta testing program! If a bug is reported during the beta period, chances are high that it will be fixed before the stable version. If it is reported later, fixing might take another full beta cycle. So definitely let us know if something is not right.

License

AntennaPod is licensed under the GNU General Public License (GPL-3.0). You can find the license text in the LICENSE file.

Translating AntennaPod

If you want to translate AntennaPod into another language, you can visit the Transifex project page.

Building AntennaPod

You can build AntennaPod just like any other Android project. On Android Studio, simply select File » New » Project from version control and paste AntennaPod's GitHub URL.