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
Lincoln Ramsay fcbbaa4060 Avoid stuck download notifications
Cancel the periodic updater before calling stopForeground so
that the notification can't come back after it has been closed.

Remove the workaround for API 30 slow notification closing because
it can cause a stuck notification. However, in order to avoid misleading
text being left on the notification if it closes slowly, ensure that
the "0 downloads" text is written to the notification when shutting down.

Fixes #4556
2021-02-28 09:34:25 +10:00
.circleci Remove PlaybackServiceCallbacks 2021-02-12 18:08:58 +01:00
.github Moved pull request template 2021-02-23 10:33:49 +01:00
.tx Pulled listing translations 2021-02-17 12:23:35 +01:00
app Remove interface ImageResource (#4911) 2021-02-24 15:44:40 +01:00
config/checkstyle Add Checkstyle rule to check for unused imports 2020-12-14 23:07:44 +01:00
core Avoid stuck download notifications 2021-02-28 09:34:25 +10:00
gradle/wrapper Update gradle wrapper 2020-04-25 15:50:20 -04:00
ui Move basic views to new module 2021-02-12 21:00:39 +01:00
.gitignore Making sure that tests click on preference, not preferenceCategory 2019-10-25 15:29:54 +02:00
CONTRIBUTING.md Tell contributors to only change English strings 2021-02-23 10:16:26 +01:00
CONTRIBUTORS.md Updated contributors 2021-01-01 19:55:42 +01: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 Added mavenCentral repository 2021-02-13 13:31:08 +01:00
createContributors.py Updated contributors 2021-01-01 19:55:42 +01:00
gradle.properties Explicitly set max gradle jvm memory - release build fails on some machines otherwise. 2019-10-04 12:40:54 -07:00
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 Move basic views to new module 2021-02-12 21:00:39 +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!).

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.