Go to file
2011-11-22 22:07:30 +00:00
SWADroid Fixed launcher icons 2011-11-22 22:07:30 +00:00
SWADroidTest Fixed Android 1.6 compatibility issues 2011-11-22 22:06:26 +00:00
Webservices Added Webservices directory. Added AGPLv3 license to Webservices 2011-11-22 21:59:56 +00:00
.gitignore Added missing directories 2011-11-22 22:05:06 +00:00
HISTORY.md Bumped version 2011-11-22 22:06:05 +00:00
README.md Minor fixes 2011-11-22 22:07:14 +00:00

SWADroid

Android client for e-learning platform SWAD. This project is currently under heavy development.

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.
SWADroidTest/	Android JUnit tests.
	/LICENSE	License file.
	/gen/		Files autogenerated by IDE.
	/res/		Resources required by SWADroidTest.
	/src/		Source files.
Webservices/	Webservices implemented in SWAD server.
	/LICENSE	License file.
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 Webservices is free software; you can redistribute it and/or modify it under the same terms as AGPLv3 license.

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

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

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.

More