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
applicationId
inbuild.gradle
and 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_KEY
andGOOGLE_PLACES_API_KEY
inapp/src/main/res/values/strings.xml
with your keys. - Deploy your own version of ddr-finder or compatible.
- Modify
API_BASE_URL
inbuild.gradle
to point to your API endpoint. - Modify
ABOUT_BASE_URL
inbuild.gradle
to point to your about page. - Modify
FALLBACK_INFO_URL
inbuild.gradle
to your info redirection script. - Deploy your own version of ddr-finder-ng or compatible.
- Modify
APPLINK_BASE_URL
inbuild.gradle
to your equivalent deployed web app, or remove the URL share functionality. - Modify intent filters in
AndroidManifest.xml
to point to your deployment URL.
- Zenius -I- vanisher.com for inspiring me to make this.
- All acknowledgments listed in the ddr-finder page.