Commit Graph

8 Commits

Author SHA1 Message Date
Janez T
109bf83e58 feat: Update text color for direct messages info in SAR Update Sheet 2025-11-14 11:35:10 +01:00
Janez T
c621db0800 feat: Add localization for no recipients and no channels found messages 2025-11-14 11:35:06 +01:00
Janez T
38523c3bb4 feat: Add localization for no recipients and no channels found messages 2025-11-14 11:26:12 +01:00
Janez T
7cf3092980 feat: Add channel deletion functionality with localization support 2025-11-14 11:26:05 +01:00
Janez T
a0f096cc4f feat: Add support for hash and private channels with corresponding UI updates
- Introduced new localization strings for channel types and their descriptions in Italian, German, Spanish, French, Croatian, Slovenian, and English.
- Updated the `AppProvider` to handle channel info reception, including deletion of channels and updating the UI accordingly.
- Enhanced `ChannelsProvider` to support channel removal and notify listeners.
- Modified `ConnectionProvider` to include methods for checking empty channel slots and deleting channels.
- Updated BLE service methods to handle channel deletion and verification.
- Improved the `AddChannelDialog` to differentiate between hash and private channels, including dynamic UI elements based on channel type.
- Added delete functionality for channels in the `ContactTile` widget with confirmation dialogs.
- Adjusted permission request dialog behavior to allow dismissing by tapping outside.
2025-11-14 11:20:16 +01:00
Janez T
21daa83c1a feat: Update location tracking service to disable automatic broadcasting and add manual control; modify settings screen and related files 2025-11-14 10:04:57 +01:00
Janez T
cf780ce636 chore: Update package versions in pubspec.lock 2025-11-14 09:53:50 +01:00
Janez T
4577dec95a feat: Implement Windows runner for Flutter application
- Added FlutterWindow class to manage the Flutter view within a Win32 window.
- Created main entry point in main.cpp to initialize and run the Flutter application.
- Implemented utility functions for console attachment and command line argument parsing.
- Added resource management for application icon and manifest.
- Enhanced Win32Window class for DPI awareness and theme management.
- Included necessary headers and resource files for building the Windows runner.
2025-11-14 09:52:00 +01:00