mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
ui(battery): Show charge ETA in the charging chip, make health per-pod
- The gauge line under the percentage now always shows the runtime estimate
("if used now") even while charging; the time-until-charged moved into the
charging chip itself ("Charging · 25m"), so the two can't be confused
- Battery health is now computed and shown per pod (Left/Right paired row in
the info sheet, mirroring the serial rows) — single-pod listening habits or
a replaced earbud make the sides genuinely diverge, and a combined figure
would mask a failing pod
This commit is contained in:
@@ -319,7 +319,6 @@
|
||||
<string name="battery_time_remaining_format_hm">%1$dh %2$dm</string>
|
||||
<string name="battery_time_remaining_format_h">%1$dh</string>
|
||||
<string name="battery_time_remaining_format_m">%1$dm</string>
|
||||
<string name="battery_time_until_charged_short">⚡ %1$s</string>
|
||||
<string name="permission_post_notifications_label">Show notifications</string>
|
||||
<string name="permission_post_notifications_description">"Allow CAPod to show notifications about your AirPods, e.g. their current status while connected."</string>
|
||||
|
||||
@@ -477,7 +476,9 @@
|
||||
<string name="device_settings_info_right_serial_label">Right Pod Serial</string>
|
||||
<string name="device_settings_info_left_bonded_label">Left Bonded</string>
|
||||
<string name="device_settings_info_right_bonded_label">Right Bonded</string>
|
||||
<string name="device_settings_info_battery_health_label">Battery health (estimated)</string>
|
||||
<string name="device_settings_info_battery_health_label">Battery Health (estimated)</string>
|
||||
<string name="device_settings_info_battery_health_left_label">Left Battery Health (est.)</string>
|
||||
<string name="device_settings_info_battery_health_right_label">Right Battery Health (est.)</string>
|
||||
<string name="device_settings_info_battery_health_value">~%1$d%%</string>
|
||||
<string name="device_settings_info_details_label">Device Details</string>
|
||||
<string name="device_settings_info_details_action">Show device details</string>
|
||||
|
||||
Reference in New Issue
Block a user