Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2013-11-09 12:43:48 +01:00
parent bf79be470a
commit badb2f2e6f
5 changed files with 88 additions and 11 deletions

View File

@ -1,3 +1,32 @@
##0.12.3 (2013-11-09)
* Added authors and changelog WebView dialogs and reordered the preferences items
* Added PullToRefresh-ListView library project
* Added pull-to-refresh update system to the notifications ListView
* Added encryption of users table
* Added changelog dialog on application update
* Added sound, vibration and led configuration for alert notifications on preferences screen
* Added confirmation of successful transactions in the database
* User password is now stored encrypted
* Updated ksoap2-android library to version 3.1.0
* Updated Android Framework library
* Updated BugSense library
* Updated sendRequest method on Module class
* Now user password change doesn't clean the database
* Now the entire database is cleaned when the username changes in preferences screen
* Notice and Message dialogs now stay open when sending fails
* Refactored dialogs code into DialogFactory class
* Improved display of number questions screen in tests module
* Refactored alerts notification code to AlertNotification class
* Refactored fixLinks method to Utils class
* Improved error management
* Removed IOException error control in SOAP calls
* Refactored swadroid.widget into swadroid.gui.widget package
* Fixed bug on BugSense initialization
* Fixed misspellings on translation strings
* Fixed a bug when trying to download an user picture from an empty URL
* Fixed display bug on number of questions input of the tests
##0.12.2 (2013-06-19)
* Updated ksoap2-android library with 3.0.1-SNAPSHOT version from git repository

View File

@ -14,14 +14,15 @@ Android client for e-learning platform SWAD.
## Content
SWADroid/ Android client.
/LICENSE License file.
/gen/ Files autogenerated by IDE.
/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.
Android-PullToRefresh/ Android-PullToRefresh project library
SWADroid/ Android client
/LICENSE License file
/gen/ Files autogenerated by IDE
/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 and License

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="51"
android:versionName="0.12.2">
android:versionCode="52"
android:versionName="0.12.3">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

View File

@ -15,6 +15,30 @@
</head>
<body bgcolor="white">
<h4>0.12.3 (2013-11-09)</h4>
<ul>
<lh class="new">[NOVEDADES]</lh>
<li type="disc">A&ntilde;adido sistema de actualizaci&oacute;n "Arrastrar-para-actualizar" en las notificaciones</li>
<li type="disc">A&ntilde;adido cifrado del listado de alumnos en el m&oacute;dulo de pasar lista</li>
<li type="disc">A&ntilde;adido cuadro de di&aacute;logo del historial de cambios cuando se actualiza la aplicaci&oacute;n</li>
<li type="disc">A&ntilde;adidos cuadros de di&aacute;logo de autores y del historial de cambios y reordenadas las opciones de la pantalla de configuraci&oacute;n</li>
<li type="disc">A&ntilde;adida configuraci&oacute;n de alertas de sonido, vibraci&oacute;n e indicadores luminosos en la pantalla de configuraci&oacute;n</li>
<li type="disc">Ahora la contrase&ntilde;a de usuario se almacena cifrada</li>
</ul>
<ul>
<lh class="update">[ACTUALIZACIONES]</lh>
<li type="disc">Ahora el cambio de la contrase&ntilde;a de usuario no provocar&aacute; el borrado de la base de datos</li>
<li type="disc">Ahora se borra toda la base de datos cuando cambia el nombre de usuario</li>
<li type="disc">Ahora los cuadros de di&aacute;logo de env&iacute;o de mensajes y avisos se mantienen abiertos si falla el env&iacute;o de los datos</li>
<li type="disc">Mejoras en la visualizaci&oacute;n de la pantalla de selecci&oacute;n del n&uacute;mero de preguntas de test</li>
<li type="disc">Mejoras en la gestion de errores</li>
</ul>
<ul>
<lh class="fix">[CORRECCIONES]</lh>
<li type="disc">Corregidos errores en la traducci&ocaute;n al ingl&eacute;s (cortes&iacute;a de Isabel L&oacute;pez Ruiz)</li>
<li type="disc">Corregido error al intentar descargar una imagen desde una URL vac&iacute;a</li>
<li type="disc">Corregido error en la selección del n&uacyte;mero de preguntas de test</li>
</ul>
<h4>0.12.2 (2013-06-19)</h4>
<ul>
<lh class="update">[ACTUALIZACIONES]</lh>

View File

@ -15,12 +15,35 @@
</head>
<body bgcolor="white">
<h4>0.12.3 (2013-11-09)</h4>
<ul>
<lh class="new">[NEW]</lh>
<li type="disc">Added pull-to-refresh update system to the notifications</li>
<li type="disc">Added encryption of students list on rollcall module</li>
<li type="disc">Added changelog dialog on application update</li>
<li type="disc">Added authors and changelog dialogs and reordered the preferences items</li>
<li type="disc">Added sound, vibration and led configuration for alert notifications on preferences screen</li>
<li type="disc">User password is now stored encrypted</li>
</ul>
<ul>
<lh class="update">[UPDATES]</lh>
<li type="disc">Now user password change doesn't clean the database</li>
<li type="disc">Now the entire database is cleaned when the username changes in preferences screen</li>
<li type="disc">Notice and Message dialogs now stay open when sending fails</li>
<li type="disc">Improved display of number questions screen in tests module</li>
<li type="disc">Improved error management</li>
</ul>
<ul>
<lh class="fix">[FIXES]</lh>
<li type="disc">Fixed misspellings on english translation (thanks Isabel L&oacute;pez Ruiz)</li>
<li type="disc">Fixed a bug when trying to download an user picture from an empty URL</li>
<li type="disc">Fixed display bug on number of questions input of the tests</li>
</ul>
<h4>0.12.2 (2013-06-19)</h4>
<ul>
<lh class="update">[UPDATES]</lh>
<li type="disc">Updated communications with server</li>
</ul>
<h4>0.12.1 (2013-06-09)</h4>
<ul>
<lh class="new">[NEW]</lh>