Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: orden de clases, widgets y nuevas funciones #48

Merged
merged 196 commits into from
Jun 28, 2024

Commits on Nov 8, 2023

  1. patch: ordenado algunos archivos

    * Se han movido algunos archivos a sus carpetas correspondientes para tener un mejor orden.
    Im-Fran committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a4c03af View commit details
    Browse the repository at this point in the history
  2. patch: reduccion de tamaño para notas tab

    * Se ha reducido el tamaño de asignatura notas tab al mover distintas secciones de la clase a sus propios widgets como las notas de presentacion y examen, ademas de la nota final.
    Im-Fran committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    60dcdf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5256ad View commit details
    Browse the repository at this point in the history
  4. patch: error al refrescar token

    Había un error que al intentar refrescar la token y las credenciales son nulas no pasa nada. Ahora el usuario es redirigido al login informando del error.
    Im-Fran committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    274f0fd View commit details
    Browse the repository at this point in the history
  5. patch: actualizadas dependencias

    * Se han actualizado varias dependencias para soportar la última version de flutter
    * Se ha cambiado charts_flutter (descontinuado) a community_charts_flutter (una version de la comunidad con arreglos y que sigue en desarrollo activo)
    * Se actualizó en android/build.gradle la version sdk de 33 a 34.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    85a13b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87cba84 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. patch: mejorado widget acerca_screen

    * se ha separado el acerca de en una carpeta propia
    * se ha separado en otros widgets acerca del club y acerca de los desarrolladores.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d42ae1e View commit details
    Browse the repository at this point in the history
  2. patch: movido un archivo a su carpeta

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f877462 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. wip: trabajando en reduccion de login_screen.dart y otros widgets.

    * Reducido login_screen
    * Reducido acerca de dialog.
    * Se necesita revisar otros widgets que modifique (creo que utilice stateless widgets para algunos que debieron ser stateful)
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    07f6220 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. patch: reduccion de login_screen, acerca_dialog y reparado algunos wi…

    …dgets.
    
    * Se ha reducido login_screen a distintos widgets
    * Se ha reducido acerca_dialog a distintos widgets
    * Se han reparado algunos widgets que configure como stateless siendo stateful.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1b4f6ec View commit details
    Browse the repository at this point in the history
  2. wip: trabajando en actualización dentro de la app.

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b351354 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. patch: reducido lista de asignaturas y usuario_screen

    * Se redujo la lista de asignaturas a distintos widgets
    * Se mejoró la pantalla de usuario.
    * Se arreglaron algunos widgets que importaban archivos relativos en lugar de usar el package:mi_utem
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9c1e896 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. patch: actualizados servicios de noticias y widgets

    * Se ha actualizado a nuestra API de noticias
    * Se han mejorado y reducido los widgets de noticias
    * Se ha cambiado el servicio de noticias para usar GetConnect
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1dd2555 View commit details
    Browse the repository at this point in the history
  2. patch: reducido calculadora de notas

    * Se redujo la calculadora de notas a varios widgets
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    434a6e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    3a0fcc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    7a58004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b16c2 View commit details
    Browse the repository at this point in the history
  3. feat: se ordenaron muchas clases y se implementa nuevo sistema de ser…

    …vicios.
    
    * Se ordenaron muchas clases y widgets (ya no se cuales eran xD)
    * Se cambió a un nuevo sistema de servicios usando GetIt que usa servicios bajo demanda de manera "floja" (lazy). De esta forma se mejora el rendimiento.
    * Se cambia de dio a http como se recomienda en flutter.dev
    * Se agrega constante de "secureStorage" para un fácil acceso al storage encriptado.
    Im-Fran committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c0cae28 View commit details
    Browse the repository at this point in the history
  4. patch: se renombra http_client y reparado error en AuthClient

    * Se renombra http_client a auth_client
    * Se repara error en AuthClient
    Im-Fran committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ac6a839 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. patch: se arregla sentry y lista de notas

    * Ahora la lista de notas funciona perfectamente
    * Se cambia el dsn de sentry para la cuenta del club
    * Se actualizan algunas dependencias y se agrega crypto
    * Se agrega caché a las solicitudes web (en proceso)
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2577b1e View commit details
    Browse the repository at this point in the history
  2. patch: algunos arreglos

    * Se renombra 2 archivos
    * se agrega configuración de printer a logger
    * se arregla log de error
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    78185fb View commit details
    Browse the repository at this point in the history
  3. patch: mejora a los clientes web

    * Se ha movido a http_clients
    * Se ha creado interceptores en lugar de un cliente nuevo
    * Trabajando en CachedClient
    * Se ha agregado revisión de conexión a la red en splash screen.
    * Se agregó icono de carga en splash
    * Se movió banners a un field con estado en main_screen
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4280b01 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat: se migra a snackbars nativos y otras cosas

    * Se ha migrado a los snackbars nativos (en progreso)
    * Se finalizó el horario "nuevo", ahora carga más rápido, tiene un botón para forzar la actualización del horario y se muestra como carga cuando se comparte.
    * Se implementa un caché para agilizar la carga del horario.
    * Se finalizó la lista de asignaturas, ahora tarda menos en cargar.
    * Se mejora el tiempo de carga en splash screen.
    * Trabajando en arreglar la calculadoraπ
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2ce3543 View commit details
    Browse the repository at this point in the history
  2. patch: arreglos a los widgets de asignaturas, notas, etc.

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2ed711c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. patch: arreglos generales

    * Se arregla calculadora de notas
    * Se elimina cached client (aún falta crear un cliente nuevo)
    * Se agrega modelo de navigation_tab.dart
    * Se repara pantalla de horario
    * Se repara pantallas de asignatura (y separa por categoría)
    * Se elimina algo de código innecesario
    * Se agrega string_utils.dart
    * Se mejora el soporte para la vista horizontal del dispositivo
    * Se agrega un paquete para listas dinámicas (que actualizan vistas al cambiarse)
    * Otros arreglos de calidad de vida
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    24f621d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. patch: arreglos y orden de clases

    * Se ordenan algunos modelos
    * Se repara carga de notas desde asignatura
    * Se repara string_utils
    * Se mueven evaluación y grades a su propia carpeta
    * Se mueve asignatura a la carpeta asignaturas
    * Se finaliza la migración a snackbars nativos
    * Se continúa la migración a navegación nativa.
    * Arreglos generales
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    eda1ae0 View commit details
    Browse the repository at this point in the history
  2. patch: se repara credencial del estudiante

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    08b048b View commit details
    Browse the repository at this point in the history
  3. patch: se agrega nuevo error a la credencial

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    efeba55 View commit details
    Browse the repository at this point in the history
  4. patch: se elimina modelos antiguos y reparado qr

    * Se repara permisos de ingreso
    * Se eliminan modelos antiguos de rut y usuario
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3f920cc View commit details
    Browse the repository at this point in the history
  5. patch: finalizada migracion de getx a nativo

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5277fd1 View commit details
    Browse the repository at this point in the history
  6. patch: arreglado nombre de docente

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    be8e90d View commit details
    Browse the repository at this point in the history
  7. patch: pequeños arreglos

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8303fec View commit details
    Browse the repository at this point in the history
  8. patch: eliminado getx de las dependencias

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    14b14e4 View commit details
    Browse the repository at this point in the history
  9. patch: reparada descripción de la app

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    01ecfbf View commit details
    Browse the repository at this point in the history
  10. patch: modificado changelog, podfile.lock y Fastfile (se removió un v…

    …alor no necesario)
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6fb913c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. patch: arreglos y orden

    * Se ha renombrado permiso_covid a permiso de ingreso
    * Se ha reparado une error al cargar el horario por primera vez
    * Se ha movido todo lo relacionado a rest a "repositorios"
    * Se ha movido el último controlador (de notificaciones) a lib/services_new/legacy_controllers
    Im-Fran committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a160f5f View commit details
    Browse the repository at this point in the history
  2. patch: arreglado error al iniciar sesión y actualizado Podfile.lock

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    69e2f4d View commit details
    Browse the repository at this point in the history
  3. patch: arreglados algunos archivos

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    be2e665 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. patch: eliminado flutter_keyboard_visibility ya que no se utiliza.

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d0d236c View commit details
    Browse the repository at this point in the history
  2. patch: mejorada vista de salas en resumen de asignaturaı

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9f00026 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. patch: regreso de getx y algunos parches

    * Ha vuelto getx!
    * Se parcharon algunos archivos (reducciones a una línea)
    * Se agrega a README.md la organización de carpetas
    * Se convierten algunas funciones en funciones de flecha (arrow functions)
    * Se han eliminado referencias a watch_it, get_it y listenable_collections
    * Se ha cambiado a getx todas las referencias de watch_it, get_it y listenable_collections
    Im-Fran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5ab415c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feat/orden-de-clases-y-widgets' …

    …into feat/orden-de-clases-y-widgets
    
    # Conflicts:
    #	lib/services/implementations/auth_service.dart
    Im-Fran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    767e46b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ecb79b View commit details
    Browse the repository at this point in the history
  4. patch: arreglado error al cargar notas

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e8a15f2 View commit details
    Browse the repository at this point in the history
  5. patch: parchado constructor del archivo

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    880c5a3 View commit details
    Browse the repository at this point in the history
  6. feat: agregado onbboarding y parchado algunos archivos

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e417c44 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    bced587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da5426 View commit details
    Browse the repository at this point in the history
  3. feat: agregado apodo donde se muestra el nombre

    * Ahora se muestra el apodo en donde antes se mostraba el nombre (pantalla inicial, menu lateral)
    * Se agrega sección de alias al perfil.
    * Se repara un divisor extra que se encontraba en el resumen de asignatura
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c987184 View commit details
    Browse the repository at this point in the history
  4. patch: lista de estudiantes

    * Se arreglan errores al cargar detalles de asignatura
    * Se agrega lista de estudiantes
    * Se agrega modal de usuario para tener vista previa de dicho usuario
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    aa9dc45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c55f591 View commit details
    Browse the repository at this point in the history
  6. patch: reordenado código para evitar problemas

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    112f9d7 View commit details
    Browse the repository at this point in the history
  7. patch: reparado organización de archivos en readme

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    80ed7d7 View commit details
    Browse the repository at this point in the history
  8. patch: actualizado changelog y pubspecπ

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6da663f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. patch: agregado pod de GoogleUtilities

    * Se agrega el pod de GoogleUtilities para resolver error de "multiple targets"
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6cb57a7 View commit details
    Browse the repository at this point in the history
  2. patch: actualizado changelog

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f0d6324 View commit details
    Browse the repository at this point in the history
  3. patch: volviendo a dio (mejor orden e implementación de caché)

    * Se vuelve a dio (lo siento por el cambio jeje)
    * Se mejora el orden de clientes http
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    da84d0c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. patch: reparado authClient no tiene cache

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9c3eafd View commit details
    Browse the repository at this point in the history
  2. patch: reparado caché de varias pantallas y mejorado orden

    * Se repara el caché para horario, carrera, asignaturas y permisos.
    * Se repara recarga y mejora la pantalla de horario (no muestra horario vacío).
    * Se mejora la manera de cargar el quick menu de remote config.
    * Se agrega actualización forzada de firebase al recargar app.
    * Se ordenan más clases a sus propias carpetas y archivos
    * Se mueve ibanner a su propio archivo de modelo
    * Se mueve banners a carpeta de novedades
    * Se mueven tarjeta de permisos y sección de permisos a su carpeta
    * Se agrega carpeta de permiso_ingreso
    * Se agrega indicador de carga "por defecto" para una generación más rápida de widget.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    50f7750 View commit details
    Browse the repository at this point in the history
  3. patch: reparado no se puede refrescar app si no hay novedades

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    437b829 View commit details
    Browse the repository at this point in the history
  4. patch: actualizado podfile para mejorar tiempo de build

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ef6426d View commit details
    Browse the repository at this point in the history
  5. patch: removido sentry de podfile

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4a33246 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. patch: mejoras al proceso de refresco en segundo plano

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    729ea98 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. patch: se mueve controlador de notificaciones y arreglado horario

    * Se mueve el controlador de notificaciones a la carpeta de controladores
    * Se repara el horario (no se movía los días y horas como debe)
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8d5dc80 View commit details
    Browse the repository at this point in the history
  2. patch: actualizado fastlane

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f3979e0 View commit details
    Browse the repository at this point in the history
  3. patch: agregado configuración de encriptación

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a12a70f View commit details
    Browse the repository at this point in the history
  4. patch: ordenados algunos widgets

    * Se ordenan widgets de bloque_clase y bloque_vacio a sus propios archivos
    * Se mueve user_modal a la carpeta asignatura/modals
    * Se agrega vista previa de asignatura
    * Se mejora el CHANGELOG
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2c7c432 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. patch: reparada la calculadora (y la edición de notas de examen)

    * Se repara error que impedía ingresar correctamente la nota de examen en la calculadora
    * Se repara el mostrar el fondo oscuro cuando si se puede editar la nota.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    df2dc60 View commit details
    Browse the repository at this point in the history
  2. patch: se ordena archivo de la calculadora en la carpeta correcta

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7229b85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e682537 View commit details
    Browse the repository at this point in the history
  4. patch: reparado importe de nota_list_item

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    53be207 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. feat: agregado archivo de pruebas (preparación de pruebas)

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bc1a06d View commit details
    Browse the repository at this point in the history
  2. patch: arreglado archivos (xcode los arregló automaticamente)

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a40978b View commit details
    Browse the repository at this point in the history
  3. patch: reparada y simplificada la capitalización

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    00b1987 View commit details
    Browse the repository at this point in the history
  4. patch: reparada pantalla de apodo

    * Se arregla que el contenido es "empujado" por el teclado en la pantalla de apodo
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1e3d6af View commit details
    Browse the repository at this point in the history
  5. patch: agregada llave primaria al cache

    * Se agrega rut del usuario como llave primaria en caso de que en la app se inicie sesión con otra cuenta.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3305a73 View commit details
    Browse the repository at this point in the history
  6. patch: se mejora http_client

    * Se coloca la configuración de caché dentro de la inicialización de DioCacheManager
    * Se elimina 'getter' de authClient (para evitar que sea computado y sea un cliente estático)
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8d86ea8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d74b42 View commit details
    Browse the repository at this point in the history
  8. patch: se separa ticker_time_text como un widget a parte

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8067788 View commit details
    Browse the repository at this point in the history
  9. patch: se elimina el caché al hacer logout

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ab410f7 View commit details
    Browse the repository at this point in the history
  10. patch: se agrega mejor logs de debug al background_service.dart

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3454639 View commit details
    Browse the repository at this point in the history
  11. patch: se mejora el widget para tener funciones de flecha

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6d2aad1 View commit details
    Browse the repository at this point in the history
  12. patch: se reduce el tiempo de actualización a 30 segundos (para que v…

    …aya casi sincronizado con el reloj del usuario)
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c497dc8 View commit details
    Browse the repository at this point in the history
  13. patch: se agrega notificación de bienvenida

    * Se agrega notificación de bienvenida
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4287b8b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. patch: detención de segundo plano si no hay sesión valida

    * Si no hay una sesión válida o no se pudo iniciar sesión se cancela la actualización en segundo plano.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    536bb9f View commit details
    Browse the repository at this point in the history
  2. patch: se actualiza horario en segundo plano

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    22845b0 View commit details
    Browse the repository at this point in the history
  3. patch: se agrega método para eliminar caché

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    94d19ab View commit details
    Browse the repository at this point in the history
  4. patch: se crea modelo de asistencia en su propio archivo

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    11911d3 View commit details
    Browse the repository at this point in the history
  5. patch: removido comentario de notificación de nota

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7040193 View commit details
    Browse the repository at this point in the history
  6. patch: movido algunos widgets a sus propias carpetas

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dabe994 View commit details
    Browse the repository at this point in the history
  7. patch: ahora default_network_image es constante

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3434521 View commit details
    Browse the repository at this point in the history
  8. rem: se remueve footer_layout (no tiene uso actual)

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7fae053 View commit details
    Browse the repository at this point in the history
  9. patch: se mueven widgets de imagen a su propia carpeta

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    70f58f3 View commit details
    Browse the repository at this point in the history
  10. patch: se mueven widgets de carga a su propia carpeta

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    359af87 View commit details
    Browse the repository at this point in the history
  11. patch: se mueve widget al avance de malla

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    28063fc View commit details
    Browse the repository at this point in the history
  12. patch: se mueve widget al avance de malla

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    013fd48 View commit details
    Browse the repository at this point in the history
  13. patch: se mueve widget a su carpeta correspondiente

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7a27cc4 View commit details
    Browse the repository at this point in the history
  14. patch: se mueve widget a su carpeta correspondiente

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0dcce14 View commit details
    Browse the repository at this point in the history
  15. patch: se mueven widgets a la carpeta de quick_access

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    23d0fa8 View commit details
    Browse the repository at this point in the history
  16. patch: se mueven widgets a la carpeta de diálogos

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a492fd7 View commit details
    Browse the repository at this point in the history
  17. patch: se mueven widgets a la carpeta de diálogos

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6ac95e8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. patch: arreglado noticias y orden de clases

    * Se elimina separación de "interfaz" e "implementación" para usar directamente las clases
    * Se implementan las noticias dentro de la app (utem tiene bloqueo de países, asi que no podemos usar nuestra api)
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f72c5b4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. patch: preferencias y notas

    * Se elimina repositorio de preferencias a favor de la clase preferencia.dart
    * Se arregla que las notas no eran visibles.
    * Se mejora el sistema de lista de estudiantes
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 15, 2024
    Configuration menu
    Copy the full SHA
    66c097e View commit details
    Browse the repository at this point in the history
  2. patch: cache, utilidades y mejoras

    * Se mejora sistema de caché (al usar dio_http_cache en lugar de dio_cache_interceptor)
    * Se agrega el archivo functions.dart que incluye utilidades para realizar solicitudes web
    * Se separa interceptores de 'dio' en distintas clases
    * Se elimina http_clients.dart (clase antigua)
    * Se mejora archivo constants.dart
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b482235 View commit details
    Browse the repository at this point in the history
  3. patch: reparado mensaje de error al iniciar sesión

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a484fdd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. patch: mejoras al caché, precarga de datos y mejoras generales

    ### Cambios
    * Se mejora eliminación de caché en Httpclient
    * Se ha mejorado el caché y reparado algunos errores que mantenían datos de una sesión anterior
    * Se pre-cargan los datos de horario y permisos en el onboarding para "acelerar" la carga de datos.
    * Se mejora repositorio de Noticias para cargar solo los datos necesarios y de la categoría 'todas-las-noticias'.
    
    ### Agregado
    * Se ha agregado CachedImage a las imágenes de las noticias
    * Se ha agregado una muestra de 2 decimales en caso de que la nota sea 3.95 en la calculadora
    * Se agrega un decimal para mostrar las notas en la calculadora (en todo momento)
    * Se agrega función #formatoNota para realizar el formato a la nota si es 3.95 o no. (Mostrando 2 decimales si es 3.95 o 1 en caso contrario)
    * Se agrega primaryKey al caché de las solicitudes por authClient
    * Ahora la función CarrerasService#getCarreras retorna la carrera seleccionada.
    
    ### Eliminado
    * Se eliminan constantes inutilizadas en HttpClient
    * Se elimina la posibilidad de colocar valores nulos a una Noticia
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a4fa4cf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. patch: se mejora la forma de obtener el id de la carrera

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 18, 2024
    Configuration menu
    Copy the full SHA
    12402ba View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. patch: se agrega botón para limpiar las notas de la calculadora

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f4547d7 View commit details
    Browse the repository at this point in the history
  2. patch: se mejora y optimiza la carga de asignaturas

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    21098de View commit details
    Browse the repository at this point in the history
  3. patch: se optimiza y mejora la carga de asignaturas y notas

    ### Cambios
    * Se mejora la carga de asignaturas
    * Ahora las notas se cargan en segundo plano para optimizar la muestra de datos
    * Se organizan archivos de asignaturas
    * La clase AsignaturaNotasTab ahora solo muestra datos en lugar de cargarlos, todo es cargado en el detalle siguiendo los lineamientos de flutter para el estado de la app.
    * Se reduce el codigo en AsignaturaNotasTab al realizar primero la revision si las notas son nulas o si existen
    * Se agrega indicador de carga al realizar acciones en el horario
    * Se repara error donde no se podía ver la vista previa de una asignatura en horario si no tiene sala.
    
    ### Agregado
    * Se agrega función CustomException#unknown para generar un error desconocido.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a70b1d1 View commit details
    Browse the repository at this point in the history
  4. patch: se agrega información de la app en modo debug

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5fa5988 View commit details
    Browse the repository at this point in the history
  5. patch: se agrega obtención e incremento de version automática en fast…

    …lane desde pubspec.yaml
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    719921e View commit details
    Browse the repository at this point in the history
  6. patch: arreglado readme con instrucciones de compilación

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fed5195 View commit details
    Browse the repository at this point in the history
  7. patch: incrementado numero de compilación

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    03d7a48 View commit details
    Browse the repository at this point in the history
  8. patch: eliminado modal de permitir notificaciones a favor de modal na…

    …tivo.
    
    * Para reducir la redundancia de la solicitud de enviar notificaciones, se eliminó el modal de permitir notificaciones, ya que se puede customizar el mensaje en iOS. Además, para android (porque no se puede cambiar el diálogo) basta con el mensaje de la pantalla de Onboarding.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    70e82b7 View commit details
    Browse the repository at this point in the history
  9. patch: se modifica el changelog

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    958f40c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. patch: actualizado sentry y número de compilación

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e650051 View commit details
    Browse the repository at this point in the history
  2. patch: se configuran algunos servicios en formato 'fenix' que hará qu…

    …e se eliminen si no están en uso.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0686f84 View commit details
    Browse the repository at this point in the history
  3. patch: se habilitan métricas y jerarquía de vistas a sentry

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c4ca206 View commit details
    Browse the repository at this point in the history
  4. patch: se agregan datos a sentry para la identificación del usuario, …

    …además de métricas.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f21b964 View commit details
    Browse the repository at this point in the history
  5. patch: actualizado sentry en ios

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7b96e97 View commit details
    Browse the repository at this point in the history
  6. patch: se actualiza el controlador de calculadora a su versión origin…

    …al incluyendo algunos arreglos del nuevo sistema
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 23, 2024
    Configuration menu
    Copy the full SHA
    10fd163 View commit details
    Browse the repository at this point in the history
  7. patch: ahora el modal de vista previa de una asignatura tiene bordes …

    …redondos
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 23, 2024
    Configuration menu
    Copy the full SHA
    68e82c5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. patch: se agrega medición de tiempo del servicio de segundo plano.

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e9ed336 View commit details
    Browse the repository at this point in the history
  2. patch: ahora solo se agrega fecha al CHANGELOG si es una release y no…

    … beta.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 24, 2024
    Configuration menu
    Copy the full SHA
    398ae83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62e8315 View commit details
    Browse the repository at this point in the history
  4. patch: bump version

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c0d9d75 View commit details
    Browse the repository at this point in the history
  5. patch: se eliminan clases antiguas, reparan errores y agregan caracte…

    …rísticas.
    
    * Se repara "protección de datos" de la credencial utilizando el paquete "screen_protector" en lugar de "flutter_windowmanager", protegiendo de capturas de pantalla y la imagen del código de barras.
    * Se agrega modal para mostrar nombre y rut de una persona.
    * Se cambia texto de docente a Persona en asignatura, para así tener nombre y rut del docente
    * Se repara lista de estudiantes (ahora muestra nombres en orden)
    * Se agrega utilidad de List#reverse
    * Se elimina vistas de docentes y usuario (ya que no estaban en uso)
    * Se mejora vista de profile picture para funcionar con cualquier widget, en lugar de solicitar un usuario, solicita iniciales y url de la foto.
    * Se mejora indicador de carga para no mostrar mensaje de carga si no es requerido.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8c8d0f6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. patch: bump version

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1b389ac View commit details
    Browse the repository at this point in the history
  2. patch: se agrega User#copyWith y se optimiza refresco de token

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9011520 View commit details
    Browse the repository at this point in the history
  3. patch: se repara iniciales de la persona y optimiza carga de docente

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a182c6a View commit details
    Browse the repository at this point in the history
  4. feat: se agrega workflow para publicar beta de android

    (iOS está a la espera porque necesitamos la App Store Connect API)
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ead8884 View commit details
    Browse the repository at this point in the history
  5. patch: bump version y mejora a workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fd4c311 View commit details
    Browse the repository at this point in the history
  6. patch: actualizados triggers de workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d6ef921 View commit details
    Browse the repository at this point in the history
  7. patch: se agrega setup de flutter

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    66ede76 View commit details
    Browse the repository at this point in the history
  8. patch: se agrega setup de java

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1d23bfb View commit details
    Browse the repository at this point in the history
  9. patch: se repara workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fd88ef5 View commit details
    Browse the repository at this point in the history
  10. patch: se agrega google-services al workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c9ac4e8 View commit details
    Browse the repository at this point in the history
  11. patch: generar api playstore en workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4707826 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. patch: se repara api-playstore

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d77137e View commit details
    Browse the repository at this point in the history
  2. patch: se agregan archivos de keystore

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    324dd63 View commit details
    Browse the repository at this point in the history
  3. patch: se crea carpeta keystores

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e43e52a View commit details
    Browse the repository at this point in the history
  4. patch: se agrega chmod a la generación de archivos

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e2ac464 View commit details
    Browse the repository at this point in the history
  5. patch: se utilizan datos codificados en base64

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    31a9379 View commit details
    Browse the repository at this point in the history
  6. patch: se repara git push y se hace bump a la versión

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    03679d3 View commit details
    Browse the repository at this point in the history
  7. patch: se agrega que solo se construya la app usando un comando

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5715c1e View commit details
    Browse the repository at this point in the history
  8. patch: se agrega referencia de la pull_request

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9948c68 View commit details
    Browse the repository at this point in the history
  9. patch: solo miembros pueden realizar deploy a la app

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    13701e3 View commit details
    Browse the repository at this point in the history
  10. patch: se mejora condición para ejecutar workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dddeaf2 View commit details
    Browse the repository at this point in the history
  11. patch: se agrega información de testeo

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fbb2ad9 View commit details
    Browse the repository at this point in the history
  12. patch: se ejecuta al crear un comentario de issue

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    df9e2e5 View commit details
    Browse the repository at this point in the history
  13. patch: mejoras a la condición del workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1d87f28 View commit details
    Browse the repository at this point in the history
  14. patch: mejoras a la condición del workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dca73df View commit details
    Browse the repository at this point in the history
  15. patch: arreglada ejecución del workflow

    * Ahora necesita que el commit contenga '@exdevutembot mi-utem deploy-beta' para publicar la beta de la app. Esto solo funciona con PRs
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0e87c84 View commit details
    Browse the repository at this point in the history
  16. patch: se mejora condiciones del workflow

    @exdevutembot mi-utem deploy-beta
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a51d137 View commit details
    Browse the repository at this point in the history
  17. patch: imprimir información de debug

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1014420 View commit details
    Browse the repository at this point in the history
  18. patch: cambio de trigger del workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f9f7d33 View commit details
    Browse the repository at this point in the history
  19. patch: test del workflow

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0d4302b View commit details
    Browse the repository at this point in the history
  20. patch: workflow se ejecuta de todas formas al hacer push, pero solo s…

    …i la PR es de un miembro
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    96753d6 View commit details
    Browse the repository at this point in the history
  21. patch: solo ejecutar el workflow bajo ciertas condiciones

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 28, 2024
    Configuration menu
    Copy the full SHA
    85e0453 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. patch: se repara referencias al evento de PR

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b9859d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e981749 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. patch: se agrega compilación automática de iOS

    * Se agrega compilación automática de iOS
    * Se elimina información de debug de splash_screen.dart
    * Se eliminan perfiles, rut y correo personal de analíticas
    * Se elimina revisión de primera vez en AuthService#isLoggedIn
    * Se agregan claves de App Store Connect a `.gitignore` (archivos `.p8`)
    * Se agrega uso de App Store Connect API
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 31, 2024
    Configuration menu
    Copy the full SHA
    853f265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c7012 View commit details
    Browse the repository at this point in the history
  3. patch: bump version

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2e2fa32 View commit details
    Browse the repository at this point in the history
  4. patch: utilizar AuthKey codificada en base64

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ed4717e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. patch: bump version

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    17eca3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f81fe2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. patch: se actualiza constructor de la calculadora de notas

    * Ahora (opcionalmente) se solicita las notas para inicializar la calculadora
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ab235cd View commit details
    Browse the repository at this point in the history
  2. patch: se convierte en GetMaterialApp

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f075350 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feat/orden-de-clases-y-widgets' …

    …into feat/orden-de-clases-y-widgets
    Im-Fran committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    26adbf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5bd4f7 View commit details
    Browse the repository at this point in the history
  5. patch: se crea nota_list_item para muestra de notas

    * Para evitar crear una instancia de CalculadoraController si no es necesario se agregó nota_list_item para la muestra de las notas de una asignatura
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    43f8e0e View commit details
    Browse the repository at this point in the history
  6. patch: cambio a sizedbox

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    676bf43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b696cf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. patch: se agrega modo "offline"

    * Se agrega una preferencia para evitar un refresco forzado si la app está en modo offline.
    
    Por hacer:
    * Si no hay caché guardado para alguna solicitud y estamos en modo offline, mostrar como error que el problema es estar sin conexión.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8152d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8391678 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. patch: se actualiza shared_preferences

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4f14072 View commit details
    Browse the repository at this point in the history
  2. patch: preferencia en memoria o local

    Ahora podemos tener preferencias en memoria o locales.
    
    Las preferencias en memoria usa SharedPreferences que es rápido y para valores pequeños. Mientras que en local se guardan en el secureStorage.
    
    **Nota:** Solo utilizar en memoria para valores que no importa si son perdidos, ya que es posible que algún valor en memoria sea perdido.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    75dc5c8 View commit details
    Browse the repository at this point in the history
  3. feat: modo offline

    Se agrega un modo offline para permitir el uso de la app sin conexión.
    
    Esto funciona de la siguiente manera: Al iniciar la app en la pantalla de splash se revisa si hay conexión a nuestra api, en caso de no haber se notifica al usuario del modo offline.
    
    Cada solicitud realizada devolverá el caché, y si un usuario intenta forzar la actualización de un componente devuelve el error de estar en modo offline.
    
    Además, cuando se fuerza un refresco de todas formas se revisa si la conexión está de vuelta para devolver datos actualizados.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1add90b View commit details
    Browse the repository at this point in the history
  4. patch: se permite cualquier orientación del dispositivo

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7ad86bc View commit details
    Browse the repository at this point in the history
  5. patch: se aumenta el ancho de las tarjetas de noticia para permitir u…

    …na vista cómoda en modo landscape (orientación horizontal)
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cc12d81 View commit details
    Browse the repository at this point in the history
  6. patch: se remueve revisión de null

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0fe6724 View commit details
    Browse the repository at this point in the history
  7. patch: se convierte a función de cuerpo

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e9ad315 View commit details
    Browse the repository at this point in the history
  8. patch: se utiliza nueva función de #isOffline

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a714af3 View commit details
    Browse the repository at this point in the history
  9. patch: se utiliza SafeArea y se cambia Container por Padding

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    803258d View commit details
    Browse the repository at this point in the history
  10. patch: se repara el horario en modo landscape

    * Se repara y mejora el horario en modo landscape (ahora no sale de sus márgenes)
    * Se centra automáticamente el horario al abrirlo
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bbb1857 View commit details
    Browse the repository at this point in the history
  11. patch: se actualiza el CHANGELOG.md

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    95c5740 View commit details
    Browse the repository at this point in the history
  12. patch: bump version

    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    763b5b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    23a080f View commit details
    Browse the repository at this point in the history
  14. patch: se repara margen de área segura

    * Se agrega SafeArea a varias vistas de la app para permitir el uso del dispositivo horizontal
    * Se repara y mejora el uso de buildCacheOptions en utils/http/functions.dart
    * Se repara OfflineModeInterceptor#onRequest
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b470f75 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    00cf7a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. patch: arreglos

    * Se agrega método para enviar notificaciones de anuncios.
    * Se repara error en notificaciones.
    * Se repara error al refrescar datos en segundo plano.
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5a2fcf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7785449 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. patch: enfoque en privacidad y arreglos a firebase

    * Se remueven IIP (información de identificación personal)
    * Se repara configuración de firebase
    
    Signed-off-by: Francisco Solis <[email protected]>
    Im-Fran committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4f83282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63d9f30 View commit details
    Browse the repository at this point in the history