meshcore-open/lib/screens
Ded ea43cf17eb
reduce map marker size (#131)
* reduce map marker size

reduces map markers from 80 to 60 px to improve visibility with higher density areas

* add flutter test to actions

* Add GPX export functionality and related UI components

* Refactor GPX export constants to use lowercase naming convention and improve export function error handling

* ran formating

* Enhance GPX export functionality with customizable parameters and improved metadata

* Implement PathTraceMapScreen and refactor path tracing functionality across screens

* Add localization for missing location error in path tracing

* Updated GPX export functionality for contacts and repeaters in multiple languages.

* Add scrollbar to path trace details list for improved navigation

* Integrate SharePlus plugin for enhanced sharing functionality across platforms

* reduce map marker size

reduces map markers from 80 to 60 px to improve visibility with higher density areas

* reduce marker size to improve map clarity and add path trace navigation to path management

---------

Co-authored-by: Winston Lowe <wel97459@gmail.com>
2026-02-08 18:40:58 -08:00
..
app_debug_log_screen.dart format dart files 2026-02-04 08:32:35 -08:00
app_settings_screen.dart format dart files 2026-02-04 08:32:35 -08:00
ble_debug_log_screen.dart format dart files 2026-02-04 08:32:35 -08:00
channel_chat_screen.dart Refactor unread message tracking and implement channel caching (#126) 2026-02-04 20:34:03 -07:00
channel_message_path_screen.dart reduce map marker size (#131) 2026-02-08 18:40:58 -08:00
channels_screen.dart format dart files 2026-02-04 08:32:35 -08:00
chat_screen.dart Implement PathTraceMapScreen and refactor path tracing functionality across screens 2026-02-08 11:32:36 -08:00
community_qr_scanner_screen.dart feat: Add community management features with QR code scanning 2026-01-19 20:56:07 -07:00
contacts_screen.dart Implement PathTraceMapScreen and refactor path tracing functionality across screens 2026-02-08 11:32:36 -08:00
device_screen.dart format dart files 2026-02-04 08:32:35 -08:00
map_cache_screen.dart format dart files 2026-02-04 08:32:35 -08:00
map_screen.dart reduce map marker size (#131) 2026-02-08 18:40:58 -08:00
neighbours_screen.dart Add untranslated messages file and update localization keys 2026-01-19 19:13:22 -07:00
path_trace_map.dart reduce map marker size (#131) 2026-02-08 18:40:58 -08:00
repeater_cli_screen.dart format dart files 2026-02-04 08:32:35 -08:00
repeater_hub_screen.dart Refactor autofocus logic in login dialogs for better platform handling 2026-01-26 10:40:10 -08:00
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. 2026-02-01 17:08:53 -07:00
repeater_status_screen.dart wrap returns from if blocks 2026-02-04 08:34:37 -08:00
scanner_screen.dart format dart files 2026-02-04 08:32:35 -08:00
settings_screen.dart Enhance GPX export functionality with customizable parameters and improved metadata 2026-02-07 19:45:02 -08:00
telemetry_screen.dart Fix issues flagged by flutter analyze 2026-01-17 11:00:34 -05:00