Commit Graph

3 Commits

Author SHA1 Message Date
Jeff Emmett c459d58563 fix: build configuration and resource fixes for successful APK build
- Fixed sherpa-onnx dependency to use Maven Central package
- Fixed VoiceIntent enum name conflict with android.content.Intent
- Added AndroidX configuration in gradle.properties
- Added gradle wrapper jar and script
- Added app launcher icons (adaptive icons)
- Fixed drawable tint references
- Added colors.xml resource file
- Downloaded Whisper tiny.en model tokens.txt
- Updated download-models.sh to download tar.bz2 package

Build now produces 141MB debug APK with sherpa-onnx and Whisper model.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 12:52:18 -08:00
Jeff Emmett 6bab279b1a Update task-001 status to In Progress
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 22:49:27 -08:00
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