Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

Rev 26 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 26 Rev 27
Línea 263... Línea 263...
263
            notificacionueva = new com.cesams.twogetskills.entity.NotificationCenter();
263
            notificacionueva = new com.cesams.twogetskills.entity.NotificationCenter();
Línea 264... Línea 264...
264
 
264
 
265
            notificacionueva.setTitle("Nuevo contenido disponible");
265
            notificacionueva.setTitle("Nuevo contenido disponible");
266
            notificacionueva.setDate(dateOn);
266
            notificacionueva.setDate(dateOn);
267
            notificacionueva.setDescription(message);
267
            notificacionueva.setDescription(message);
Línea 268... Línea 268...
268
            Log.e("Notificacion","a guardar"+notificacionueva);
268
           // Log.e("Notificacion","a guardar"+notificacionueva);
269
 
269
 
Línea 277... Línea 277...
277
 
277
 
278
            }
278
            }
279
            else {
279
            else {
280
                for (com.cesams.twogetskills.entity.NotificationCenter notificacion : lista) {
280
                for (com.cesams.twogetskills.entity.NotificationCenter notificacion : lista) {
281
                    if (notificacion.getDescription().equals(message)) {
281
                    if (notificacion.getDescription().equals(message)) {
282
                        Log.e("Notification Center", " omitir, he registrado esta notificacion");
282
                       // Log.e("Notification Center", " omitir, he registrado esta notificacion");
283
                    } else {
283
                    } else {
284
                        notificacionDao.insert(notificacionueva);
284
                        notificacionDao.insert(notificacionueva);
Línea 285... Línea 285...
285
                        Log.e("Notification Center", "guardar");
285
                       // Log.e("Notification Center", "guardar");
286
 
286
 
287
                    }
287
                    }
288
                }
288
                }
Línea 304... Línea 304...
304
        super.onHiddenChanged(hidden);
304
        super.onHiddenChanged(hidden);
Línea 305... Línea 305...
305
 
305
 
Línea 306... Línea 306...
306
       // Log.e("TAG", "onHiddenChanged : " + (hidden ? "true" : "false"));
306
       // Log.e("TAG", "onHiddenChanged : " + (hidden ? "true" : "false"));
307
 
307
 
Línea 308... Línea 308...
308
        if(!hidden) {
308
        if(!hidden) {
Línea 309... Línea 309...
309
            Log.e("Esta oculto", "el fragmento");
309
          //  Log.e("Esta oculto", "el fragmento");
Línea 325... Línea 325...
325
        }
325
        }
326
    }
326
    }
Línea 327... Línea 327...
327
 
327
 
Línea 328... Línea 328...
328
    private void loadContinuecard(){
328
    private void loadContinuecard(){
Línea 329... Línea 329...
329
 
329
 
330
        Log.e("Cargo datos"," en tarjeta principal");
330
       // Log.e("Cargo datos"," en tarjeta principal");
Línea 331... Línea 331...
331
 
331