• v1.10 6f3c5e6ea1

    amir released this 2026-05-27 21:16:33 +00:00 | 30 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 | 33 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