diff --git a/HISTORY.md b/HISTORY.md index 0a3397dd..7920a27c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/README.md b/README.md index 893778a7..3811f602 100644 --- a/README.md +++ b/README.md @@ -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: -* Mailing list: +* Mailing list: * Twitter: * Facebook: diff --git a/SWADroid/AndroidManifest.xml b/SWADroid/AndroidManifest.xml index 37b9853e..e104e051 100644 --- a/SWADroid/AndroidManifest.xml +++ b/SWADroid/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:installLocation="auto" android:versionName="0.3.10" android:versionCode="16">