Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2012-11-09 22:35:21 +01:00
parent d4f560d2a6
commit 9c636def20
5 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,14 @@
## 0.10 (2012-11-09)
* Added module for enrollment to course groups
* Added missing javadoc packages info
* Updated Android DataFramework library. Removed the binary version and added the latest source code version from GitHub
* GUI improvements
* Fixed DNI processing when using a NIE instead of a DNI (NIE format X5264085Y)
* Fixed a misspelling in english language file
* Fixed some bugs in course selection spinner
* Fixed bug when checking available connections
## 0.9.3 (2012-07-20)
* Added folders support in server URL

View File

@ -41,8 +41,10 @@ SWADroid uses [ZXing][zxing-library] library developed by [Sean Owen][zxing-auth
## Contributors
* Antonio Cañas Vargas
* Helena Rodríguez Gijón
* Antonio Aguilera Malagón
* Alejandro Alcalde Barros
## Contributing

Binary file not shown.

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:installLocation="auto"
android:versionCode="41"
android:versionName="0.9.3" >
android:versionCode="42"
android:versionName="0.10" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

View File

@ -36,7 +36,7 @@ public class Global {
/**
* SWAD application key
*/
private static final String AppKey = "";
private static final String AppKey = ""; //DELETE BEFORE COMMIT!!!
/**
* Server URL
*/