Skip to content

Releases: G-biggy/claude-pulse-android

v2.2.1 - Fix false token expiry on rate limit

Choose a tag to compare

@G-biggy G-biggy released this 24 Mar 17:47

Fixed a bug where the app showed Token Expired when the API was rate limited. The token was valid, only the API was temporarily busy.

v2.2 — Auth error recovery UX

Choose a tag to compare

@G-biggy G-biggy released this 24 Mar 12:48

What's New

  • Token expiry detection: Widget now shows 'Token expired · Tap to fix' instead of silently showing stale data
  • Recovery guidance: Setup screen shows step-by-step instructions to get a fresh token when auth fails
  • Real token validation: App now validates the token on launch, not just checks if one exists
  • Masked token display: Shows your current token (masked) so you know one is active
  • Split footer: Widget footer now has separate 'Refresh Now' and 'Usage Page' buttons instead of whole-widget tap
  • Improved error messaging: Error messages reference 'Claude Code' (covers CLI, VS Code, Desktop app)

v2.1 — Reliable refresh & color-matched bars

Choose a tag to compare

@G-biggy G-biggy released this 23 Mar 18:50

Fixes

  • WorkManager background refresh — replaces unreliable updatePeriodMillis. Widget now refreshes every 15 minutes even in Doze mode, with exponential backoff on failure.
  • Error surfacing — auth/network errors no longer silently freeze the widget with stale data.

Improvements

  • Dynamic progress bar colors — bars now tint green/yellow/orange/red to match percentage thresholds, consistent with the Mac menu bar version.

Install: Download the APK, transfer to your Android phone, and sideload. See README for setup instructions.

v2.0 — Direct API, 3 bars, plan badge

Choose a tag to compare

@G-biggy G-biggy released this 22 Mar 19:27

First public release.

  • Direct Anthropic API access (no proxy server needed)
  • 3 usage bars: Session, Weekly, Sonnet
  • Plan badge: Free / Pro / Max 5x / Max 20x
  • Refresh Now button
  • Brand color #6ee7b7
  • Dynamic resizable layout

Install: Download the APK, transfer to your Android phone, and sideload. See README for setup instructions.