meshcore-open/lib/storage
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
..
channel_message_store.dart feat: add message translation support 2026-04-02 19:09:17 -07:00
channel_order_store.dart Dev discovery (#291) 2026-03-12 23:08:46 -07:00
channel_settings_store.dart Dev discovery (#291) 2026-03-12 23:08:46 -07:00
channel_store.dart Dev discovery (#291) 2026-03-12 23:08:46 -07:00
community_store.dart Dev discovery (#291) 2026-03-12 23:08:46 -07:00
contact_discovery_store.dart Dev discovery (#291) 2026-03-12 23:08:46 -07:00
contact_group_store.dart Dev discovery (#291) 2026-03-12 23:08:46 -07:00
contact_settings_store.dart Refactor storage classes to include companion's public key (#277) 2026-03-12 00:14:48 -07:00
contact_store.dart Dev discovery (#291) 2026-03-12 23:08:46 -07:00
message_store.dart feat: add message translation support 2026-04-02 19:09:17 -07:00
prefs_manager.dart format dart files 2026-02-04 08:32:35 -08:00
unread_store.dart Dev discovery (#291) 2026-03-12 23:08:46 -07:00