| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-21 | Update to node 16.9.1 | Oskar Nyberg | 1 | -1/+1 | |
| 2021-12-20 | Add Android dependency audit | Albin | 1 | -0/+15 | |
| Adds the OWASP Dependency-Check tool to the project to detect potentially vulnerable dependencies. Gradle is configured to skip the lintClassPath configuration, which relies on many dependencies that has been flagged to have CVEs, as it's related to the lint tooling rather than the project's compilation class path. The alternative would be to suppress specific CVEs, however that could potentially result in suppressed CVEs in project compilation class path. | |||||
| 2021-12-16 | Split Android project and app module | Albin | 2 | -3/+3 | |
| The purpose of this is to: * Comply better with the default Android project structure (see https://developer.android.com/studio/build). * Avoid conflicts between project and app dependencies and plugins. | |||||
| 2021-11-16 | Make trojan source check script more universally usable | Linus Färnstrand | 1 | -1/+1 | |
| Make the script take the path to the dir to check as argument instead of being self aware. | |||||
| 2021-11-09 | Add GitHub Actions workflow for Unicode script | David Lönnhager | 1 | -0/+17 | |
| 2021-11-03 | CI: Switch to macOS 11 and iOS 13 | Andrej Mihajlov | 1 | -4/+4 | |
| 2021-10-27 | Temporarily ignore RUSTSEC-2020-0159 RUSTSEC-2020-0071 (time + chrono) | Linus Färnstrand | 1 | -1/+3 | |
| 2021-10-25 | Add format specifiers check to translations action | Oskar Nyberg | 1 | -0/+4 | |
| 2021-10-01 | Update node version in Github Actions action | Oskar Nyberg | 1 | -1/+1 | |
| 2021-09-28 | Run `cargo audit` more often | David Lönnhager | 1 | -0/+1 | |
| 2021-09-27 | CI: add -quiet to suppress overly verbose xcodebuild output | Andrej Mihajlov | 1 | -1/+3 | |
| 2021-09-20 | Actions: cache spm | Andrej Mihajlov | 1 | -1/+18 | |
| 2021-06-24 | Bump node version in translations YAML | David Lönnhager | 1 | -1/+1 | |
| 2021-06-24 | Bump node to version 14 in GitHub actions | David Lönnhager | 1 | -1/+1 | |
| 2021-06-21 | Actions: build active arch only | Andrej Mihajlov | 1 | -1/+1 | |
| 2021-06-21 | Actions: setup go-lang 1.16 | Andrej Mihajlov | 1 | -0/+5 | |
| 2021-05-27 | Make architecture names standard | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| `build-apk.sh` and `wireguard/libwg/build-android.sh` were using different names for the same architecture (x86/i686, arm/armv7, arm64/aarch64). Making it consistent helps to reuse the same `$ARCHITECTURES` environment variable for both scripts. | |||||
| 2021-05-19 | Add GitHub Actions worflow for testing the tool | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 | |
| 2021-04-20 | Add CI job for auditing Cargo.lock files | David Lönnhager | 1 | -0/+23 | |
| 2021-04-12 | Add CI job for Android instrument tests | Aleksandr Granin | 1 | -23/+89 | |
| 2021-03-27 | Ignore translations workflow changes in daemon job | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-27 | Ignore desktop GUI workflow changes in daemon job | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-27 | Ignore iOS workflow changes in daemon workflow job | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-27 | Add GitHub Actions workflow for translations | Janito Vaqueiro Ferreira Filho | 1 | -0/+50 | |
| Checks if: - the repository has the latest translation messages extracted into the template file; - the Android resources contain the latest translation messages obtained from the desktop GUI translation messages; - the Android messages that aren't available in the desktop GUI are present in the messages template file. | |||||
| 2021-03-23 | Drop Travis jobs | David Lönnhager | 1 | -1/+0 | |
| 2021-03-22 | Add github workflow for iOS tests | Andrej Mihajlov | 1 | -0/+30 | |
| 2021-03-22 | Define `NDK_TOOLCHAIN_DIR` for CI builds | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-19 | Run ktlint and xml-tidy only for main code | Aleksandr Granin | 1 | -1/+1 | |
| 2021-03-19 | Add unit test into CI | Aleksandr Granin | 1 | -0/+1 | |
| 2021-03-15 | Add Windows to GitHub actions frontend-build job | Oskar Nyberg | 1 | -1/+4 | |
| 2021-03-15 | Add GitHub actions frontend job | Oskar Nyberg | 1 | -0/+49 | |
| 2021-03-12 | Add daemon build job for Windows | Janito Vaqueiro Ferreira Filho | 1 | -0/+28 | |
| 2021-03-12 | Add daemon build job for macOS | Janito Vaqueiro Ferreira Filho | 1 | -1/+20 | |
| 2021-03-12 | Add daemon build job for Linux | Janito Vaqueiro Ferreira Filho | 1 | -0/+63 | |
| 2021-03-12 | Add workflow for checking Rust formatting | Janito Vaqueiro Ferreira Filho | 1 | -0/+28 | |
| 2021-03-10 | Update Android Docker image | David Lönnhager | 1 | -1/+1 | |
| 2021-02-15 | Add GitHub Actions workflow for linting XML files | Janito Vaqueiro Ferreira Filho | 1 | -0/+21 | |
| 2021-02-15 | Create GitHub Actions workflow for Kotlin linter | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 | |
| 2021-02-15 | Create initial GitHub Actions workflow for Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+77 | |
| 2020-04-07 | Fix some style in the issue template that did not turn out very good | Linus Färnstrand | 1 | -2/+6 | |
| 2020-04-07 | Replace old issue template with newer one | Linus Färnstrand | 1 | -11/+19 | |
| 2018-08-03 | Add issue template and improve PR template | Linus Färnstrand | 2 | -2/+22 | |
| 2018-02-09 | Add initial Github PR template | Linus Färnstrand | 1 | -0/+3 | |
