summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
AgeCommit message (Collapse)AuthorFilesLines
2025-10-24Fix android linux build doc commandsAlbin1-2/+4
2025-10-23Fix outdated Android linux build instructionsAlbin1-19/+5
2025-08-28Update Android build documentationKalle Lindström1-2/+6
2025-07-17Add build command to documentationAlbin1-0/+4
2025-07-17Document macOS devshell supportAlbin1-0/+2
2025-07-15Document how to build using devshellAlbin1-0/+16
2025-07-07Add info about prepare-release.sh scriptDavid Göransson1-0/+13
2025-05-21Update with new property referencesDavid Göransson1-10/+15
2025-03-27Add instructions for release APK reproducibiltiyKalle Lindström1-4/+13
2025-02-27Document how to reproducibly build the appKalle Lindström1-0/+33
2025-02-18Add `setup-rust` script and git hookKalle Lindström1-1/+7
The `setup-rust` helper script uses Rustup to install the default targets and components that each platform needs. The `setup-rust-post-checkout` script is a git hook (which needs to be copied to .git/hooks/post-checkout, which can be done manually or by running `setup-rust install-hook`) that detects when the `rust-toolchain.toml` file has changed and installs the default targets/components for the platform that the user has specified via the MULLVAD_SETUP_PLATFORM env variable.
2025-02-07Update all CI to update wireguard-go submodule more explicitlyLinus Färnstrand1-1/+1
2025-02-07Remove cbindgen and instructions about itLinus Färnstrand1-2/+0
cbindgen is no longer needed for building. The header generation is now done manually and never triggered automatically at build
2025-01-09Remove ALWAYS_SHOW_CHANGELOG propertyDavid Göransson1-7/+0
2025-01-08Add gradle rust pluginJonatan Rhodin1-5/+5
2024-09-24Update build instructions for new NDKDavid Göransson1-3/+3
2024-09-20Document cbindgen requirement in build instructionsAlbin1-0/+2
2024-08-19Fix for failing mockapi and e2e testsNiklas Berglund1-0/+3
2024-08-15Update Android build instructionsNiklas Berglund1-1/+7
2024-05-29Fix filename in Android build instructionsDavid Lönnhager1-2/+2
2023-09-13Update android build instructions for macOSDavid Göransson1-28/+11
2023-08-03Update to jdk 17 in build instructionsAlbin1-2/+2
2023-06-14Add option to disable version notificationsAlbin1-0/+7
For example, set the following in local.properties: ENABLE_IN_APP_VERSION_NOTIFICATIONS=false
2023-06-12Improve the android build instructions for macOSJonatan Rhodin1-25/+31
2023-04-24Update build instructionsAlbin1-7/+41
2023-04-18Clarify Android build steps in instructionsAlbin1-4/+19
2023-03-27Fix many typosAlexander Seiler1-2/+2
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-03-14Update Android build instructionsAlbin1-22/+22
Updates: * NDK release r25c * NDK min sdk set to api level 26 * Build tools version 30.0.3 * docker -> podman
2023-01-18Document gradle lockfileAlbin1-0/+19
2022-12-12Update Android container build instructionsAlbin1-111/+131
2022-10-11Update android sdk in build instructionsAlbin1-2/+2
2022-10-11Specify java 8 in android build instructionsAlbin1-1/+1
2022-10-11Add missing gcc in android build instructionsAlbin1-0/+2
2022-10-11Include libprotobuf-dev in build instructionsAlbin1-1/+4
2022-09-30Move build and release instructions to separate documentsDavid Lönnhager1-0/+145