845 B
845 B
| id | title | status | assignee | created_date | labels | priority | dependencies | |||
|---|---|---|---|---|---|---|---|---|---|---|
| task-002 | Build and test debug APK | To Do | 2025-12-07 |
|
high |
|
Description
Build debug APK and test all features on a real Android device.
Plan
- Run
./gradlew assembleDebug - Install APK on test device
- Test each feature systematically
- 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