Skip to content

arantius/AntennaPod

 
 

Repository files navigation

AntennaPod

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

Flattr Button AntennaPod on fdroid.org

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.

About

A podcast manager for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%