6 Commits

Author SHA1 Message Date
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 7c1d4e5fd8 feat: Update application icons for various resolutions and platforms 2026-05-23 17:51:43 +02:00
Marcos cdfd4f9342 feat: Update application icons for various resolutions and platforms 2026-05-22 12:24:48 +02:00
Marcos 61c1ab8de7 añadido generador de imagenes 2026-05-17 15:45:52 +02:00
Marcos b7b33bdb52 feat: add Face ID usage description to Info.plist for enhanced security permissions 2026-05-17 14:36:07 +02:00
Marcos 96f8f95924 Add Windows runner files for high DPI support and console output
- Created runner.exe.manifest to enable DPI awareness and dark mode support.
- Implemented utility functions in utils.cpp and utils.h for console creation and command line argument handling.
- Developed Win32Window class in win32_window.cpp and win32_window.h to manage high DPI-aware windows, including theme updates and message handling.
2026-05-13 12:03:40 +02:00