Skip to content

Andrew67/DdrFinder

Repository files navigation

DdrFinder

Native Android version of ddr-finder with Google Maps integration.

Live Demo

APKs available in the Releases tab or on Google Play.

License

MIT license (with some exceptions; see LICENSE).

Developing your own version

  • Modify applicationId in build.gradle and package in AndroidManifest.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 and GOOGLE_PLACES_API_KEY in app/src/main/res/values/strings.xml with your keys.
  • Deploy your own version of ddr-finder or compatible.
  • Modify API_BASE_URL in build.gradle to point to your API endpoint.
  • Modify ABOUT_BASE_URL in build.gradle to point to your about page.
  • Modify FALLBACK_INFO_URL in build.gradle to your info redirection script.
  • Deploy your own version of ddr-finder-ng or compatible.
  • Modify APPLINK_BASE_URL in build.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.

Acknowledgments

About

Native Android version of ddr-finder with Google Maps integration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages