-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust fixes for Android client: add a network conf, change how token is passed to gradle #8824
Conversation
</trust-anchors> | ||
</base-config> | ||
<domain-config cleartextTrafficPermitted="false"> | ||
<domain includeSubdomains="true">mozilla.org</domain> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++ mozaws.net and allizom.org I think?
@@ -190,7 +183,7 @@ cd .tmp/src/android-build/ | |||
if [[ "$RELEASE" ]]; then | |||
print Y "Generating Release APK..." | |||
./gradlew compileReleaseSources | |||
./gradlew assemble || die |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mcleinman thats waaay better!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
… is passed to gradle (#8824) * Add a network conf to the android client * pass in variable * per review --------- Co-authored-by: Matt Cleinman <[email protected]>
… is passed to gradle (#8824) (#8833) * Add a network conf to the android client * pass in variable * per review --------- Co-authored-by: Sebastian Streich <[email protected]>
This is part two of VPN-5822.
A write up of the issues this fixes is in the ticket: https://mozilla-hub.atlassian.net/browse/VPN-5822?focusedCommentId=809828
Description
Instead of a bool, let's enforce https for all known domains the client can talk to.