Native Android version of ddr-finder with Google Maps integration.
APKs available in the Releases tab or on Google Play.
MIT license (with some exceptions; see LICENSE).
- Modify
applicationIdinbuild.gradleand package inAndroidManifest.xml. - Request a Maps SDK for Android API key from the Google API Developer Console using the new package names.
- Request a Places API key from the Google API Developer Console using the new package names.
- Modify
GOOGLE_MAPS_API_KEYandGOOGLE_PLACES_API_KEYinapp/src/main/res/values/strings.xmlwith your keys. - Deploy your own version of ddr-finder or compatible.
- Modify
API_BASE_URLinbuild.gradleto point to your API endpoint. - Modify
ABOUT_BASE_URLinbuild.gradleto point to your about page. - Modify
FALLBACK_INFO_URLinbuild.gradleto your info redirection script. - Deploy your own version of ddr-finder-ng or compatible.
- Modify
APPLINK_BASE_URLinbuild.gradleto your equivalent deployed web app, or remove the URL share functionality. - Modify intent filters in
AndroidManifest.xmlto point to your deployment URL.
- Zenius -I- vanisher.com for inspiring me to make this.
- All acknowledgments listed in the ddr-finder page.