# SwallowCatcher - A FOSS Podcatcher for Android. SwallowCatcher wishes it was written in Python, but it isn’t.
No coconuts were harmed in the making of this Podcatcher.

## Author: Rob Connolly <rob@webworxshop.com>
## Licence: AGPL (see included LICENCE file for details).

# Features:

 * Import Podcasts from OPML;
 * Add Podcasts Via Barcode or URL;
 * Open podcast:// and feed:// URLs directly in SwallowCatcher;
 * Download Podcast feeds;
 * List newly found Episodes;
 * List Subscriptions and Episodes;
 * Download Podcasts;
 * Share via intent (and thence via email, mustard, etc.).
 * Basic playback support.
 
# Post 0.1.2 Bug Fixes:

 * * Improved backwards compatibility as reported by @diabalomarcus on identi.ca. 
 Thanks to Henrik Tunedal on gitorious for his input.

# Known Issues:

 * Downloads still aren't pausable/resumable;
 * I need some icons!
 
# Future Plans:

The 0.1.x series will continue to address the remaining issues above and fix bugs.
The next main release (0.2.0) will include cover art and show notes support.

# Building and Installation:

To build, make sure you have the Android SDK installed from http://developer.android.com.
Then create a file in the top level of the repository called local.properties and
paste the following into it:

sdk.dir=/path/to/sdk

Substituting your SDK path as appropriate.

Then build by typing:

$ ant debug

Or to build and install type:

$ ant install

# Bug Reports and Feedback:

There will be a bug tracker at some point, but for now send all communication to the author's email
address above.
