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
Zach 818f514702
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
..
connector fix commit 6 months ago
helpers feat: optimize reaction message format to reduce airtime 6 months ago
l10n fix commit 6 months ago
models Refactor contact handling and enhance UI with new advert options and localized strings 6 months ago
screens 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
services Merge origin/main into pr-106 6 months ago
storage feat: Add community management features with QR code scanning 6 months ago
utils Add localization support and translation script 6 months ago
widgets feat: optimize reaction message format to reduce airtime 6 months ago
main.dart Fix issues flagged by flutter analyze 6 months ago

Powered by TurnKey Linux.