meshcore-open/lib/screens
Winston Lowe 0135d56ddc Add localized search functionality for contacts
- Introduced new localization keys for searching contacts, users, favorites, repeaters, and room servers in multiple languages.
- Updated localization files for Italian, Bulgarian, German, English, Spanish, French, Dutch, Polish, Portuguese, Russian, Slovak, Slovenian, Swedish, Ukrainian, and Chinese.
- Enhanced the contacts screen to dynamically display search hints based on the selected contact type filter.
- Modified the map screen to utilize the new search functionality for contacts without a number.
2026-02-26 22:39:06 -08:00
..
app_debug_log_screen.dart Added Line Of Sight Feature for repeater placement, Added app wide Units Setting (#198) 2026-02-20 22:08:23 -08:00
app_settings_screen.dart hide message tracing 2026-02-22 11:27:32 -08:00
ble_debug_log_screen.dart Added Line Of Sight Feature for repeater placement, Added app wide Units Setting (#198) 2026-02-20 22:08:23 -08:00
channel_chat_screen.dart Merge pull request #214 from MeshEnvy/fix/cursor-focus 2026-02-24 19:37:43 -07:00
channel_message_path_screen.dart Changed all map lables to look the same across all map ui (#206) 2026-02-21 14:55:42 -08:00
channels_screen.dart fix channel actions context 2026-02-24 00:02:10 -05:00
chat_screen.dart Merge pull request #214 from MeshEnvy/fix/cursor-focus 2026-02-24 19:37:43 -07:00
community_qr_scanner_screen.dart Added Line Of Sight Feature for repeater placement, Added app wide Units Setting (#198) 2026-02-20 22:08:23 -08:00
contacts_screen.dart Add localized search functionality for contacts 2026-02-26 22:39:06 -08:00
device_screen.dart format dart files 2026-02-04 08:32:35 -08:00
line_of_sight_map_screen.dart PR Combined #228 #220 #219 #201 2026-02-24 13:20:39 -05:00
map_cache_screen.dart Added Line Of Sight Feature for repeater placement, Added app wide Units Setting (#198) 2026-02-20 22:08:23 -08:00
map_screen.dart Add localized search functionality for contacts 2026-02-26 22:39:06 -08:00
neighbors_screen.dart Add a signal readout for the nearest repeater. With improvements to app bar and other UI polish. (#200) 2026-02-20 20:27:38 -08:00
path_trace_map.dart Changed all map lables to look the same across all map ui (#206) 2026-02-21 14:55:42 -08:00
repeater_cli_screen.dart fix: return cursor to message window after send 2026-02-22 10:49:28 -08:00
repeater_hub_screen.dart Fix repeater battery % inconsistency and add configurable repeater battery chemistry (#199) 2026-02-21 14:54:39 -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 Fix repeater battery % inconsistency and add configurable repeater battery chemistry (#199) 2026-02-21 14:54:39 -08:00
scanner_screen.dart Added Line Of Sight Feature for repeater placement, Added app wide Units Setting (#198) 2026-02-20 22:08:23 -08:00
settings_screen.dart Added Line Of Sight Feature for repeater placement, Added app wide Units Setting (#198) 2026-02-20 22:08:23 -08:00
telemetry_screen.dart Fix repeater battery % inconsistency and add configurable repeater battery chemistry (#199) 2026-02-21 14:54:39 -08:00