Commit Graph

7 Commits

Author SHA1 Message Date
cce160aa04 Add privacy policy 2025-12-19 06:36:51 +01:00
69f6b6039e Add fastlane metadata for F-Droid and Play Store
- Store listing: title, short/full descriptions
- Changelog for initial release
- Icon and feature graphic
- phoneScreenshots directory (to be populated)
2025-12-19 06:35:50 +01:00
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
f60c866174 Update icon and feature graphic to white minimal theme
- White background with dark slate devices (#1e293b)
- Cyan signal bars (#0ea5e9)
- Simplified clean design: phone → signal → laptop
2025-12-19 06:20:34 +01:00
f496380603 Add app icon, feature graphic, and justfile
- Network nodes tech-style icon (dark theme, cyan accents)
- Feature graphic for Play Store (1024x500)
- PNG icons for all densities
- Justfile with build, release, icons, install tasks
2025-12-19 06:04:51 +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