Ring widget style (Phase 1: selectable bars/rings) #1

Merged
amir merged 3 commits from feature/rings-and-profiles into master 2026-06-12 10:55:39 +00:00

3 Commits

Author SHA1 Message Date
amir a95b05dada chore: bump to 1.20 (rings release)
Build APK / build (push) Successful in 1m48s
Build APK / build (pull_request) Successful in 1m33s
2026-06-12 08:13:24 +00:00
amir 10cc064f1f fix(rings): make widget rings fill available space + higher render res
Build APK / build (pull_request) Successful in 1m42s
Rings were capped at a fixed 86dp; now each gauge fills its half of the widget
(weighted ImageView) so they grow with the placed widget size. Bumped RingRenderer
default bitmap to 360px/36 stroke to stay crisp at the larger display size.
2026-06-12 08:02:11 +00:00
amir 952c8261e9 feat: ring widget style (selectable bars/rings)
Build APK / build (pull_request) Successful in 1m34s
Add RingRenderer (circular gauge mirror of BarRenderer), a widget_layout_rings
layout, a Bars/Rings preference + in-app toggle, and ring rendering branch in
ClaudeUsageWidget. Full (4x2) widget honors the chosen style; compact size stays
bars. Phase 1 of porting hamed-elfayome/Claude-Usage-Tracker features.
2026-06-12 07:45:45 +00:00