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
2024-12-20 17:40:15 +01:00
.github Remove app source from issue template (#7530) 2024-11-27 22:38:17 +01:00
.idea Configure IntelliJ Idea IDE automatically (#7255) 2024-06-19 21:14:20 +02:00
app Allow deleting tag by holding (#7565) 2024-12-20 17:40:15 +01:00
config Remove imports only used in JavaDoc (#7468) 2024-10-27 21:11:24 +01:00
event Delete core module (#7060) 2024-04-05 19:20:27 +02:00
gradle/wrapper Upgrade AGP and Gradle for Java 23 support (#7529) 2024-11-28 19:43:16 +01:00
model Show subscribe nag only after interacting with episode (#7378) 2024-09-03 19:41:48 +02:00
net Tweak translations (#7503) 2024-11-15 19:48:15 +01:00
parser Support parsing vorbis comments spanning across pages (#7215) 2024-06-09 10:04:59 +02:00
playback Restore playback speed on Chromecast (#7562) 2024-12-16 23:13:26 +01:00
scripts Update contributors and supported languages (#7504) 2024-11-15 20:52:50 +01:00
storage Remove notification permission nag (#7489) 2024-11-10 11:46:10 +01:00
ui Allow deleting tag by holding (#7565) 2024-12-20 17:40:15 +01:00
.editorconfig Add .editorconfig (#6461) 2023-05-05 19:25:54 +02:00
.gitignore Making sure that tests click on preference, not preferenceCategory 2019-10-25 15:29:54 +02:00
.gitmodules Move Google Play Metadata to its own repo (#6970) 2024-03-09 11:02:23 +01:00
build.gradle Upgrade AGP and Gradle for Java 23 support (#7529) 2024-11-28 19:43:16 +01:00
common.gradle Upgrade AGP and Gradle for Java 23 support (#7529) 2024-11-28 19:43:16 +01:00
CONTRIBUTING.md Explain why there needs to be an issue first (#7474) 2024-10-27 21:12:02 +01:00
CONTRIBUTORS.md Update contributors and supported languages (#7504) 2024-11-15 20:52:50 +01:00
gradle.properties Upgrade AGP and Gradle for Java 23 support (#7529) 2024-11-28 19:43:16 +01:00
gradlew Update AGP and Gradle (#6954) 2024-03-04 22:17:44 +01:00
gradlew.bat Update AGP and Gradle (#6954) 2024-03-04 22:17:44 +01:00
LICENSE Relicense under the GPL 2020-11-26 19:50:20 +01:00
playFlavor.gradle Update AGP to 7.4.0 (#5655) 2023-04-01 23:16:53 +02:00
README.md The cool projects now use badges (#7505) 2024-11-17 12:17:53 +01:00
settings.gradle Display transcript text and follow along the audio (#7103) 2024-05-18 18:58:36 +02:00

AntennaPod

GitHub check runs License: GPL v3 GitHub Release https://img.shields.io/github/commits-since/AntennaPod/AntennaPod/latest/develop Translations on Weblate Good first issue

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. Refer to the instructions for more details.