https://github.com/gpodder/detlef
Detlef Gpodderson. An Android podcast application for gpodder.net.
https://github.com/gpodder/detlef
Last synced: 10 months ago
JSON representation
Detlef Gpodderson. An Android podcast application for gpodder.net.
- Host: GitHub
- URL: https://github.com/gpodder/detlef
- Owner: gpodder
- License: gpl-2.0
- Created: 2013-01-12T17:43:58.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T13:34:00.000Z (about 11 years ago)
- Last Synced: 2025-05-01T18:43:33.910Z (11 months ago)
- Language: Java
- Homepage: https://play.google.com/apps/testing/at.ac.tuwien.detlef
- Size: 5.49 MB
- Stars: 19
- Watchers: 8
- Forks: 8
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Detlef Gpodderson
=================
An Android podcast application for gpodder.net.
How To Build
============
To build detlef, you will need ant and a working installation
of the Android 16 SDK.
$ git clone git://github.com/gpodder/detlef.git
$ git checkout working # optionally, for the most recent code
$ cd detlef
$ git submodule init
$ git submodule update
$ cd drag-sort-listview
$ android update project -t "android-16" -p . --subprojects
$ cd ../detlef
$ android update project -t "android-16" -p . --subprojects
$ ant debug
$ ant installd
License
=======
Detlef is licensed under the terms of the GPLv2.
Contributing
============
In case you'd like to contribute patches (or if you're just curious
about Detlef's innards), the source code is available from
https://github.com/gpodder/detlef
git://github.com/gpodder/detlef.git
The coding style should follow the conventions of the surrounding
code. Enable the provided astyle pre-commit hook:
$ cp etc/pre-commit .git/hooks/pre-commit
Please submit patches as github pull requests.
Contact
=======
We can be reached on the [gpodder mailing list](http://wiki.gpodder.org/wiki/Mailing_List).
Please report any bugs at our [github issue tracker](https://github.com/gpodder/detlef/issues).