Commit Graph

  • b201da0552 refactor: Improve code formatting and replace print with debugPrint for error logging main Marcos 2026-07-02 23:47:52 +02:00
  • 9b6d92c372 refactor: Enhance sync status handling and improve UI feedback in NotesApp Marcos 2026-07-02 20:59:22 +02:00
  • f662e59547 refactor: Enhance category handling in note editor and card components Marcos 2026-07-02 12:52:41 +02:00
  • 78dddd571a refactor: Remove category handling from note editor and simplify note card options Marcos 2026-07-02 11:20:28 +02:00
  • c2db704155 refactor: Improve code readability by formatting and simplifying widget structures Marcos 2026-07-02 10:52:33 +02:00
  • b00da9ae88 update Marcos 2026-07-01 18:47:15 +02:00
  • 972006c29f refactor: Update color handling to use ARGB format and improve theme consistency Marcos 2026-07-01 10:41:59 +02:00
  • 82515960f6 Reestructuracion de la app Marcos 2026-06-29 20:32:47 +02:00
  • 710be805ee feat: integrate Flutter Quill for rich text editing and update note handling Marcos 2026-05-24 17:52:11 +02:00
  • d849c25ed6 refactor: Simplify AppPalette color definitions and gradients for improved readability Marcos 2026-05-23 18:28:43 +02:00
  • 7c1d4e5fd8 feat: Update application icons for various resolutions and platforms Marcos 2026-05-23 17:51:43 +02:00
  • 1dede9eb78 Refactor theme management: Replace AppColors with AppPalette Marcos 2026-05-23 13:55:40 +02:00
  • 29881183ed feat: Update dialog styles and background colors for consistency across screens Marcos 2026-05-23 11:27:26 +02:00
  • f4bb5104e2 Refactor theme colors and styles across the application Marcos 2026-05-23 09:38:26 +02:00
  • 814f8f7c04 style: Format code for consistency and readability across database and note positioning files Marcos 2026-05-22 17:31:49 +02:00
  • 729e575a60 feat: Implement note positioning logic and tests for position conversion Marcos 2026-05-22 17:31:40 +02:00
  • cdfd4f9342 feat: Update application icons for various resolutions and platforms Marcos 2026-05-22 12:24:48 +02:00
  • a31cc12b7e feat: Update category server version handling in createCategory and CategoryDialog Marcos 2026-05-22 11:26:41 +02:00
  • 2069de55ae feat: Add long press functionality to menu items for category editing Marcos 2026-05-22 10:54:56 +02:00
  • e0f226d3bc feat: Refactor note decryption method and update category handling for improved clarity Marcos 2026-05-22 10:11:41 +02:00
  • 27e1199178 feat: Rename encryptedName to name in Categories table and update related logic Marcos 2026-05-22 09:27:20 +02:00
  • f595f33f4a feat: Implement window size save scheduling to enhance window management Marcos 2026-05-21 21:27:46 +02:00
  • d7495a461a feat: Consolidate note and category loading into a single method for improved efficiency Marcos 2026-05-21 19:37:21 +02:00
  • 8be7819528 feat: Introduce category selection functionality in NoteEditorScreen and related components Marcos 2026-05-21 19:31:29 +02:00
  • 7e210871dd feat: Implement color and icon selection tabs in CategoryDialog for improved user experience Marcos 2026-05-21 18:39:28 +02:00
  • a9d818dec4 feat: Add border color support to NoteCard and DraggableNote for enhanced visual distinction Marcos 2026-05-21 17:34:50 +02:00
  • 2f942c4e82 feat: Enhance MenuDrawer item styling with padding and constraints for better layout Marcos 2026-05-21 17:20:25 +02:00
  • 63f0079a5a feat: Convert _MenuItemTile to StatefulWidget for hover effect support Marcos 2026-05-21 17:16:54 +02:00
  • 48d09fe170 feat: Update deleted notes query to include notes with empty body in trash Marcos 2026-05-21 17:10:23 +02:00
  • 62d47904d9 feat: Optimize theme data handling and simplify widget structure in NotesApp Marcos 2026-05-21 17:02:05 +02:00
  • 063b300428 feat: Refactor draggable note implementation for improved readability and maintainability Marcos 2026-05-21 16:50:11 +02:00
  • 28f4ede4aa feat: Refactor note editor dialog and delete confirmation for improved readability and reusability Marcos 2026-05-21 16:26:31 +02:00
  • 49fc33edc0 feat: Update Kotlin configuration and dependencies in build files Marcos 2026-05-21 14:04:40 +02:00
  • 95c3e6fc38 feat: Update category deletion logic to reset related notes and track changes Marcos 2026-05-21 12:01:44 +02:00
  • 5412d31066 feat: Add window icon setting and ensure minimum window size on bootstrap Marcos 2026-05-21 08:40:52 +02:00
  • 0e450df50d feat: Update default API endpoint to production URL in ApiConfig and settings screen Marcos 2026-05-21 08:18:45 +02:00
  • c0372b3587 feat: Center window on startup for improved user experience Marcos 2026-05-21 08:15:06 +02:00
  • f1aca3c812 feat: Refactor NoteEditorScreen build method for improved readability and maintainability Marcos 2026-05-20 23:55:45 +02:00
  • bed34f4cb5 refactor: Remove AppTitleBar widget and its references from various screens Marcos 2026-05-20 20:16:57 +02:00
  • 2d76dd2a43 feat: Refactor category dialog to improve UI and functionality for creating and editing categories Marcos 2026-05-20 19:16:00 +02:00
  • b1ab4235bd feat: Add category deletion functionality and enhance category dialog for editing Marcos 2026-05-20 19:07:26 +02:00
  • 2ef9cf1dbb feat: Implement server data deletion functionality with confirmation dialog in SettingsScreen Marcos 2026-05-20 17:33:22 +02:00
  • 3ff4efb738 feat: Add color and icon properties to categories, enhance category management in UI Marcos 2026-05-20 17:10:44 +02:00
  • def755e1c5 refactor: Update Note and Category models to use 'id' instead of 'uuid', and adjust related database operations Marcos 2026-05-20 11:05:30 +02:00
  • 34f45a912f feat: Enhance error handling in note loading and moving operations with detailed logging Marcos 2026-05-20 10:05:47 +02:00
  • d0a985b4ab feat: Update biometric icon color to match theme and enhance visibility Marcos 2026-05-19 23:05:17 +02:00
  • 6035e3bc18 feat: Implement menu open/close functionality in HomeScreen for improved user interaction Marcos 2026-05-19 20:24:03 +02:00
  • 4912316845 feat: Update biometric screens to remove amber color from fingerprint icon for consistency Marcos 2026-05-19 20:20:03 +02:00
  • 72afa7b5fe feat: Refactor NoteEditorScreen layout for improved text field handling and UI consistency Marcos 2026-05-19 18:48:03 +02:00
  • 59a5229e46 feat: Refactor NoteEditorScreen for improved mobile layout handling and UI consistency Marcos 2026-05-19 17:55:16 +02:00
  • c6994b9355 feat: Refactor NoteEditorScreen for improved layout handling and code readability Marcos 2026-05-19 17:28:26 +02:00
  • 48cd1b2403 feat: Enhance NoteEditorScreen with completion callback and improved mobile UI Marcos 2026-05-19 17:09:33 +02:00
  • f550476177 feat: Implement permanent deletion and restoration of notes with updated UI Marcos 2026-05-19 11:40:01 +02:00
  • 2a898111fa feat: Optimize note encryption and decryption processes with parallel execution Marcos 2026-05-19 10:09:20 +02:00
  • 9769087fd8 feat: Clear authentication tokens and shared preferences on app shutdown Marcos 2026-05-19 09:26:51 +02:00
  • a5ab223e1f feat: Refactor sync status handling and improve synchronization feedback in the app Marcos 2026-05-19 09:23:38 +02:00
  • bb8caeef93 refactor: Improve code formatting and readability in database and note repository Marcos 2026-05-19 09:11:52 +02:00
  • 6de318786b feat: Update window bootstrap logic and improve note editor UI layout Marcos 2026-05-18 23:09:11 +02:00
  • e80ae52c08 feat: Add theme customization options in settings screen and update app theme logic Marcos 2026-05-18 21:23:55 +02:00
  • beadf860e2 feat: Implement force sync functionality in settings screen and update initial sync logic Marcos 2026-05-18 21:04:59 +02:00
  • da0654cd4e feat: Adjust padding in SearchAppBar for improved layout Marcos 2026-05-18 20:19:36 +02:00
  • 75513da17d feat: Add refresh token mechanism and sync request handling in home screen Marcos 2026-05-18 20:12:52 +02:00
  • 7da87843cd feat: Add internet permission and enable cleartext traffic in AndroidManifest.xml Marcos 2026-05-18 19:53:35 +02:00
  • 0e144cf7fd feat: Integrate sync status indicators in app title bar and home screen Marcos 2026-05-18 19:17:59 +02:00
  • 989d307fd6 feat: Enhance drag-and-drop functionality with long press support and pointer detection Marcos 2026-05-18 19:06:34 +02:00
  • efe602a5da feat: Implement note encryption and synchronization features Marcos 2026-05-18 16:11:19 +02:00
  • 516b3b9aa3 feat: add application icon support and include icon asset in pubspec.yaml Marcos 2026-05-17 16:02:39 +02:00
  • 61c1ab8de7 añadido generador de imagenes Marcos 2026-05-17 15:45:52 +02:00
  • b7b33bdb52 feat: add Face ID usage description to Info.plist for enhanced security permissions Marcos 2026-05-17 14:36:07 +02:00
  • 2160478fa7 feat: add biometric authentication support and related UI screens Marcos 2026-05-17 13:48:09 +02:00
  • 2141009d36 Refactor SearchAppBar: enhance search functionality by adding search icon and listener for search text changes Marcos 2026-05-15 15:56:51 +02:00
  • 91a26f6c7b Enhance navigation and structure: integrate SettingsScreen into main app flow, update HomeScreen to open settings, and improve UI elements for better user experience. Marcos 2026-05-14 16:52:39 +02:00
  • ca8399dbc9 Refactor SettingsScreen and SearchAppBar: remove unused menu logic and enhance navigation features Marcos 2026-05-14 16:39:48 +02:00
  • 94fdfe51eb Implement local vault service with encryption key management and integrate it into the app. Add settings screen for data management and enhance home screen with new features. Update database connection for encryption support and modify repository to use the new database structure. Improve UI elements across the application for better user experience. Marcos 2026-05-13 22:57:23 +02:00
  • 96f8f95924 Add Windows runner files for high DPI support and console output Marcos 2026-05-13 12:03:40 +02:00