Go to file
Helena Rodriguez 5fdb24df10 Modified source for the new field "userRole" on "loginByUserPasswordKey"
and "getCourses".
Modified table courses with a new column named userRole: an update
method should be implemented for previous versions.
2012-04-07 09:57:13 +02:00
SWADroid Modified source for the new field "userRole" on "loginByUserPasswordKey" 2012-04-07 09:57:13 +02:00
.gitignore Added APK to repository 2012-01-29 09:54:08 +01:00
HISTORY.md Bumped version 2012-02-25 21:43:47 +00:00
README.md Updated Market link 2012-03-19 14:45:53 +01:00
SWADroid.apk Updated binary version 2012-02-25 21:42:55 +00:00

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.

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.