• v1.18 c69147530e

    v1.18
    Build APK / build (push) Successful in 1m58s
    Stable

    amir released this 2026-06-04 16:40:00 +00:00 | 0 commits to master since this release

    Automated build of v1.18

    Downloads
  • v1.17 5a5f6ed1e4

    v1.17
    Build APK / build (push) Successful in 1m55s
    Stable

    amir released this 2026-06-04 16:31:02 +00:00 | 1 commits to master since this release

    Automated build of v1.17

    Downloads
  • v1.16 a43fa5be92

    v1.16
    Build APK / build (push) Successful in 1m50s
    Stable

    amir released this 2026-06-04 15:47:52 +00:00 | 2 commits to master since this release

    Automated build of v1.16

    Downloads
  • v1.14 4470a6f7ba

    v1.14
    Build APK / build (push) Successful in 2m7s
    Stable

    amir released this 2026-06-04 13:27:44 +00:00 | 4 commits to master since this release

    Automated build of v1.14

    Downloads
  • v1.13 ae0f466f50

    amir released this 2026-06-04 05:53:50 +00:00 | 10 commits to master since this release

    Changes

    • 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
  • v1.12 b15dcf16d7

    amir released this 2026-06-04 02:42:45 +00:00 | 12 commits to master since this release

    Fixes

    • 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
  • v1.11 4f9edd5e63

    amir released this 2026-06-04 02:31:10 +00:00 | 14 commits to master since this release

    What'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
  • v1.10 6f3c5e6ea1

    amir released this 2026-05-27 21:16:33 +00:00 | 17 commits to master since this release

    What'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) with textStyle=bold for 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 · clean git archive export

    Downloads
  • v1.9 6801a60183

    amir released this 2026-05-25 03:30:59 +00:00 | 20 commits to master since this release

    What'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.xml blocks 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 = false
    • AndroidManifest: android:networkSecurityConfig wired to @xml/network_security_config
    • UsageRepository: all debug logging behind BuildConfig.DEBUG guard (stripped from release builds)
    • versionCode 10 · versionName 1.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 · clean git archive export

    Downloads