Commit Graph

72 Commits

Author SHA1 Message Date
Marcos 78dddd571a refactor: Remove category handling from note editor and simplify note card options 2026-07-02 11:20:28 +02:00
Marcos c2db704155 refactor: Improve code readability by formatting and simplifying widget structures 2026-07-02 10:52:33 +02:00
Marcos b00da9ae88 update 2026-07-01 18:47:15 +02:00
Marcos 972006c29f refactor: Update color handling to use ARGB format and improve theme consistency 2026-07-01 10:41:59 +02:00
Marcos 82515960f6 Reestructuracion de la app 2026-06-29 20:32:47 +02:00
Marcos 710be805ee feat: integrate Flutter Quill for rich text editing and update note handling
- Added Flutter Quill package for rich text editing capabilities.
- Refactored note body handling to support Quill's Document format.
- Updated note editor screen to use QuillEditor and QuillController.
- Enhanced note search functionality to convert note body to plain text.
- Modified note card display to show plain text from note body.
- Updated localization support for Quill in the app.
- Registered necessary plugins for URL launching and file selection on all platforms.
- Updated app icons and other assets for consistency across platforms.
- Updated pubspec.yaml and pubspec.lock to include new dependencies and versions.
2026-05-24 17:52:11 +02:00
Marcos d849c25ed6 refactor: Simplify AppPalette color definitions and gradients for improved readability 2026-05-23 18:28:43 +02:00
Marcos 7c1d4e5fd8 feat: Update application icons for various resolutions and platforms 2026-05-23 17:51:43 +02:00
Marcos 1dede9eb78 Refactor theme management: Replace AppColors with AppPalette
- Removed AppColors class and migrated all references to AppPalette.
- Updated VaultAccessScreen, MenuDrawer, NoteCard, SearchAppBar, and other widgets to use AppPalette for color management.
- Introduced AppPalette to handle light and dark themes with appropriate color schemes.
- Adjusted theme application in AppTheme to utilize AppPalette extensions.
- Updated tests to reflect changes in theme structure and color references.
2026-05-23 13:55:40 +02:00
Marcos 29881183ed feat: Update dialog styles and background colors for consistency across screens 2026-05-23 11:27:26 +02:00
Marcos f4bb5104e2 Refactor theme colors and styles across the application
- Introduced AppColors class to centralize color definitions for better maintainability and consistency.
- Updated various screens (Settings, Vault Access, Note Card, etc.) to use AppColors for styling instead of hardcoded colors.
- Enhanced UI elements with improved color contrast and accessibility.
- Replaced gradient backgrounds with defined color schemes for a cohesive look.
- Refactored button styles and text colors to align with the new theme structure.
2026-05-23 09:38:26 +02:00
Marcos 814f8f7c04 style: Format code for consistency and readability across database and note positioning files 2026-05-22 17:31:49 +02:00
Marcos 729e575a60 feat: Implement note positioning logic and tests for position conversion 2026-05-22 17:31:40 +02:00
Marcos cdfd4f9342 feat: Update application icons for various resolutions and platforms 2026-05-22 12:24:48 +02:00
Marcos a31cc12b7e feat: Update category server version handling in createCategory and CategoryDialog 2026-05-22 11:26:41 +02:00
Marcos 2069de55ae feat: Add long press functionality to menu items for category editing 2026-05-22 10:54:56 +02:00
Marcos e0f226d3bc feat: Refactor note decryption method and update category handling for improved clarity 2026-05-22 10:11:41 +02:00
Marcos 27e1199178 feat: Rename encryptedName to name in Categories table and update related logic 2026-05-22 09:27:20 +02:00
Marcos f595f33f4a feat: Implement window size save scheduling to enhance window management 2026-05-21 21:27:46 +02:00
Marcos d7495a461a feat: Consolidate note and category loading into a single method for improved efficiency 2026-05-21 19:37:21 +02:00
Marcos 8be7819528 feat: Introduce category selection functionality in NoteEditorScreen and related components 2026-05-21 19:31:29 +02:00
Marcos 7e210871dd feat: Implement color and icon selection tabs in CategoryDialog for improved user experience 2026-05-21 18:39:28 +02:00
Marcos a9d818dec4 feat: Add border color support to NoteCard and DraggableNote for enhanced visual distinction 2026-05-21 17:34:50 +02:00
Marcos 2f942c4e82 feat: Enhance MenuDrawer item styling with padding and constraints for better layout 2026-05-21 17:20:25 +02:00
Marcos 63f0079a5a feat: Convert _MenuItemTile to StatefulWidget for hover effect support 2026-05-21 17:16:54 +02:00
Marcos 48d09fe170 feat: Update deleted notes query to include notes with empty body in trash 2026-05-21 17:10:23 +02:00
Marcos 62d47904d9 feat: Optimize theme data handling and simplify widget structure in NotesApp 2026-05-21 17:02:05 +02:00
Marcos 063b300428 feat: Refactor draggable note implementation for improved readability and maintainability 2026-05-21 16:50:11 +02:00
Marcos 28f4ede4aa feat: Refactor note editor dialog and delete confirmation for improved readability and reusability 2026-05-21 16:26:31 +02:00
Marcos 49fc33edc0 feat: Update Kotlin configuration and dependencies in build files 2026-05-21 14:04:40 +02:00
Marcos 95c3e6fc38 feat: Update category deletion logic to reset related notes and track changes 2026-05-21 12:01:44 +02:00
Marcos 5412d31066 feat: Add window icon setting and ensure minimum window size on bootstrap 2026-05-21 08:40:52 +02:00
Marcos 0e450df50d feat: Update default API endpoint to production URL in ApiConfig and settings screen 2026-05-21 08:18:45 +02:00
Marcos c0372b3587 feat: Center window on startup for improved user experience 2026-05-21 08:15:06 +02:00
Marcos f1aca3c812 feat: Refactor NoteEditorScreen build method for improved readability and maintainability 2026-05-20 23:55:45 +02:00
Marcos bed34f4cb5 refactor: Remove AppTitleBar widget and its references from various screens 2026-05-20 20:16:57 +02:00
Marcos 2d76dd2a43 feat: Refactor category dialog to improve UI and functionality for creating and editing categories 2026-05-20 19:16:00 +02:00
Marcos b1ab4235bd feat: Add category deletion functionality and enhance category dialog for editing 2026-05-20 19:07:26 +02:00
Marcos 2ef9cf1dbb feat: Implement server data deletion functionality with confirmation dialog in SettingsScreen 2026-05-20 17:33:22 +02:00
Marcos 3ff4efb738 feat: Add color and icon properties to categories, enhance category management in UI 2026-05-20 17:10:44 +02:00
Marcos def755e1c5 refactor: Update Note and Category models to use 'id' instead of 'uuid', and adjust related database operations
- Changed 'uuid' to 'id' in Note and Category models for consistency.
- Updated database operations in NoteRepository to reflect the new 'id' field.
- Modified sync models to accommodate changes in Note and Category structures.
- Adjusted the handling of notes and categories during synchronization.
- Refactored the note editor and home screen to use the new 'id' field.
- Ensured that the 'isDirty' flag is properly set and utilized across models.
2026-05-20 11:05:30 +02:00
Marcos 34f45a912f feat: Enhance error handling in note loading and moving operations with detailed logging 2026-05-20 10:05:47 +02:00
Marcos d0a985b4ab feat: Update biometric icon color to match theme and enhance visibility 2026-05-19 23:05:17 +02:00
Marcos 6035e3bc18 feat: Implement menu open/close functionality in HomeScreen for improved user interaction 2026-05-19 20:24:03 +02:00
Marcos 4912316845 feat: Update biometric screens to remove amber color from fingerprint icon for consistency 2026-05-19 20:20:03 +02:00
Marcos 72afa7b5fe feat: Refactor NoteEditorScreen layout for improved text field handling and UI consistency 2026-05-19 18:48:03 +02:00
Marcos 59a5229e46 feat: Refactor NoteEditorScreen for improved mobile layout handling and UI consistency 2026-05-19 17:55:16 +02:00
Marcos c6994b9355 feat: Refactor NoteEditorScreen for improved layout handling and code readability 2026-05-19 17:28:26 +02:00
Marcos 48cd1b2403 feat: Enhance NoteEditorScreen with completion callback and improved mobile UI 2026-05-19 17:09:33 +02:00
Marcos f550476177 feat: Implement permanent deletion and restoration of notes with updated UI 2026-05-19 11:40:01 +02:00