Wear OS companion app for Graber Hub, a family command center running on a Raspberry Pi.
View schedules, mark chores complete, and check countdowns — all from your wrist.
- 📅 Schedule — View today's time blocks at a glance
- ✅ Chores — See and complete chores with a tap
- ⏱️ Timer — Quick timer controls
- ⏳ Countdowns — Track upcoming events
- 📡 Auto-connect — Finds the Hub on your local network
- Kotlin + Wear Compose + Horologist
- MVVM with StateFlow
- Retrofit for API communication
- Target SDK 34 / Min SDK 30
git clone https://github.com/JasonGraber/graber-hub-watch.git
cd graber-hub-watch
./gradlew assembleDebugadb connect <WATCH_IP>:<PORT>
adb install app/build/outputs/apk/debug/app-debug.apk- graber-hub — Web dashboard & API (Raspberry Pi)
- graber-hub-app — Android phone companion app
MIT License — see LICENSE for details.