Skip to content

v1.1.0 — Home rework + history retry

Choose a tag to compare

@kumaradarsh1993 kumaradarsh1993 released this 06 Jun 13:59

Download

📱 app-debug.apk — tap on your phone to install. Allow "Install from unknown sources" if Android asks.

Requires Android 12+. You'll need a free Groq API key — the in-app setup deep-links you there.


What's new in v1.1.0

Home, redesigned

The hero mic is the focal point. The permission tiles that used to dominate the screen are now a single collapsed banner that only shows up if something's actually missing. Your last 3 recordings preview right on the home screen.

History is one tap away

New bottom navigation bar — Speak and History are always one tap apart, no more scrolling to the bottom of the home screen.

Retry that actually works

Every history row has a Retry chip now. If a recording errored, hit retry — it re-runs through transcription cleanly. If it succeeded but you want a do-over (e.g. switched modes), hit Re-run; we'll confirm before burning another STT call.

Delete properly

Select mode lets you tap-tap-tap to multi-select recordings and delete in bulk. The overflow menu has a Delete all. Both wipe the underlying audio files from device storage too — not just the database rows.

Under the hood

  • Idempotent retry (WorkManager unique-per-id collapses dupes)
  • Audio cleanup on every delete path (mirrors the retention sweep)
  • Bottom nav shared between Home/History via a single composable

Known issue (workaround available)

Auto-paste sometimes lands in clipboard instead of the focused field — most consistently inside Samsung work-profile apps ("your organization does not allow pasting"). Workaround: long-press the text field and tap Paste. Reliable repro pending; tracked for a future release.


Tag

  • Commit: 4cf396b
  • Previous stable: v1.0v1.0.1