Prepared release of version 0.9.6.3

This commit is contained in:
daniel oeh
2013-01-04 11:21:59 +01:00
parent 55be2344ce
commit aa630554dd
5 changed files with 26 additions and 13 deletions

View File

@ -2,7 +2,7 @@
This is the official repository of AntennaPod, a podcast manager for Android.
[![Flattr Button](http://api.flattr.com/button/button-static-50x60.png "Flattr This!")](https://flattr.com/thing/745609/Antennapod "AntennaPod")
<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>
@ -12,6 +12,10 @@ This is the official repository of AntennaPod, a podcast manager for Android.
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](https://www.transifex.com/projects/p/antennapod/).
## Dependencies
AntennaPod has the following dependencies:
@ -37,17 +41,20 @@ You can already build unsigned packages with maven, if you add annotations.jar f
- 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
<pre>
mvn install:install-file -Dfile=./annotations.jar -DgroupId=android.tools.support -DartifactId=annotations -Dversion=1.0 -Dpackaging=jar
</pre>
- In the root directory of this project, you can then execute the following command to build it:
<pre>mvn clean package</pre>
## 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](https://www.transifex.com/projects/p/antennapod/).
## Donate
[![Flattr Button](http://api.flattr.com/button/button-static-50x60.png "Flattr This!")](https://flattr.com/thing/745609/Antennapod "AntennaPod")
Bitcoin donations can be sent to this address: <pre>1DzvtuvdW8VhDsq9GUytMyALmsHeaHEKbg</pre>