diff --git a/HISTORY.md b/HISTORY.md index 2bef19c7..2218a0bc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,16 @@ +##0.12.6 (2013-11-24) + +* Added sending of "seen notifications" info to SWAD +* Added management of seen notifications +* Updated Notifications table and added "mark all notifications as read" feature +* Synchronized code from Notifications class to NotificationsSyncAdapterService class +* Remove ignored files +* Changed action bar background color to black +* Improved error management +* Fixed a bug on BugSense initialization +* Fixed automatic synchronization on application upgrade +* Fixed black background color when the notifications list is being pulled + ##0.12.5 (2013-11-10) * Fixed incorrect layout and NullPointerException in message replys diff --git a/SWADroid/AndroidManifest.xml b/SWADroid/AndroidManifest.xml index a8499dae..065bdc9f 100644 --- a/SWADroid/AndroidManifest.xml +++ b/SWADroid/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="56" + android:versionName="0.12.6"> diff --git a/SWADroid/res/raw-es/changes.html b/SWADroid/res/raw-es/changes.html index 1eeaba37..e3ce4172 100644 --- a/SWADroid/res/raw-es/changes.html +++ b/SWADroid/res/raw-es/changes.html @@ -15,6 +15,22 @@ +

0.12.6 (2013-11-24)

+
    +[NOVEDADES] +
  • Añadido control de las notificaciones vistas
  • +
  • Añadido envío de la información de las notificaciones vistas a SWAD
  • +
  • Añadida función para marcar todas las notificaciones como vistas
  • +
+
    +[ACTUALIZACIONES] +
  • Cambiado el color de la barra de título a negro
  • +
+
    +[CORRECCIONES] +
  • Corregida la configuración de la sincronización automática al actualizar la aplicación
  • +
  • Corregido color de fondo negro al deslizar el listado de notificaciones
  • +

0.12.5 (2013-11-10)

    [CORRECCIONES] diff --git a/SWADroid/res/raw/changes.html b/SWADroid/res/raw/changes.html index 5e890c58..102354ef 100644 --- a/SWADroid/res/raw/changes.html +++ b/SWADroid/res/raw/changes.html @@ -15,6 +15,22 @@ +

    0.12.6 (2013-11-24)

    +
      +[NEW] +
    • Added management of seen notifications
    • +
    • Added sending of seen notifications info to SWAD
    • +
    • Added mark all notifications as read feature
    • +
    +
      +[UPDATES] +
    • Changed action bar background color to black
    • +
    +
      +[FIXES] +
    • Fixed automatic synchronization on application upgrade
    • +
    • Fixed black background color when the notifications list is being pulled
    • +

    0.12.5 (2013-11-10)

      [FIXES] diff --git a/SWADroid/src/es/ugr/swad/swadroid/SWADMain.java b/SWADroid/src/es/ugr/swad/swadroid/SWADMain.java index 0a1f9d4d..f46a9184 100644 --- a/SWADroid/src/es/ugr/swad/swadroid/SWADMain.java +++ b/SWADroid/src/es/ugr/swad/swadroid/SWADMain.java @@ -609,10 +609,10 @@ public class SWADMain extends MenuExpandableListActivity { map.put(IMAGE, getResources().getDrawable(R.drawable.folder_users)); courseData.add(map); //Introduction category - map = new HashMap(); + /*map = new HashMap(); map.put(NAME, getString(R.string.introductionModuleLabel)); map.put(IMAGE, getResources().getDrawable(R.drawable.notif)); - courseData.add(map); + courseData.add(map);*/ //Evaluation category map = new HashMap();