-
released this
2026-06-04 05:53:50 +00:00 | 10 commits to master since this releaseChanges
- Session bar — removed the pace marker from the 5-hour window.
- Weekly bar — the pace marker is now a single, clean color (no green→purple tiers).
- Removed the "% over/under pace" text throughout (widget + app).
- Weekly reset now shows the weekday — e.g. "Resets Friday 3:00 PM" — instead of "tomorrow".
- General visual cleanup.
versionCode 14 · versionName 1.13 — upgrades in place over v1.12.
Downloads
-
released this
2026-06-04 02:42:45 +00:00 | 12 commits to master since this releaseFixes
- Reset time restored — v1.11 accidentally replaced the widget's "Resets at …" line with the pace text (and dropped it entirely on the small widget). The session and weekly reset times are shown correctly again.
- More visible pace marker — the "where you should be right now" tick is now wider and wrapped in a white halo so it stands out against any bar color.
versionCode 13 · versionName 1.12 — upgrades in place over v1.11.
Downloads
-
released this
2026-06-04 02:31:10 +00:00 | 14 commits to master since this releaseWhat's New
- Pace markers — each usage bar (session & weekly) now shows a tick marking where you should be right now to finish at exactly 100% by reset. The tick is color-coded by projected pace: green (way under budget) → teal → yellow → orange → red → purple (burning way too fast).
- Peak-hours burst icon — a Claude burst icon in the header lights up (🔥) during Anthropic's peak window (5–11 AM PT, Mon–Fri), when tokens burn faster, with a countdown and your local-time window.
- Bars are now rendered as bitmaps so the widget and the in-app card stay visually identical.
Both features appear in the widget (standard + small) and in the app.
Install
Download claude-usage-widget.apk below and install on Android (allow install from unknown sources). Upgrades in place over v1.10 — your sign-in is preserved.
versionCode 12 · versionName 1.11
Downloads
-
released this
2026-05-27 21:16:33 +00:00 | 17 commits to master since this releaseWhat's New
- All widget text is now white and bold — every label in both the standard and small widget variants (SESSION, WEEKLY, sub-labels, status line, last-updated timestamp) is now rendered in pure white (
#FFFFFF) withtextStyle=boldfor maximum legibility on any home screen background
Previously
- Section labels (
SESSION,WEEKLY) were dark grey (#555555) - Sub-labels (reset time, resets-remaining) were mid-grey (
#666666) - Status line used the orange accent (
#CC785C) - Last-updated timestamp was near-invisible dark grey (
#444444)
APK:
claude-usage-widget.apk· versionCode 11 · Min SDK 26 (Android 8.0+) · Signed release build
Source:claude-usage-widget-v1.10-source.zip· cleangit archiveexportDownloads
- All widget text is now white and bold — every label in both the standard and small widget variants (SESSION, WEEKLY, sub-labels, status line, last-updated timestamp) is now rendered in pure white (
-
released this
2026-05-25 03:30:59 +00:00 | 20 commits to master since this releaseWhat's New
- Android 16 compatibility — fixes session and status-bar loss on Android 16 caused by edge-to-edge enforcement changes; login session now persists correctly across orientation and lifecycle events
- Larger widget UI — icons and fonts scaled up for better readability on home screen widgets at all sizes
Security
- Network restricted to system CAs only — new
network_security_config.xmlblocks all cleartext traffic and prevents MITM attacks via user-installed certificate authorities; only system-trusted roots accepted for HTTPS connections to claude.ai - WebView surface area reduced — disabled deprecated WebSQL database support and automatic window-open capability, neither of which are needed for Claude session management
Technical Details
LoginActivity:databaseEnabled = false,javaScriptCanOpenWindowsAutomatically = falseAndroidManifest:android:networkSecurityConfigwired to@xml/network_security_configUsageRepository: all debug logging behindBuildConfig.DEBUGguard (stripped from release builds)versionCode10 ·versionName1.9 · Min SDK 26 (Android 8.0+)
APK:
claude-usage-widget.apk· versionCode 10 · Signed release build
Source:claude-usage-widget-v1.9-source.zip· cleangit archiveexportDownloads