Go to file
2010-11-03 12:54:47 +01:00
SWADroid Minor fixes on comments. 2010-11-03 12:10:58 +01:00
Webservices Added Webservices directory. Added AGPLv3 license to Webservices 2010-11-01 09:22:05 +01:00
.gitignore Added forgotten directory gen. Updated .gitignore 2010-11-01 22:08:49 +01:00
HISTORY.md Updated HISTORY file. 2010-11-03 12:12:08 +01:00
README.md Updated README file. 2010-11-03 12:40:19 +01:00

SWADroid

Android client for e-learning platform SWAD.

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.
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.

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