voice-command-android/backlog/tasks/task-002 - Build-and-test-d...

37 lines
851 B
Markdown

---
id: task-002
title: Build and test debug APK
status: In Progress
assignee: []
created_date: '2025-12-07'
labels: [android, release]
priority: high
dependencies: [task-001]
---
## Description
Build debug APK and test all features on a real Android device.
## Plan
1. Run `./gradlew assembleDebug`
2. Install APK on test device
3. Test each feature systematically
4. Fix any runtime issues
## Acceptance Criteria
- [ ] APK builds without errors
- [ ] App installs and launches
- [ ] Microphone permission request works
- [ ] Audio recording captures speech
- [ ] Transcription produces text output
- [ ] Floating button overlay works
- [ ] Volume button trigger works
- [ ] Quick Settings tile works
- [ ] Copy to clipboard works
- [ ] Share intent works
- [ ] Save note creates markdown file
- [ ] Create task creates backlog-compatible file