summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/android-app.yml
AgeCommit message (Expand)AuthorFilesLines
2023-03-25Add multi-arch support in android build actionAlbin1-14/+104
2023-03-22Fix kotlin formatting trigger pathAlbin1-2/+3
2023-03-15Adjust gh action strip tool path for new NDK versionAlbin1-1/+1
2023-03-15Fix repo ownership in android build actionAlbin1-0/+1
2023-02-23Rename all mentions of the "master" branch to "main"Linus Färnstrand1-2/+2
2023-02-13Add GH actions job for AGP lintingAlbin1-0/+11
2023-02-02Enable mockapi tests in GH actionsAlbin1-1/+1
2023-01-31Disable flaky android testsAlbin1-1/+1
2023-01-25Upload report on ci instrumentation test failuresAlbin1-0/+9
2023-01-25Add mockapi test job in gh actionsAlbin1-4/+20
2023-01-25Enable api override in gh actionsAlbin1-1/+1
2023-01-25Improve naming of Android GH actions jobsAlbin1-2/+4
2023-01-24Remove reference to dist-assets/api-ip-address.txt as it does not existLinus Färnstrand1-1/+0
2023-01-23Switch to self-hosted runner for Android testsAlbin1-39/+3
2023-01-20Move dist-assets/relays.json to build/relays.jsonLinus Färnstrand1-2/+2
2023-01-20Replace an include list with an exclude list for Android CILinus Färnstrand1-17/+14
2023-01-13Run yamlfix on all of .github/workflows/Linus Färnstrand1-168/+171
2023-01-10Support orchestrator in instrumented test scriptAlbin1-1/+2
2023-01-10Bump gh actions emulator to api level 33Albin1-5/+7
2022-12-08Bump Android project to java 11 and gradle 7.6Albin1-3/+3
2022-12-01Store full container image names rather than tagsAlbin1-2/+1
2022-11-30Use image tag in android build jobAlbin1-2/+2
2022-11-03Trigger android gh build on master updatesAlbin1-0/+4
2022-11-02Bump official actions for android buildAlbin1-7/+7
2022-11-01Fix deprecated output variable in gh actionsAlbin1-1/+1
2022-11-01Allow image override on manually triggered actionsAlbin1-4/+15
2022-11-01Set android action image digest from fileAlbin1-1/+15
2022-10-31Build android app using container in gh actionsAlbin1-48/+8
2022-10-10Make Visual Studio/C++ projects fetch version.h from mullvad-versionLinus Färnstrand1-1/+0
2022-09-27Download protoc in CIEmīls Piņķis1-0/+5
2022-08-15Bump go patch versionDavid Lönnhager1-1/+1
2022-08-15Bump actions golang to 1.18.1Albin1-1/+1
2022-08-15Bump setup-go action to v3Albin1-1/+1
2022-04-29Set rust toolchain as defaultAlbin1-0/+1
2022-04-29Switch rust toolchain actionAlbin1-1/+1
2022-04-20Switch Android rust toolchain actionAlbin1-3/+3
2022-03-25Rename some Github Actions jobs to make them easier to findLinus Färnstrand1-1/+1
2022-03-23Rename mullvad-rpc to mullvad-apiDavid Lönnhager1-1/+1
2022-03-01Remove API address rotationDavid Lönnhager1-1/+0
2022-02-01Cache native libs in Android buildAlbin1-8/+30
2022-02-01Cache Android emulatorAlbin1-1/+25
2022-02-01Change to custom gradle cache actionAlbin1-24/+25
2022-02-01Run instrumented tests using prebuilt apksAlbin1-25/+4
2022-02-01Build Android native libs in separate stepAlbin1-4/+7
2022-02-01Fix incomplete Android builds in GH actionsAlbin1-3/+12
2022-02-01Upload produced apk artifacts in GH actionsAlbin1-0/+8
2022-01-12Add missing Android app module build cacheAlbin1-0/+2
2022-01-12Change workflow trigger from push to pull_requestOskar Nyberg1-2/+2
2021-05-27Make architecture names standardJanito Vaqueiro Ferreira Filho1-1/+1
2021-04-12Add CI job for Android instrument testsAleksandr Granin1-23/+89