voice-command-android/app
Jeff Emmett 0fef18eb06 Initial commit: Native Android voice transcription app
Features:
- On-device Whisper transcription via sherpa-onnx
- Kotlin + Jetpack Compose UI
- Multiple trigger methods:
  - Floating button overlay
  - Volume button combo (Accessibility Service)
  - Quick Settings tile
- Smart action routing:
  - Copy to clipboard
  - Share via apps
  - Save as markdown note
  - Create task (Backlog.md compatible)
- Intent detection for suggested actions

Requires Android 10+ (API 29)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 22:46:45 -08:00
..
src/main Initial commit: Native Android voice transcription app 2025-12-06 22:46:45 -08:00
build.gradle.kts Initial commit: Native Android voice transcription app 2025-12-06 22:46:45 -08:00
proguard-rules.pro Initial commit: Native Android voice transcription app 2025-12-06 22:46:45 -08:00