summaryrefslogtreecommitdiffhomepage
path: root/build-apk.sh
AgeCommit message (Expand)AuthorFilesLines
2021-12-16Split Android project and app moduleAlbin1-5/+5
2021-05-27Add `--no-docker` option to `build-apk.sh` scriptJanito Vaqueiro Ferreira Filho1-0/+2
2021-05-27Use existing `$ARCHITECTURES` env. var.Janito Vaqueiro Ferreira Filho1-3/+1
2021-03-22Manually strip `libmullvad_jni.so`Janito Vaqueiro Ferreira Filho1-1/+9
2021-03-22Adjust build.sh and build-apk.sh to call version-metadata correctlyLinus Färnstrand1-2/+2
2020-11-23Fetch latest `api-ip-address.txt` file for AndroidJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-08Allow build[-apk].sh to work even when release tag does not existLinus Färnstrand1-1/+1
2020-09-08Update build-apk.sh to handle release tags betterLinus Färnstrand1-3/+5
2020-06-09Fix updated file name of the generated bundleJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-19Add flag to only configure Android versionJanito Vaqueiro Ferreira Filho1-2/+2
2020-05-19Don't use Docker for F-Droid buildJanito Vaqueiro Ferreira Filho1-1/+3
2020-05-19Detect gradle command to use for buildingJanito Vaqueiro Ferreira Filho1-3/+16
2020-05-19Add separate build type for F-Droid APKJanito Vaqueiro Ferreira Filho1-3/+12
2020-05-19Replace usage of `node` to get the product versionJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-13Don't copy non-existant OpenSSL binaries for Android buildsLinus Färnstrand1-1/+0
2020-05-13Don't source env.sh for AndroidLinus Färnstrand1-1/+0
2020-03-30Update script to build Android App BundleJanito Vaqueiro Ferreira Filho1-11/+28
2020-03-19Fix usage of `version-metadata.sh` scriptJanito Vaqueiro Ferreira Filho1-2/+2
2020-02-13Fetch relay list when building Android APKJanito Vaqueiro Ferreira Filho1-0/+2
2020-02-03Invoke build-wrieguard-go.sh after ./gradlew cleanEmīls1-1/+3
2020-01-23Move wireguard-go into the repositoryEmīls1-0/+2
2019-10-09Fix invalid usage of --lockedLinus Färnstrand1-3/+7
2019-10-09Add --locked to all cargo build invocationsLinus Färnstrand1-1/+1
2019-09-02Make the amount of chars from the git hash in version string constantLinus Färnstrand1-1/+1
2019-08-30Backup Cargo.lock in build-apk.shLinus Färnstrand1-0/+2
2019-08-30Refactor injecting version numbers into files into dedicated scriptLinus Färnstrand1-3/+11
2019-08-08Echo target for each Rust build on AndroidLinus Färnstrand1-0/+1
2019-08-08Use `source env.sh` instead of `. env.sh` for consistencyLinus Färnstrand1-1/+1
2019-08-08Various build-apk.sh improvements/restructureLinus Färnstrand1-8/+14
2019-08-08Fail when using unassigned variable in build-apk.shLinus Färnstrand1-1/+1
2019-07-18Create helper script to build app for AndroidJanito Vaqueiro Ferreira Filho1-0/+76