You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meshcore-client/lib/screens
Zach c742d98fbb
issue #112 fixes and more
6 months ago
..
app_debug_log_screen.dart Add localization support and translation script 6 months ago
app_settings_screen.dart feat: add Russian and Ukrainian to language selector 6 months ago
ble_debug_log_screen.dart Add localization support and translation script 6 months ago
channel_chat_screen.dart feat: optimize reaction message format to reduce airtime 6 months ago
channel_message_path_screen.dart Add localization support and translation script 6 months ago
channels_screen.dart issue #112 fixes and more 6 months ago
chat_screen.dart feat: optimize reaction message format to reduce airtime 6 months ago
community_qr_scanner_screen.dart feat: Add community management features with QR code scanning 6 months ago
contacts_screen.dart fix commit 6 months ago
device_screen.dart Add localization support and translation script 6 months ago
map_cache_screen.dart Add localization support and translation script 6 months ago
map_screen.dart issue #112 fixes and more 6 months ago
neighbours_screen.dart Add untranslated messages file and update localization keys 6 months ago
repeater_cli_screen.dart Add localization support and translation script 6 months ago
repeater_hub_screen.dart Refactor autofocus logic in login dialogs for better platform handling 6 months ago
repeater_settings_screen.dart The first issue was that the toggle switch states weren't being initialized when settings were refreshed from the device. The code would correctly update the interval values themselves, but failed to set the corresponding boolean flags that control whether the toggles appear as "on" or "off". This meant that if you refreshed settings from a device that had advertisements disabled (with an interval of zero), the toggles would incorrectly show as enabled even though the device was actually broadcasting no advertisements. We fixed this by adding two lines that explicitly set _advertEnable = _advertInterval > 0 and _floodAdvertEnable = _floodAdvertInterval > 0 after parsing the interval values from device responses. 6 months ago
repeater_status_screen.dart Refactor timeout calculations for repeater and login frames to ensure minimum message size is respected; remove obsolete widget test file. 6 months ago
scanner_screen.dart fix: address PR review issues 6 months ago
settings_screen.dart issue #112 fixes and more 6 months ago
telemetry_screen.dart Fix issues flagged by flutter analyze 6 months ago

Powered by TurnKey Linux.