Go to file
2014-08-10 21:58:37 +02:00
android-support-v7-appcompat Fix Use a layout_width of 0dp instead of wrap_content for better performance 2014-08-09 14:34:54 +02:00
SWADroid Fix Calling getter method * on self is slower than field access * 2014-08-10 21:58:37 +02:00
.gitignore Moved private keys to external class (not versioned) in order to improve 2014-08-10 14:51:03 +02:00
HISTORY.md Bumped version 2014-03-26 12:11:07 +01:00
LICENSE Integrated ZXing into SWADroid project 2012-04-18 13:22:10 +02:00
README.md Added personal Blog for contributor to READme.md 2014-08-09 09:27:47 +02:00

SWADroid

Android client for e-learning platform SWAD.

Install from Google Play

Content

SWADroid/		            Android client
	/LICENSE	            License file
	/gen/		            Files autogenerated by IDE
	/doc/		            Documentation
	/doc/UML/               Class diagrams by module
    /doc/ER_db/             Database structure
    /doc/javadoc/           Javadoc documentation
	/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.

Copyright and License SWADroid uses Universal Image Loader library developed by Sergey Tarasevich and licensed under Apache License 2.0.

Author

  • Juan Miguel Boyero Corral

Contributors

  • Antonio Cañas Vargas
  • Helena Rodríguez Gijón
  • Antonio Aguilera Malagón
  • José Antonio Guerrero Avilés
  • Alejandro Alcalde

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.