38e2abd2fe
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). |
||
---|---|---|
.circleci | ||
.github | ||
.tx | ||
app | ||
artwork | ||
config/checkstyle | ||
core | ||
gradle/wrapper | ||
.gitignore | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
LICENSE | ||
README.md | ||
build.gradle | ||
createDevelopersList.py | ||
createTranslatorsList.py | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
ic_launcher-web.png | ||
makeRelease.sh | ||
settings.gradle |
README.md
AntennaPod
This is the official repository of AntennaPod, the easy-to-use, flexible and open-source podcast manager for Android.
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.