Commit Graph

16 Commits (8ba4bbfbc5d3d1a8aab94c4da8f730d24ab5cbe6)

Author SHA1 Message Date
just-stuff-tm 8ba4bbfbc5 add auto clock synchronization setting after repeater login
3 months ago
Winston Lowe 1392c2d00f feat: Enhance privacy settings and telemetry (#308)
4 months ago
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
446564 4f83d87f8c use switch for advert enable/disable
6 months ago
446564 ede3142d40 allow disable repeater adverts
6 months ago
Michael Lynch 6782347cf4 Fix issues flagged by flutter analyze
6 months ago
zjs81 c0f0c58518 Refactor radio settings to use nullable types and update command generation logic for improved safety
6 months ago
zjs81 b2ce82fe7e Add localization support and translation script
6 months ago
zjs81 2495cd840f
Merge pull request #16 from wel97459/dev-telemetry
6 months ago
zjs81 bc6c1f1fab Consolidate BufferReader/Writer, add response validation for repeater settings
6 months ago
Winston Lowe 8c73359125 Fixed icons not being visible in Dark mode
7 months ago
zach ad911a1d80 Add advanced path management, debug logging, and fix channel sync
7 months ago
zach be97e5c7fc Fix race conditions
7 months ago
zach 6ff950d426 fixes
7 months ago
zach 02ca7801ea 🔄 Changes
7 months ago
zach e7a5b9e209 Initial commit: MeshCore Open Flutter client
7 months ago

Powered by TurnKey Linux.