Improve device profile creation UI and fix navigation bar overlaps

- Fix navigation bar overlap issues in profile creation and list screens
- Add proper edge-to-edge handling with dynamic padding for navigation bars
- Improve paired device selection with "None" option and clear functionality
- Add localized error messages for key validation with proper placeholders
- Centralize default signal quality value in DeviceProfile companion object
- Add unsaved changes detection and confirmation dialogs
- Enhance drag handle touch target size with FrameLayout wrapper
- Restore device address in profile editing and improve change tracking
- Localize all user-facing strings following project guidelines
This commit is contained in:
darken
2025-09-29 13:37:01 +02:00
parent d6af8e21cc
commit b96d6ef4db
133 changed files with 1037 additions and 1007 deletions
+6 -6
View File
@@ -50,12 +50,12 @@
<string name="settings_maindevice_address_none">없음</string>
<string name="settings_maindevice_model_label">기기 모델</string>
<string name="settings_maindevice_model_description">기본 기기의 모델입니다. 이렇게 하면 휴대폰에 연결되어 있지 않을 때 앱이 기기를 인식하는 데 도움이 됩니다.</string>
<string name="settings_maindevice_identitykey_label">ID 키</string>
<string name="settings_maindevice_identitykey_description">기기의 ID 확인 키(IRK)로, CAPod가 주변 기기 중에서 해당 기기를 식별하는 데 도움이 됩니다.</string>
<string name="settings_maindevice_identitykey_explanation">AirPods는 개인 정보 보호를 위해 Bluetooth 주소를 자주 변경합니다. IRK는 CAPod가 기기를 인식하는 데 도움이 됩니다. MacBook에 한 번 액세스해야 합니다.</string>
<string name="settings_maindevice_encryptionkey_label">암호화 키</string>
<string name="settings_maindevice_encryptionkey_description">기기의 암호화 키로, CAPod가 자세한 상태 정보를 검색할 수 있도록 합니다.</string>
<string name="settings_maindevice_encryptionkey_explanation">AirPods는 상태 메시지를 보내며, 그중 일부는 암호화됩니다. 암호화 키를 사용하면 CAPod가 전체 메시지를 해독할 수 있습니다. MacBook에 한 번 액세스해야 합니다.</string>
<string name="profiles_identitykey_label">ID 키</string>
<string name="profilessettings_maindevice_identitykey_description">기기의 ID 확인 키(IRK)로, CAPod가 주변 기기 중에서 해당 기기를 식별하는 데 도움이 됩니다.</string>
<string name="profiles_maindevice_identitykey_explanation">AirPods는 개인 정보 보호를 위해 Bluetooth 주소를 자주 변경합니다. IRK는 CAPod가 기기를 인식하는 데 도움이 됩니다. MacBook에 한 번 액세스해야 합니다.</string>
<string name="profiles_maindevice_encryptionkey_label">암호화 키</string>
<string name="profiles_maindevice_encryptionkey_description">기기의 암호화 키로, CAPod가 자세한 상태 정보를 검색할 수 있도록 합니다.</string>
<string name="profiles_maindevice_encryptionkey_explanation">AirPods는 상태 메시지를 보내며, 그중 일부는 암호화됩니다. 암호화 키를 사용하면 CAPod가 전체 메시지를 해독할 수 있습니다. MacBook에 한 번 액세스해야 합니다.</string>
<string name="settings_onepod_mode_label">단일 Pod 모드</string>
<string name="settings_onepod_mode_description">양쪽 기기를 모두 착용할 필요 없이 한쪽만 착용해도 앱이 반응합니다.</string>
<string name="settings_popup_caseopen_label">케이스 팝업 표시</string>