diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt new file mode 100644 index 0000000..fafe4c9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1.txt @@ -0,0 +1,6 @@ +Initial release + +• HTTP API server on port 8765 +• Auto-start/stop with tethering +• Connection type, signal, carrier, battery info +• /status and /health endpoints \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..16dd7c8 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,27 @@ +Tether API exposes your phone's connection status via a local HTTP API, accessible from tethered devices like laptops. + +Perfect for integrating phone status into desktop widgets, status bars (waybar, polybar), or custom scripts. + +Features: +• Auto-start when tethering is enabled +• Real-time connection info: 5G, LTE, 3G, WiFi +• Signal strength in dBm and bars (0-4) +• Carrier name and roaming status +• Battery level and charging state +• Simple REST API with JSON responses +• No root required + +API Endpoints: +• GET /status - Full phone status +• GET /health - Health check + +Example usage from your laptop: +curl http://192.168.42.1:8765/status + +Use cases: +• Waybar/polybar modules showing phone signal +• KDE Plasma widgets +• Custom scripts and automation +• Any app that can make HTTP requests + +The server runs on port 8765 and is only accessible from your tethered device, not the internet. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.png b/fastlane/metadata/android/en-US/images/featureGraphic.png new file mode 100644 index 0000000..c9b4402 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/featureGraphic.png differ diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000..349387d Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..0727cd5 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Expose phone status via HTTP API when tethering \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..0941500 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Tether API \ No newline at end of file