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
daniel oeh d34746e049 Use XmlStreamReader in TypeGetter, closes #23 2012-10-01 13:10:15 +02:00
assets Prepared release of version 0.9.5 2012-09-25 10:57:57 +02:00
res Changed style of feedlist item 2012-10-01 12:53:44 +02:00
src/de/danoeh/antennapod Use XmlStreamReader in TypeGetter, closes #23 2012-10-01 13:10:15 +02:00
tests Use XmlStreamReader in TypeGetter, closes #23 2012-10-01 13:10:15 +02:00
.classpath Fixed bug in the playbackService related to audiofocus 2012-07-04 20:13:28 +02:00
.gitignore Added pom.xml, excluded files generated by maven 2012-07-31 12:08:51 +02:00
.project Renamed package and application 2012-07-13 12:23:47 +02:00
AndroidManifest.xml Prepared release of version 0.9.5 2012-09-25 10:57:57 +02:00
CHANGELOG.md Prepared release of version 0.9.5 2012-09-25 10:57:57 +02:00
CONTRIBUTORS Added Russian translation (thanks older!) 2012-09-16 13:23:55 +02:00
LICENSE Added license 2012-07-30 14:25:09 +02:00
README.md Updated README 2012-09-24 14:58:27 +02:00
build.xml Implemented FeedMedia Download 2012-05-28 13:22:23 +02:00
ic_launcher-web.png improved app icon 2012-07-20 13:27:41 +02:00
lint.xml Ignore lint warnings in arrays.xml 2012-09-20 11:48:13 +02:00
pom.xml Prepared release of version 0.9.5 2012-09-25 10:57:57 +02:00
proguard-project.txt Updated references, deleted GreenDroid lib from project 2012-04-10 15:59:23 +02:00
proguard.cfg Solved problem with proguard.cfg 2012-09-25 17:51:23 +02:00
project.properties Set target sdk to 16 2012-09-20 11:47:35 +02:00

README.md

AntennaPod

This is the official repository of AntennaPod, a podcast manager for Android.

Flattr Button

License

AntennaPod is licensed under the MIT License. You can find the license text in the LICENSE file.

Dependencies

AntennaPod has the following dependencies:

Building

Before building, make sure you have added FlattrConfig.java as described in the 'Flattr API' - section!

Building with ant

ActionBarSherlock and ViewPagerIndicator have to be added as library projects. Flattr4j, Apache Commons Lang and Apache Commons IO are jar-libraries and have to be copied into the libs folder in the root directory.

Building with maven

You can already build unsigned packages with maven, if you add annotations.jar from the Android SDK to your local maven repository. You don't have to do anything described in the 'Building with ant' section in order to build with maven.

  • Make sure the ANDROID_HOME variable is set to the location of your Android SDK installation

  • Navigate from your Android SDK directory into tools/support

  • Execute the following command:

    mvn install:install-file -Dfile=./annotations.jar -DgroupId=android.tools.support -DartifactId=annotations -Dversion=1.0 -Dpackaging=jar

  • In the root directory of this project, you can then execute the following command to build it:

    mvn clean package

Flattr API

AntennaPod accesses the flattr API for flattring podcasts. In order to gain access, a client ID and a client secret is required, which you can get by registering a new app on the flattr website. The official API credentials have been excluded from the public source code. In order to successfully build the project, a java class called FlattrConfig with two fields containing the credentials has to be created in src/de/danoeh/antennapod/util/flattr . You can also use the file called FlattrConfig.java.example to do that. If you leave the two fields blank, everything except the authentication process will work.

Translating AntennaPod

If you want to translate AntennaPod into another language, you can visit the Transifex project page.