Files
m20_gamepad/.idea/deploymentTargetSelector.xml
hexone2086 1b5bc582b9 feat: 状态栏增加 WiFi 信号强度图标 + ICMP 延迟显示
- 新增 PingMonitor.kt:系统 ping 命令测量 ICMP 延迟,每 3 秒一次
- 新增 WifiSignalMonitor(内联在 MainViewModel):WiFiManager 读取 RSSI,
  按阈值映射为 0-5 格信号强度
- MainViewModel 改用 Application 注入以访问系统服务;PingMonitor 和 WiFi
  监测均独立于 UDP 连接生命周期(init 启动,onCleared 停止)
- MainScreen StatusBar 重新布局:
  连接状态文字 | WiFi 信号柱图标 | Ping 延迟 ms | 电量% | 运动状态 | Info | Settings
- AGENTS.md 待办项移至已完成

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-07-18 00:13:42 +08:00

18 lines
662 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetSelector">
<selectionStates>
<SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2026-07-17T16:06:27.410601800Z">
<Target type="DEFAULT_BOOT">
<handle>
<DeviceId pluginId="LocalEmulator" identifier="path=C:\Users\evan\.android\avd\Medium_Phone.avd" />
</handle>
</Target>
</DropdownSelection>
<DialogSelection />
</SelectionState>
</selectionStates>
</component>
</project>