- fork: bilde2910/Hauk
- author: Marius Lindvall
- tag: v1.6.2
- commit: 26d8a2e13aa38891d4e94097465a25684c787045
- date: 2023-08-13
- license: Apache-2.0
- more info: original README
- lower the minSdkVersion of the Android app
- from: 24 (Android 7.0, Nougat)
- to: 19 (Android 4.4, KitKat)
- 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
english
- includes English string resources only
withAllLanguageTranslations
- includes string resource translations for all available languages
withInternalConscryptSecurityProvider
- Conscrypt is bundled as an internal library
- releases a separate APK for each ABI
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