organicmaps/android/app
Roman Tsisyk e00f33a076 [github] Manage private secrets with GitHub Secrets to enhance security
1. Restore the original simple version of `configure.sh`
   Restores 08e37f4 "Refactor configure.sh"
   Reverts b87ee95b "Fixed configure.sh script and gh actions"

2. Use GitHub Secrets instead of a private git repository to enhance
   security standards and ensure credentials are encrypted and safely
   managed.

3. Document credentials used by GitHub Actions in docs/CREDENTIALS.md

4. Include `network_security_config.xml` directly into the repo
   as it has nothing sensitive.

5. Include Apple WWDR intermediate certificates directly into the repo
   as they are not sensitive and publicly available.
   https://developer.apple.com/help/account/reference/wwdr-intermediate-certificates

6. Add `private.h` in the repository since it does not differ from
   `private_defaults.h`.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-12-27 20:16:52 +00:00
..
src [github] Manage private secrets with GitHub Secrets to enhance security 2024-12-27 20:16:52 +00:00
.gitignore [android] Update .gitignore 2024-03-08 11:37:54 +02:00
build.gradle [github] Manage private secrets with GitHub Secrets to enhance security 2024-12-27 20:16:52 +00:00
debug.keystore [android] Use module project structure 2023-09-03 10:05:14 +03:00
ic_launcher-playstore.png [android] Use module project structure 2023-09-03 10:05:14 +03:00
multidex-config.txt [android] Tag JNI methods and enable R8 optimizations 2023-10-29 09:14:47 -07:00
proguard-rules.pro [android] Disable R8 optimizations 2023-11-15 13:44:34 +02:00