Merge branch 'release/0.3.10' into develop

This commit is contained in:
Juan Miguel Boyero Corral 2011-05-19 11:53:22 +02:00
commit db3921e9e0
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## 0.3.10 (2011-05-19)
* Added assignment, survey and unknown notifications
* Added empty notifications message
* Added forced relogin if connection time exceeds a certain period
* Added incorrect user or password error message
## 0.3.9 (2011-05-03)
* Fixed empty fields bug on notifications module

View File

@ -2,11 +2,11 @@
Android client for e-learning platform SWAD. This project is currently under heavy development.
[Download APK][apk]
[Install from Android Market][apk]
* Code: `git clone git://github.com/Amab/SWADroid.git`
* Issue tracker: <https://github.com/Amab/SWADroid/issues>
* Mailing list: <http://groups.google.es/group/swadroid>
* Mailing list: <https://groups.google.com/forum/#!forum/swadroid>
* Twitter: <http://twitter.com/SWADroid>
* Facebook: <http://www.facebook.com/pages/SWADroid/116319955109575>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:installLocation="auto" android:versionName="0.3.9" android:versionCode="15">
android:installLocation="auto" android:versionName="0.3.10" android:versionCode="16">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
<activity android:name=".SWADMain"
android:label="@string/app_name"