This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
973 changed files
with
837 additions
and
726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,49 @@ | ||
# SWADroid | ||
SWADroid | ||
======== | ||
|
||
Android client for e-learning platform [![SWADroid](https://openswad.org/logo/swad84x24.png "OpenSWAD")][swad] | ||
Android client for e-learning platform [![SWADroid](https://openswad.org/logo/swad84x24.png)](http://openswad.org/) | ||
|
||
[![SWADroid](http://developer.android.com/images/brand/en_generic_rgb_wo_45.png "Install from Google Play")][apk] | ||
[![SWADroid](http://developer.android.com/images/brand/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=es.ugr.swad.swadroid) | ||
|
||
* Code: `git clone https://github.com/Amab/SWADroid.git` | ||
* Issue tracker: <https://github.com/Amab/SWADroid/issues> | ||
- Code: `git clone https://github.com/Amab/SWADroid.git` | ||
- Issue tracker: https://github.com/Amab/SWADroid/issues | ||
|
||
[![SWADroid](http://upload.wikimedia.org/wikipedia/commons/c/c8/Farm-Fresh_twitter_1.png "SWADroid on Twitter")][Twitter] | ||
[![SWADroid](http://upload.wikimedia.org/wikipedia/commons/4/4d/Farm-Fresh_facebook.png "SWADroid on Facebook")][Facebook] | ||
[![SWADroid](http://upload.wikimedia.org/wikipedia/commons/b/ba/Google_plus_32.png "SWADroid on Google+")][Google+] | ||
[![SWADroid](https://s.w.org/about/images/logos/wordpress-logo-32-blue.png "SWADroid on Wordpress")][Wordpress] | ||
[![SWADroid](http://upload.wikimedia.org/wikipedia/commons/c/c8/Farm-Fresh_twitter_1.png)](http://twitter.com/SWADroid)[![SWADroid](http://upload.wikimedia.org/wikipedia/commons/4/4d/Farm-Fresh_facebook.png)](https://www.facebook.com/SWADroid)[![SWADroid](http://upload.wikimedia.org/wikipedia/commons/b/ba/Google_plus_32.png)](https://plus.google.com/115615684349730524355/posts)[![SWADroid](https://s.w.org/about/images/logos/wordpress-logo-32-blue.png)](http://swadroid.wordpress.com) | ||
|
||
|
||
## Copyright and License | ||
Copyright and License | ||
--------------------- | ||
|
||
Copyright (C) 2010, Juan Miguel Boyero Corral | ||
|
||
[![Copyright and License](http://www.gnu.org/graphics/gplv3-88x31.png)][gplv3] | ||
SWADroid client is free software; you can redistribute it and/or modify | ||
it under the same terms as [GPLv3][gplv3] license. | ||
|
||
[![Copyright and License](http://www.gnu.org/graphics/lgplv3-88x31.png)][lgplv3] | ||
SWADroid uses [Android DataFrameWork][androiddataframework-library] library developed by [Javier Pérez Pacheco][androiddataframework-author] and licensed under [LGPLv3][lgplv3]. | ||
|
||
[![Copyright and License](http://upload.wikimedia.org/wikipedia/commons/8/83/License_icon-mit.png)][mit] | ||
SWADroid uses [ksoap2-android][ksoap2-library] library developed by [Manfred Moser][ksoap2-author] and licensed under [MIT][mit]. | ||
|
||
[![Copyright and License](http://www.apache.org/images/asf_logo_simple.png)][apache2] | ||
SWADroid uses [ZXing][zxing-library] library developed by [Sean Owen][zxing-author] and licensed under [Apache License 2.0][apache2]. | ||
|
||
[![Copyright and License](http://www.apache.org/images/asf_logo_simple.png)][apache2] | ||
SWADroid uses [Universal Image Loader][universal-image-loader-library] library developed by [Sergey Tarasevich][universal-image-loader-author] and licensed under [Apache License 2.0][apache2]. | ||
|
||
[![Copyright and License](http://www.apache.org/images/asf_logo_simple.png)][apache2] | ||
SWADroid uses [MathJax][mathjax] library developed by The MathJax Team and licensed under [Apache License 2.0][apache2]. | ||
|
||
## Author | ||
|
||
* [Juan Miguel Boyero Corral][urlJuanMiguel] | ||
|
||
## Contributors | ||
|
||
* [Antonio Cañas Vargas][urlAntonioCanas] | ||
* [Helena Rodríguez Gijón][urlHelena] | ||
* [Antonio Aguilera Malagón][urlAntonioAguilera] | ||
* [José Antonio Guerrero Avilés][urlJose] | ||
* [Alejandro Alcalde][urlAlex] | ||
|
||
## Contributing | ||
|
||
SWADroid is an open source project. I encourage contributions. | ||
|
||
The Github team has also been kind enough to write up some great [documentation][doc_contrib] on working with pull requests. Contributions should be performed on [topic branches][topic_br] in your personal forks - just issue your pull requests from there. | ||
|
||
|
||
[swad]: http://openswad.org/ | ||
[gplv3]: http://www.gnu.org/licenses/gpl.html | ||
[lgplv3]: http://www.gnu.org/licenses/lgpl.html | ||
[mit]: http://www.opensource.org/licenses/mit-license.php | ||
[doc_contrib]: http://help.github.com/pull-requests/ | ||
[topic_br]: http://progit.org/book/ch3-4.html | ||
[ksoap2-library]: http://code.google.com/p/ksoap2-android | ||
[ksoap2-author]: https://github.com/mosabua | ||
[androiddataframework-library]: http://code.google.com/p/androiddataframework/ | ||
[androiddataframework-author]: http://www.javielinux.com/quiensoy.php | ||
[zxing-library]: http://code.google.com/p/zxing/ | ||
[zxing-author]: https://github.com/srowen | ||
[universal-image-loader-library]: https://github.com/nostra13/Android-Universal-Image-Loader | ||
[universal-image-loader-author]: https://github.com/nostra13 | ||
[mathjax]: https://www.mathjax.org/ | ||
[apache2]: http://www.apache.org/licenses/LICENSE-2.0 | ||
[apk]: https://play.google.com/store/apps/details?id=es.ugr.swad.swadroid | ||
[urlJuanMiguel]: http://www.linkedin.com/pub/juan-miguel-boyero-corral/27/362/163 "LinkedIn profile" | ||
[urlAntonioCanas]: http://www.ugr.es/~acanas/ "Personal web" | ||
[urlHelena]: http://prezi.com/user/7ofwrjzwrfsq/ "Prezi profile" | ||
[urlAntonioAguilera]: http://www.slideshare.net/antonioaguileramalagon "Slideshare profile" | ||
[urlJose]: http://www.linkedin.com/in/antonioguerreroaviles "LinkedIn profile" | ||
[urlAlex]: http://elbauldelprogramador.com/ "Personal blog" | ||
[Twitter]: http://twitter.com/SWADroid | ||
[Facebook]: https://www.facebook.com/SWADroid | ||
[Google+]: https://plus.google.com/115615684349730524355/posts | ||
[Wordpress]: http://swadroid.wordpress.com | ||
[![Copyright and License](https://img.shields.io/badge/license-GPLv3-green.svg?style=flat)](http://www.gnu.org/licenses/gpl.html) SWADroid client is free software; you can redistribute it and/or modify it under the same terms as [GPLv3](http://www.gnu.org/licenses/gpl.html) license. | ||
|
||
[![Copyright and License](https://img.shields.io/badge/license-LGPLv3-green.svg?style=flat)](http://www.gnu.org/licenses/lgpl.html) SWADroid uses [Android DataFrameWork](http://code.google.com/p/androiddataframework/) library developed by [Javier Pérez Pacheco](http://www.javielinux.com/quiensoy.php) and licensed under [LGPLv3](http://www.gnu.org/licenses/lgpl.html). | ||
|
||
[![Copyright and License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](http://www.opensource.org/licenses/mit-license.php) SWADroid uses [ksoap2-android](http://code.google.com/p/ksoap2-android) library developed by [Manfred Moser](https://github.com/mosabua) and licensed under [MIT](http://www.opensource.org/licenses/mit-license.php). | ||
|
||
[![Copyright and License](https://img.shields.io/badge/license-Apache%202-green.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) SWADroid uses [ZXing](http://code.google.com/p/zxing/) library developed by [Sean Owen](https://github.com/srowen) and licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
[![Copyright and License](https://img.shields.io/badge/license-Apache%202-green.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) SWADroid uses [Universal Image Loader](https://github.com/nostra13/Android-Universal-Image-Loader) library developed by [Sergey Tarasevich](https://github.com/nostra13) and licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
[![Copyright and License](https://img.shields.io/badge/license-Apache%202-green.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) SWADroid uses [MathJax](https://www.mathjax.org/) library developed by The MathJax Team and licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
Author | ||
------ | ||
|
||
- [Juan Miguel Boyero Corral](http://www.linkedin.com/pub/juan-miguel-boyero-corral/27/362/163) | ||
|
||
Contributors | ||
------------ | ||
|
||
- [Antonio Cañas Vargas](http://www.ugr.es/~acanas/) | ||
- [Helena Rodríguez Gijón](http://prezi.com/user/7ofwrjzwrfsq/) | ||
- [Antonio Aguilera Malagón](http://www.slideshare.net/antonioaguileramalagon) | ||
- [José Antonio Guerrero Avilés](http://www.linkedin.com/in/antonioguerreroaviles) | ||
- [Alejandro Alcalde](http://elbauldelprogramador.com/) | ||
|
||
Contributing | ||
------------ | ||
|
||
SWADroid is an open source project. I encourage contributions. | ||
|
||
The Github team has also been kind enough to write up some great [documentation](http://help.github.com/pull-requests/) on working with pull requests. Contributions should be performed on [topic branches](http://progit.org/book/ch3-4.html) in your personal forks - just issue your pull requests from there. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
apply plugin: 'com.android.application' | ||
|
||
ext { | ||
git = org.ajoberstar.grgit.Grgit.open() | ||
gitVersionCode = git.tag.list().size() | ||
gitVersionName = "${git.describe()}" | ||
} | ||
|
||
android { | ||
compileSdkVersion 23 | ||
buildToolsVersion "23.0.2" | ||
defaultConfig { | ||
applicationId "es.ugr.swad.swadroid" | ||
versionCode gitVersionCode | ||
versionName gitVersionName | ||
|
||
minSdkVersion 9 | ||
targetSdkVersion 23 | ||
|
||
android.applicationVariants.all { variant -> | ||
def appName | ||
//Check if an applicationName property is supplied; if not use the name of the parent project. | ||
if (project.hasProperty("applicationName")) { | ||
appName = applicationName | ||
} else { | ||
appName = parent.name | ||
} | ||
|
||
variant.outputs.each { output -> | ||
def newApkName | ||
//If there's no ZipAlign task it means that our artifact will be unaligned and we need to mark it as such. | ||
if (output.zipAlign) { | ||
newApkName = "${appName}-${output.baseName}-${variant.versionName}.apk" | ||
} else { | ||
newApkName = "${appName}-${output.baseName}-${variant.versionName}-unaligned.apk" | ||
} | ||
output.outputFile = new File(output.outputFile.parent, newApkName) | ||
} | ||
} | ||
|
||
testApplicationId "es.ugr.swad.swadroid.test" | ||
testInstrumentationRunner "android.test.InstrumentationTestRunner" | ||
|
||
|
||
} | ||
buildTypes { | ||
debug { | ||
versionNameSuffix '-DEBUG' | ||
} | ||
} | ||
} | ||
|
||
dependencies { | ||
compile 'com.android.support:support-v4:latest.release' | ||
compile 'com.android.support:appcompat-v7:latest.release' | ||
compile 'com.google.android.gms:play-services:latest.release' | ||
compile 'com.google.code.gson:gson:latest.release' | ||
compile 'com.google.code.ksoap2-android:ksoap2-android:latest.release' | ||
compile 'commons-io:commons-io:latest.release' | ||
compile 'com.nostra13.universalimageloader:universal-image-loader:latest.release' | ||
compile 'com.google.zxing:core:2.1' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<lint> | ||
<issue id="BackButton" severity="warning" /> | ||
<issue id="EasterEgg" severity="warning" /> | ||
<issue id="FieldGetter" severity="warning" /> | ||
<issue id="GradleDynamicVersion" severity="warning" /> | ||
<issue id="IconExpectedSize" severity="warning" /> | ||
<issue id="NewerVersionAvailable" severity="warning" /> | ||
<issue id="RtlCompat" severity="error" /> | ||
<issue id="RtlEnabled" severity="warning" /> | ||
<issue id="RtlHardcoded" severity="warning" /> | ||
<issue id="RtlSymmetry" severity="error" /> | ||
<issue id="SelectableText" severity="warning" /> | ||
<issue id="StopShip" severity="warning" /> | ||
<issue id="TypographyQuotes" severity="warning" /> | ||
<issue id="UnusedIds" severity="warning" /> | ||
</lint> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.