meshcore-open/lib/screens
Winston Lowe fdfc1f6d25 Refactor localization keys for "neighbors" terminology across multiple languages
- Updated localization keys from "neighbours" to "neighbors" in the following files:
  - app_localizations_bg.dart
  - app_localizations_de.dart
  - app_localizations_en.dart
  - app_localizations_es.dart
  - app_localizations_fr.dart
  - app_localizations_it.dart
  - app_localizations_nl.dart
  - app_localizations_pl.dart
  - app_localizations_pt.dart
  - app_localizations_ru.dart
  - app_localizations_sk.dart
  - app_localizations_sl.dart
  - app_localizations_sv.dart
  - app_localizations_uk.dart
  - app_localizations_zh.dart
- Updated corresponding ARB files to reflect the changes in keys.
- Renamed the NeighboursScreen to NeighborsScreen in the chat and repeater hub screens for consistency.
2026-02-16 12:58:37 -08:00
..
app_debug_log_screen.dart Update dependencies and improve code consistency across multiple files 2026-02-14 02:22:45 -07:00
app_settings_screen.dart Fix battery chemistry dropdown layout overflow 2026-02-12 00:05:00 -05:00
ble_debug_log_screen.dart Update dependencies and improve code consistency across multiple files 2026-02-14 02:22:45 -07: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 Update dependencies and improve code consistency across multiple files 2026-02-14 02:22:45 -07:00
channels_screen.dart Refactor AppBarTitle widget to remove unused style parameter; update related screens to reflect changes 2026-02-15 19:38:34 -08:00
chat_screen.dart Refactor localization keys for "neighbors" terminology across multiple languages 2026-02-16 12:58:37 -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 Refactor AppBarTitle widget to remove unused style parameter; update related screens to reflect changes 2026-02-15 19:38:34 -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 Refactor AppBarTitle widget to remove unused style parameter; update related screens to reflect changes 2026-02-15 19:38:34 -08:00
neighbors_screen.dart Refactor localization keys for "neighbors" terminology across multiple languages 2026-02-16 12:58:37 -08:00
path_trace_map.dart Handle loading state and error parsing in PathTraceMapScreen; update SNR indicator dialog content layout 2026-02-15 17:16:56 -08:00
repeater_cli_screen.dart format dart files 2026-02-04 08:32:35 -08:00
repeater_hub_screen.dart Refactor localization keys for "neighbors" terminology across multiple languages 2026-02-16 12:58:37 -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 Gate the turn on BLE button to android 2026-02-14 01:54:30 -07:00
settings_screen.dart Update dependencies and improve code consistency across multiple files 2026-02-14 02:22:45 -07:00
telemetry_screen.dart Fix issues flagged by flutter analyze 2026-01-17 11:00:34 -05:00