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 38e2abd2fe Try to fix ArrayIndexOutOfBoundsException
We sometimes get an ArrayIndexOutOfBoundsException when trying to create the ItemPagerFragment.
After trying quite a few things already, Google Play still reports the crash.
Previous experiments showed that the index is not larger than the array length. Because it is
an AIOOB Exception and not a NPE, the array must be created correctly. Maybe it is a negative index.
Might be caused by getAdapterPosition() returning NO_POSITION (-1).
2020-01-04 23:57:51 +01:00
.circleci Named workflow jobs 2019-10-04 22:39:10 +02:00
.github Only run emulator tests on pull requests 2019-12-20 00:08:53 +01:00
.tx Updated translations 2019-11-24 10:28:44 +01:00
app Try to fix ArrayIndexOutOfBoundsException 2020-01-04 23:57:51 +01:00
artwork Added more padding to feature graphic 2019-08-31 15:59:19 +02:00
config/checkstyle Avoid too much nesting 2019-12-02 10:30:49 +01:00
core Only modify and query downloads array in main thread 2020-01-03 22:50:30 +01:00
gradle/wrapper new gradle version, this should fix #3562 2019-10-27 15:53:44 +01:00
.gitignore Making sure that tests click on preference, not preferenceCategory 2019-10-25 15:29:54 +02:00
CHANGELOG.md Added forgotten @ characters to changelog 2019-11-26 21:04:41 +01:00
CONTRIBUTING.md Removed prestissimo 2019-11-22 18:56:36 +01:00
CONTRIBUTORS Updated collaborators 2020-01-02 19:17:28 +01:00
LICENSE Formatted license nicely, script to generate CONTRIBUTERS file 2015-08-13 12:02:45 +02:00
README.md We don't have nightly builds anymore 2019-08-10 18:38:53 +02:00
build.gradle Upgraded ExoPlayer 2019-11-22 22:24:48 +01:00
createDevelopersList.py Updated danoeh's text on about screen 2019-11-09 09:56:48 +01:00
createTranslatorsList.py Cleanup 2019-11-09 09:56:48 +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 to gradle 5.4 2019-04-20 20:54:57 +02:00
gradlew.bat Update to gradle 5.4 2019-04-20 20:54:57 +02:00
ic_launcher-web.png Adding new ic_launcher files 2018-02-10 16:45:29 -03:00
makeRelease.sh Cleanup 2019-11-09 09:56:48 +01:00
settings.gradle Remove DSLV 2015-11-05 23:46:43 +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

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!

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.