mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Prepared release of version 0.9.6.3
This commit is contained in:
25
README.md
25
README.md
@ -2,7 +2,7 @@
|
||||
|
||||
This is the official repository of AntennaPod, a podcast manager for Android.
|
||||
|
||||
[](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
|
||||
|
||||
[](https://flattr.com/thing/745609/Antennapod "AntennaPod")
|
||||
|
||||
Bitcoin donations can be sent to this address: <pre>1DzvtuvdW8VhDsq9GUytMyALmsHeaHEKbg</pre>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user