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
hades 841bda020f
Do not enable sleep mode in Android Auto (#7053)
When playback is started while an Android Auto projection is active, we want to
prevent automatic sleep timer from starting.

Note: the androidx.car.app library has not seen a full release since 1.2.0. We opted to use a release candidate here, which has a downgraded minSdk requirement, compatible with the current minSdk of AntennaPod at the time this dependency is introduced.
2024-04-17 00:01:34 +02:00
.github
.tx
app Show covers on podcast page (#7094) 2024-04-15 19:28:10 +02:00
config
event
gradle/wrapper
model Store download date in database (#7090) 2024-04-13 17:28:56 +02:00
net Strip duplicate slash on Nextcloud Gpodder sync (#7085) 2024-04-16 08:14:59 +02:00
parser
playback Do not enable sleep mode in Android Auto (#7053) 2024-04-17 00:01:34 +02:00
scripts
storage Add lazy loading to feed item list (#7091) 2024-04-13 19:18:13 +02:00
ui Optionally display subscriptions as a simple list (#7087) 2024-04-14 11:45:12 +02:00
.editorconfig
.gitignore
.gitmodules
build.gradle Target SDK 34 (#7075) 2024-04-09 22:33:52 +02:00
common.gradle Target SDK 34 (#7075) 2024-04-09 22:33:52 +02:00
CONTRIBUTING.md
CONTRIBUTORS.md
gradle.properties
gradlew
gradlew.bat
LICENSE
playFlavor.gradle
README.md
settings.gradle

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