mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
feat: Add connection type indicators to SignalBadge
Move BLE key and AAP connection icons into the SignalBadge pill. Add BleKeyState enum on PodDevice to expose IRK/ENC state cleanly. Key icon: outlined for IRK-only, solid for IRK+ENC. Bluetooth icon shown when AAP transport is active.
This commit is contained in:
@@ -263,6 +263,9 @@
|
||||
<string name="anc_mode_transparency">Transparency</string>
|
||||
<string name="anc_mode_adaptive">Adaptive</string>
|
||||
<string name="conversation_awareness_label">Conversation Awareness</string>
|
||||
<string name="signal_badge_key_irk_cd">Identity verified</string>
|
||||
<string name="signal_badge_key_encrypted_cd">Encrypted connection</string>
|
||||
<string name="signal_badge_aap_cd">Direct connection active</string>
|
||||
<string name="pods_yours">Yours</string>
|
||||
<string name="headset_being_worn_label">Being worn</string>
|
||||
<string name="headset_not_being_worn_label">Not being worn</string>
|
||||
|
||||
Reference in New Issue
Block a user