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
zjs81 4239fb11ed
Fix radio settings to only send repeat byte when the current state is known
5 months ago
..
app_debug_log_screen.dart Update dependencies and improve code consistency across multiple files 5 months ago
app_settings_screen.dart Fix battery chemistry dropdown layout overflow 5 months ago
ble_debug_log_screen.dart Update dependencies and improve code consistency across multiple files 5 months ago
channel_chat_screen.dart Refactor unread message tracking and implement channel caching (#126) 6 months ago
channel_message_path_screen.dart Update dependencies and improve code consistency across multiple files 5 months ago
channels_screen.dart format dart files 6 months ago
chat_screen.dart Implement PathTraceMapScreen and refactor path tracing functionality across screens 5 months ago
community_qr_scanner_screen.dart feat: Add community management features with QR code scanning 6 months ago
contacts_screen.dart Implement PathTraceMapScreen and refactor path tracing functionality across screens 5 months ago
device_screen.dart format dart files 6 months ago
map_cache_screen.dart format dart files 6 months ago
map_screen.dart Add path tracing functionality (#165) 5 months ago
neighbours_screen.dart Add untranslated messages file and update localization keys 6 months ago
path_trace_map.dart Update dependencies and improve code consistency across multiple files 5 months ago
repeater_cli_screen.dart format dart files 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 wrap returns from if blocks 6 months ago
scanner_screen.dart Gate the turn on BLE button to android 5 months ago
settings_screen.dart Fix radio settings to only send repeat byte when the current state is known 5 months ago
telemetry_screen.dart Fix issues flagged by flutter analyze 6 months ago

Powered by TurnKey Linux.