mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
- Reduce reaction payload from ~44 bytes to 9 bytes (5x smaller) - Use 4-char hex hash (timestamp + sender + first 5 chars) for message ID - Use 2-char hex emoji index instead of multi-byte UTF-8 emoji - Format: r:HASH:INDEX (e.g., r:a1b2:00) - For 1:1 chats, sender is implicit (null) for shorter hash - Prevent users from reacting to their own messages - Add room server reaction support with sender identification - Make emoji lists public in EmojiPicker for shared indexing - Add 💪 and 🚀 emojis to picker - Add comprehensive unit tests for reaction helpers - Update minor dependencies |
||
|---|---|---|
| .. | ||
| app_debug_log_screen.dart | ||
| app_settings_screen.dart | ||
| ble_debug_log_screen.dart | ||
| channel_chat_screen.dart | ||
| channel_message_path_screen.dart | ||
| channels_screen.dart | ||
| chat_screen.dart | ||
| community_qr_scanner_screen.dart | ||
| contacts_screen.dart | ||
| device_screen.dart | ||
| map_cache_screen.dart | ||
| map_screen.dart | ||
| neighbours_screen.dart | ||
| repeater_cli_screen.dart | ||
| repeater_hub_screen.dart | ||
| repeater_settings_screen.dart | ||
| repeater_status_screen.dart | ||
| scanner_screen.dart | ||
| settings_screen.dart | ||
| telemetry_screen.dart | ||