/fork-Android-Hauk

Open-source realtime location sharing

Primary LanguageJavaApache License 2.0Apache-2.0

Fork Details

Goals

  • lower the minSdkVersion of the Android app
    • from: 24 (Android 7.0, Nougat)
    • to: 19 (Android 4.4, KitKat)

Notes

  • the upstream repo contains the code for both:
    • the Android app
    • the PHP backend server
  • this repo contains the code for only:
    • the Android app
  • I have a separate fork of the PHP backend server
    • its purpose is to update the Dockerfile to be rapidly deployed for free on the hosting provider: render.com

Release Flavors

  • english
    • includes English string resources only
  • withAllLanguageTranslations
    • includes string resource translations for all available languages
  • withInternalConscryptSecurityProvider
  • withSharedExternalConscryptOrDefaultSecurityProvider
    • Conscrypt is loaded from a shared app
    • falls back to use the default native Security Provider when either:
      • this app isn't available
      • this app isn't signed by a trusted source