Go to file
Antonio Aguilera 8727a61f52 Integrated ZXing into SWADroid project
Signed-off-by: Antonio Aguilera <aguilerin@gmail.com>
2012-04-18 13:22:10 +02:00
libs Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
res Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
src Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
.gitignore Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
AndroidManifest.xml Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
LICENSE Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
README.md Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
SWADroid.apk Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
lint.xml Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
project.properties Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00

README.md

SWADroid

Android client for e-learning platform SWAD.

Install from Android Market

Content

SWADroid/		Android client.
	/LICENSE	License file.
	/gen/		Files autogenerated by IDE.
	/libs/		Libraries required by SWADroid.
	/res/		Resources required by SWADroid.
	/src/		Source files.
HISTORY.md		Changelog file in GitHub markdown format.
README.md		This file in GitHub markdown format.

Copyright (C) 2010, Juan Miguel Boyero Corral

Copyright and License SWADroid client is free software; you can redistribute it and/or modify it under the same terms as GPLv3 license.

Copyright and License SWADroid uses Android DataFrameWork library developed by Javier Pérez Pacheco and licensed under LGPLv3.

SWADroid uses ksoap2-android library developed by Manfred Moser and licensed under MIT.

Copyright and License SWADroid uses ZXing library developed by Sean Owen and licensed under Apache License 2.0

Contributing

SWADroid is an open source project. I encourage contributions.

The Github team has also been kind enough to write up some great documentation on working with pull requests. Contributions should be performed on topic branches in your personal forks - just issue your pull requests from there.