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
Serge Tarkovski 68bb031bb6
"Users first" instead of "People first" everywhere
5 months ago
..
app_debug_log_screen.dart format dart files 6 months ago
app_settings_screen.dart format dart files 6 months ago
ble_debug_log_screen.dart format dart files 6 months ago
channel_chat_screen.dart Refactor unread message tracking and implement channel caching (#126) 6 months ago
channel_message_path_screen.dart reduce map marker size (#131) 5 months ago
channels_screen.dart Correct unread badges for tabs; people first contacts sort option 5 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 "Users first" instead of "People first" everywhere 5 months ago
device_screen.dart Correct unread badges for tabs; people first contacts sort option 5 months ago
map_cache_screen.dart format dart files 6 months ago
map_screen.dart Merge branch 'main' into unread-peoplefirst 5 months ago
neighbours_screen.dart Add untranslated messages file and update localization keys 6 months ago
path_trace_map.dart reduce map marker size (#131) 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 format dart files 6 months ago
settings_screen.dart Enhance GPX export functionality with customizable parameters and improved metadata 5 months ago
telemetry_screen.dart Fix issues flagged by flutter analyze 6 months ago

Powered by TurnKey Linux.