meshcore-open/lib/models
zjs81 9bf649e2c6 feat: add message translation support
- Introduced translation functionality in chat screen, allowing users to translate messages before sending.
- Added MessageTranslationButton to the input bar for enabling/disabling translation.
- Implemented translation service to handle incoming and outgoing text translations using llama models.
- Enhanced message storage to include original and translated text, language codes, and translation status.
- Created UI components for displaying translated messages and managing translation options.
- Added translation model management, including downloading and storing models locally.
- Updated app settings to manage translation preferences and model selections.
2026-04-02 19:09:17 -07:00
..
app_settings.dart feat: add message translation support 2026-04-02 19:09:17 -07:00
channel.dart feat: Enhance MeshCoreConnector with storage metrics and improve error handling 2026-03-21 13:01:02 -07:00
channel_message.dart feat: add message translation support 2026-04-02 19:09:17 -07:00
community.dart format dart files 2026-02-04 08:32:35 -08:00
companion_radio_stats.dart Add companion radio stats, adaptive backoff, path hash width, and UI improvements 2026-03-23 19:26:05 -07:00
contact.dart Add radio statistics and localization updates 2026-03-23 19:24:27 -07:00
contact_group.dart format dart files 2026-02-04 08:32:35 -08:00
delivery_observation.dart feat: add ML-based adaptive timeout prediction using LinearRegressor 2026-03-14 16:56:11 -07:00
message.dart feat: add message translation support 2026-04-02 19:09:17 -07:00
path_history.dart Msg Retry fixes, channel message fixes. Notification fixes. Make more desktop friendly. Enhance retry algo. Fix predicted location clustering add retries to reactions and fix the reactions in private DMS centralize and cleanup code in var areas 2026-03-20 01:54:31 -07:00
path_selection.dart Msg Retry fixes, channel message fixes. Notification fixes. Make more desktop friendly. Enhance retry algo. Fix predicted location clustering add retries to reactions and fix the reactions in private DMS centralize and cleanup code in var areas 2026-03-20 01:54:31 -07:00
radio_settings.dart fix formatting 2026-02-17 23:50:11 -07:00
translation_support.dart feat: add message translation support 2026-04-02 19:09:17 -07:00