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 93b2a07811 Disable ExoPlayer id3 extraction
Malformed audio files can cause a crash in ExoPlayer. We have our own
id3 extractor and don't use the data of ExoPlayer, so we can just
disable parsing in ExoPlayer. This reduces the number locations where
something can go wrong that prevents playback.
2021-05-13 18:17:23 +02:00
.circleci Also Lint modules without play flavour 2021-04-17 16:53:21 +02:00
.github Revert "Minor template updates (#5021)" 2021-03-17 00:08:56 +01:00
.tx Updated translations 2021-03-03 11:37:23 +01:00
app Merge pull request #5151 from ByteHamster/fix-proxy 2021-05-10 23:11:59 +02:00
config Moved model to its own module 2021-04-22 23:17:11 +02:00
core Disable ExoPlayer id3 extraction 2021-05-13 18:17:23 +02:00
gradle/wrapper Update gradle wrapper 2020-04-25 15:50:20 -04:00
model Lint fixes 2021-04-22 23:30:46 +02:00
net Moved synchronization to its own module 2021-04-24 17:05:59 +02:00
ui Moved notification icons to their own module, so they don't crash old Android versions 2021-04-21 23:05:47 +02:00
.gitignore
CONTRIBUTING.md How to build from source (#5038) 2021-03-22 10:33:12 +01:00
CONTRIBUTORS.md Update transifex to APIv3 2021-04-21 22:32:09 +02:00
LICENSE Relicense under the GPL 2020-11-26 19:50:20 +01:00
README.md Updated broken beta testing link in readme 2021-02-15 15:39:31 +01:00
build.gradle Make AntennaPod pass the medium SpotBugs findings 2021-03-28 22:32:40 +02:00
createContributors.py Update transifex to APIv3 2021-04-21 22:32:09 +02:00
gradle.properties
gradlew Update gradle wrapper 2020-04-25 15:50:20 -04:00
gradlew.bat Update gradle wrapper 2020-04-25 15:50:20 -04:00
makeRelease.sh Cleanup 2019-11-09 09:56:48 +01:00
settings.gradle Moved synchronization to its own module 2021-04-24 17:05:59 +02: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!).

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

Information on how to build AntennaPod can be found in the wiki.