3 Commits

Author SHA1 Message Date
708833e97c Prepare for open source release under GPLv3
- Add GPLv3 LICENSE file
- Add CONTRIBUTING.md with guidelines
- Update README: remove Play Store section, add license and contributing refs
- Fix feature graphic (remove grid lines, replace Waybar chip with No root)
2025-12-19 06:33:04 +01:00
a70f338e06 Add release build config and Play Store prep
- Add signing config (reads from env vars)
- Enable R8 minification and resource shrinking
- Expand ProGuard rules for Gson
- Update README with build instructions and Play Store checklist
2025-12-19 05:55:38 +01:00
017172f48a Initial commit: Android Tether API app
Exposes phone connection status via HTTP API for tethered devices.

Features:
- Auto-start/stop server when tethering is enabled/disabled
- REST API with /status and /health endpoints
- Connection type, signal strength, carrier, battery info
- Foreground service with persistent notification

Stack: Kotlin 2.3, AGP 8.13, Gradle 8.13, compileSdk 36
2025-12-18 21:08:56 +01:00