ADAMaps Android companion app — Hivemapper Bee data proxy and monitor
FIXES: - Restored port 5000 (Bee's odc-api runs on 5000, not 5001) - Restored multi-IP discovery (primary: Bee AP, alt: home WiFi) - Added custom DNS resolver for ADAMaps (hardcodes 142.44.213.229) This fixes the '0 sent' bug - DNS fails on Bee AP (no upstream) - Restored alt URL field in settings - Kept exponential backoff and retry queue from v3 The DNS fix is the key: when connected to Bee's AP (192.168.0.10), Android's DNS resolver can't resolve api.adamaps.org because the AP has no internet. Custom Dns object bypasses this. |
||
|---|---|---|
| app | ||
| gradle | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| settings.gradle.kts | ||