You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to #192, which made the ongoing notification's title the stable headline (85% · Discharging) and the content line the volatile details. This is the agreed v2 shape (mockup-approved): make it expandable, and add a labelled Now / Average breakdown when pulled down.
Arabic / RTL: apply BidiFormatter (bidi isolation) to the collapsed detail line so the Latin values (−250 mA, %/h) don't reorder inside the RTL line — that was garbled without it. New labels: الآن / المتوسط / المتبقّي / الحرارة (drafted, pending maintainer review). The status word stays تستهلك.
Acceptance criteria
Ongoing notification expands to the Now / Average / Remaining / Temp breakdown; collapses to the one-line glance
Collapsed line shows rate · current · remaining (discharging) / watts · current · to-full (charging); temperature only in the expanded view
"remaining" wording throughout (no "left")
Arabic detail line is bidi-isolated and readable RTL; new labels in values-ar
Follow-up to #192, which made the ongoing notification's title the stable headline (
85% · Discharging) and the content line the volatile details. This is the agreed v2 shape (mockup-approved): make it expandable, and add a labelled Now / Average breakdown when pulled down.Collapsed (the glance)
85% · Discharging/85% · Charging— stable metrics only.9%/h · −250 mA · ~9h 27m remainingwhile discharging,~18 W · +1500 mA · ~45m to fullwhile charging.Expanded (pull down)
Labelled lines,
label — value:Discharging
Charging
Now= the instant reading;Average= the windowed average (BatteryRate.avgCurrentMilliAmps, already computed for Current row flickers and disagrees between surfaces — show moment value with windowed average, gate visibility on the average #173).Notes
BigTextStyle(or a two-state layout). It's single-line today.Now,Average,Remaining,To full; rename the Ongoing notification: stable metrics in the title, volatile details in the body #192%s left→%s remaining.BidiFormatter(bidi isolation) to the collapsed detail line so the Latin values (−250 mA,%/h) don't reorder inside the RTL line — that was garbled without it. New labels: الآن / المتوسط / المتبقّي / الحرارة (drafted, pending maintainer review). The status word stays تستهلك.Acceptance criteria
values-arOngoingStatusLinesRelated: #192 (v1), #193 (screen-on/off split, later), #108/#124/#173/#188.