mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-29 09:07:15 -04:00
- Add Capabilities.supportsLockdown (atLeast V2_8_0) and gate the security-screen lockdown toggle visibility on it, consistent with the other firmware-version capability flags. SecurityConfigScreen computes Capabilities from the connected node's firmware_version; LockdownModeSetting takes a `supported` flag. - Reword the enable-lockdown warning: it's reversible (disable with passphrase, or a full erase), so drop the inaccurate "permanent/irreversible" framing and the red error styling; rename strings lockdown_irreversible_* -> lockdown_enable_*. - Update CapabilitiesTest for the V2_8_0 floor. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>