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
Anderson Mesquita 34d33f796e Close OkHttp request before making new ones
When adding certain podcasts [1], a `LeakedClosableViolation` is thrown
due to the fact that we're reusing the OkHttpClient to make multiple
requests (one to get the iTunes toplist for the user's language, and
another one defaulting to US).

This makes sure that all requests are closed to prevent this exception,
according to OkHttp docs [2].

[1]: https://podcasts.apple.com/us/podcast/stupid-genius-with-emma-chamberlain/id1458568923
[2]: https://github.com/square/okhttp/blob/18f2b5e/okhttp/src/main/java/okhttp3/Call.kt#L32-L40
2019-04-28 09:10:02 -04:00
.circleci Using release build for CI 2019-01-05 10:25:15 +01:00
.tx Imported store description into new publisher layout 2019-04-26 18:10:56 +02:00
app Close OkHttp request before making new ones 2019-04-28 09:10:02 -04:00
artwork Added feature graphic 2018-04-12 14:01:59 +02:00
core Fixed sleep timer ANR (Closes #3139) 2019-04-27 10:50:13 +02:00
gradle/wrapper Upgrade gradle wrapper to version 4.10.2 2018-09-27 13:21:15 +02:00
.gitignore
build.gradle unify lint options for all modules 2019-01-27 12:54:56 +01:00
CHANGELOG.md Prepare 1.7.1 release 2018-11-11 10:08:27 +01:00
contributers.template.py Updated contributors 2018-12-23 14:59:48 +01:00
CONTRIBUTING.md
CONTRIBUTORS Updated contributors 2018-12-23 14:59:48 +01:00
gradlew
gradlew.bat
ic_launcher-web.png Adding new ic_launcher files 2018-02-10 16:45:29 -03:00
ISSUE_TEMPLATE.md
LICENSE
makeRelease.sh
README.md README.md: fix f-droid link image 2018-08-21 19:37:55 +03:00
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

Feedback

You can use the AntennaPod Google Group for discussions about the app.

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 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 how to join our Alpha and Beta testing programmes!

Nightly Builds

There are APKs available for every branch that is actively worked on. Please note that these might be very unstable versions of the app, which can break your current installation. Install them at your own risk!

Click here to get to the nightly builds folder.

License

AntennaPod is licensed under the MIT License. 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.