AntennaPod/README.md

54 lines
2.9 KiB
Markdown
Raw Normal View History

2012-07-31 12:02:01 +02:00
# AntennaPod
2012-07-30 18:32:58 +02:00
This is the official repository of AntennaPod, a podcast manager for Android.
2012-08-07 14:06:05 +02:00
[![Flattr Button](http://api.flattr.com/button/button-static-50x60.png "Flattr This!")](https://flattr.com/thing/745609/Antennapod "AntennaPod")
2012-07-30 18:32:58 +02:00
<a href="https://play.google.com/store/apps/details?id=de.danoeh.antennapod" alt="Download from Google Play">
<img src="http://www.android.com/images/brand/android_app_on_play_large.png">
</a>
2012-10-08 15:28:48 +02:00
[AntennaPod on fdroid.org](http://f-droid.org/repository/browse/?fdcategory=Multimedia&fdid=de.danoeh.antennapod&fdpage=1)
2012-07-30 18:32:58 +02:00
2012-07-31 12:02:01 +02:00
## License
AntennaPod is licensed under the MIT License. You can find the license text in the LICENSE file.
## Dependencies
2012-07-30 18:32:58 +02:00
2012-07-31 12:02:01 +02:00
AntennaPod has the following dependencies:
2012-07-30 18:32:58 +02:00
2012-07-31 12:02:01 +02:00
- [flattr4j](http://www.shredzone.org/projects/flattr4j/files)
- [Apache Commons Lang](http://commons.apache.org/lang/download_lang.cgi)
2012-07-30 18:32:58 +02:00
- [ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock)
- [ViewPagerIndicator](https://github.com/JakeWharton/Android-ViewPagerIndicator)
2012-09-24 14:58:27 +02:00
- [Apache Commons IO](http://commons.apache.org/io/download_io.cgi)
2012-07-30 18:32:58 +02:00
2012-07-31 12:15:29 +02:00
## Building
Before building, make sure you have added FlattrConfig.java as described in the 'Flattr API' - section!
2012-07-31 12:02:01 +02:00
### Building with ant
2012-09-24 14:58:27 +02:00
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.
2012-07-31 12:02:01 +02:00
### 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
2012-07-30 18:32:58 +02:00
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.
2012-07-31 12:02:01 +02:00
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.
2012-09-24 14:58:27 +02:00
## Translating AntennaPod
If you want to translate AntennaPod into another language, you can visit the [Transifex project page](https://www.transifex.com/projects/p/antennapod/).