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 ab64807f64
Remove AutoDownloadTest (#7015)
This test regularly fails our CI.

The test checked that auto-download kicks in after the currently playing episode
and that it considers the correct item in the queue to enqueue after.

However, because we now use WorkManager, the download can be delayed based
on decisions by the Android system. We cannot assume that downloading already
starts just seconds after playback completes.

I do not know an easy fix for this, and the test is quite complex anyway, testing
multiple different modules at once. So I am removing the test for now.
2024-03-22 20:10:15 +01:00
.github Fix SpotBugs in CI 2024-03-06 02:32:13 -05:00
.tx Update app store metadata 2023-05-13 22:40:49 +02:00
app Remove AutoDownloadTest (#7015) 2024-03-22 20:10:15 +01:00
config Remove dependency from :ui:glide to :core module (#6998) 2024-03-17 20:25:44 +01:00
core Playback speed fixes (#7013) 2024-03-22 19:44:14 +01:00
event Skip silence setting per feed (#6910) 2024-03-03 20:17:22 +01:00
gradle/wrapper Update AGP and Gradle (#6954) 2024-03-04 22:17:44 +01:00
model Remove dependency from :ui:glide to :core module (#6998) 2024-03-17 20:25:44 +01:00
net Remove dependency from :ui:glide to :core module (#6998) 2024-03-17 20:25:44 +01:00
parser Fix indentation in last 8 files 2024-03-04 23:09:59 +01:00
playback Update AndroidX libraries (#6940) 2024-03-09 10:56:58 +01:00
scripts Screenshot creation script (#6933) 2024-02-20 21:17:23 +01:00
storage Playback speed fixes (#7013) 2024-03-22 19:44:14 +01:00
ui Nicer rating dialog (#7011) 2024-03-22 18:18:30 +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
CONTRIBUTING.md Move Google Play Metadata to its own repo (#6970) 2024-03-09 11:02:23 +01:00
CONTRIBUTORS.md Update contributors 2024-02-18 19:31:20 +01:00
LICENSE Relicense under the GPL 2020-11-26 19:50:20 +01:00
README.md Move Google Play Metadata to its own repo (#6970) 2024-03-09 11:02:23 +01:00
build.gradle Add POST_NOTIFICATIONS permission checks (#6951) 2024-03-17 19:58:33 +01:00
common.gradle Suppress outdated dependency Lint (#7009) 2024-03-20 20:30:28 +01:00
gradle.properties Remove Jetifier (#6982) 2024-03-10 10:47:54 +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
playFlavor.gradle Update AGP to 7.4.0 (#5655) 2023-04-01 23:16:53 +02:00
settings.gradle Move notification icons and widget icons to separate modules (#6995) 2024-03-17 12:06:41 +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. Refer to the instructions for more details.