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 53e00b95d5 changed path to libraries 2012-07-31 11:54:04 +02:00
assets Prepared release 0.9.1 2012-07-29 16:36:23 +02:00
res Rewrote layout file to get rid of grid layout dependency 2012-07-30 20:42:27 +02:00
src/de/danoeh/antennapod Excluded api keys from repository 2012-07-30 14:04:27 +02:00
.classpath Fixed bug in the playbackService related to audiofocus 2012-07-04 20:13:28 +02:00
.gitignore Excluded libs directory, removed eclipse project files from gitignore 2012-07-31 11:47:19 +02:00
.project Renamed package and application 2012-07-13 12:23:47 +02:00
AndroidManifest.xml Prepared release 0.9.1 2012-07-29 16:36:23 +02:00
CHANGELOG.md Prepared release 0.9.1 2012-07-29 16:36:23 +02:00
LICENSE Added license 2012-07-30 14:25:09 +02:00
NOTICE Added readme and notice file 2012-07-30 18:32:58 +02:00
README.md Added readme and notice file 2012-07-30 18:32:58 +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 Updated references, deleted GreenDroid lib from project 2012-04-10 15:59:23 +02:00
proguard-project.txt Updated references, deleted GreenDroid lib from project 2012-04-10 15:59:23 +02:00
proguard.cfg Prepared release 0.9 2012-07-28 14:14:07 +02:00
project.properties changed path to libraries 2012-07-31 11:54:04 +02:00

README.md

AntennaPod

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

License

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

Dependencies

The AntennaPod app has the following dependencies:

ActionBarSherlock, ViewPagerIndicator and Gridlayout are not included in the repository. In order to build the app, you have to add them as a library project. I am currently using Ant to build the project, but I think I am going to switch to Maven soon to make the build process more convenient.

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.