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 71f59d23df
feat: add set-as-my-location from map long-press, connector and UI improvements
4 months ago
..
app_debug_log_screen.dart Added Line Of Sight Feature for repeater placement, Added app wide Units Setting (#198) 5 months ago
app_settings_screen.dart hide message tracing 5 months ago
ble_debug_log_screen.dart Dev discovery (#291) 4 months ago
channel_chat_screen.dart Merge main into chrome/main 5 months ago
channel_message_path_screen.dart Dev discovery (#291) 4 months ago
channels_screen.dart Dev discovery (#291) 4 months ago
chat_screen.dart feat: add set-as-my-location from map long-press, connector and UI improvements 4 months ago
chrome_required_screen.dart formatting fixes 5 months ago
community_qr_scanner_screen.dart Dev discovery (#291) 4 months ago
contacts_screen.dart feat: add set-as-my-location from map long-press, connector and UI improvements 4 months ago
device_screen.dart format dart files 6 months ago
discovery_screen.dart Dev discovery (#291) 4 months ago
line_of_sight_map_screen.dart PR Combined #228 #220 #219 #201 5 months ago
map_cache_screen.dart Added Line Of Sight Feature for repeater placement, Added app wide Units Setting (#198) 5 months ago
map_screen.dart feat: add set-as-my-location from map long-press, connector and UI improvements 4 months ago
neighbors_screen.dart Dev discovery (#291) 4 months ago
path_trace_map.dart Dev discovery (#291) 4 months ago
repeater_cli_screen.dart fix: return cursor to message window after send 5 months ago
repeater_hub_screen.dart Fix repeater battery % inconsistency and add configurable repeater battery chemistry (#199) 5 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 Fix repeater battery % inconsistency and add configurable repeater battery chemistry (#199) 5 months ago
scanner_screen.dart feat: Add TCP connection support and UI integration 5 months ago
settings_screen.dart persist discovered contacts when all are removed 5 months ago
tcp_screen.dart refactor(tcp): promote MeshCoreTcpConnector, fix translations, harden UI 4 months ago
telemetry_screen.dart Fix repeater battery % inconsistency and add configurable repeater battery chemistry (#199) 5 months ago
usb_screen.dart fix(tcp): guard connect cancellation race and align USB screen actions 4 months ago

Powered by TurnKey Linux.