| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-22 | Bump arrow | David Göransson | 1 | -1/+1 | |
| 2024-07-22 | Bump destinations | David Göransson | 1 | -2/+2 | |
| 2024-07-22 | Update android app version to 2024.3 | David Göransson | 1 | -1/+1 | |
| 2024-07-22 | Update changelog for android/2024.3 | David Göransson | 1 | -0/+4 | |
| 2024-07-19 | Merge branch 'make-launching-test-manager-easier-for-individual-tests-des-1039' | Linus Färnstrand | 12 | -159/+161 | |
| 2024-07-19 | Refactor `find_app` | Sebastian Holmin | 1 | -63/+33 | |
| 2024-07-19 | Rename `--previous-app` to `--app-package-to-upgrade-from` | Sebastian Holmin | 7 | -22/+28 | |
| 2024-07-19 | Rename `--current-app` to `--app-package` | Sebastian Holmin | 7 | -27/+27 | |
| 2024-07-19 | Refactor `get_app_manifes` | Sebastian Holmin | 2 | -26/+12 | |
| Removing the async allowed the code to be greatly simplified, and likely doesn't impact performance anyway. | |||||
| 2024-07-19 | Replace implicit cache folder with `--package-folder` arg | Sebastian Holmin | 4 | -22/+26 | |
| 2024-07-19 | Merge branch 'align-screen-and-dialog-composable-names-droid-726' | David Göransson | 42 | -119/+190 | |
| 2024-07-19 | Update baseline | David Göransson | 1 | -2/+1 | |
| 2024-07-19 | Align Screen and Dialog names | David Göransson | 38 | -114/+107 | |
| 2024-07-19 | Add ComposeDestinationsTests | David Göransson | 1 | -0/+28 | |
| 2024-07-19 | Update gradle lockfile | David Göransson | 1 | -3/+53 | |
| 2024-07-19 | Add dependency to Destinations | David Göransson | 1 | -0/+1 | |
| 2024-07-19 | Merge branch 'clean-up-uses-of-image-droid-1174' | David Göransson | 6 | -22/+29 | |
| 2024-07-19 | Clean up invalid uses of Image | David Göransson | 6 | -22/+29 | |
| 2024-07-19 | Change default log level from `DEBUG` to `INFO` | Sebastian Holmin | 1 | -1/+1 | |
| This will not affect `ci-runtests.sh` as the log level is set to `DEBUG` using the `RUST_LOG` env variable. Most debug logs are not relevant when creating new integration and running them locally, so this is a more sane default. | |||||
| 2024-07-19 | Add error message on failed `rootlesskit` cmd | Sebastian Holmin | 1 | -1/+3 | |
| 2024-07-19 | Clarify valid arguments for `--curent-app` and `--previous-app` | Sebastian Holmin | 1 | -2/+11 | |
| 2024-07-19 | Make previous app version and gui e2e binaries optional | Sebastian Holmin | 7 | -48/+73 | |
| 2024-07-18 | Merge branch 'fix-more-browser-download-bugs' | Linus Färnstrand | 1 | -2/+4 | |
| 2024-07-18 | Clean up browsers who's signature does not match better | Linus Färnstrand | 1 | -0/+1 | |
| 2024-07-18 | Publish browsers from workdir to always get the latest | Linus Färnstrand | 1 | -1/+1 | |
| Avoids publishing only deb or only rpm if the download for some reason only fetched one | |||||
| 2024-07-18 | Copy browser artifact instead of linking | Linus Färnstrand | 1 | -1/+2 | |
| Works cross filesystems | |||||
| 2024-07-18 | Merge branch 'status-listen-bug' | Linus Färnstrand | 2 | -1/+5 | |
| 2024-07-18 | Add fix to changelog | Sebastian Holmin | 1 | -0/+3 | |
| 2024-07-18 | Fix burst daemon events being missed | Sebastian Holmin | 1 | -1/+2 | |
| The daemon event stream was reset between every item, which caused events that arrive while the previous item is being handled to be missed. | |||||
| 2024-07-18 | Run screenshot tests when ruby deps change | Emīls | 1 | -0/+4 | |
| Signed-off-by: Emīls <emils@mullvad.net> | |||||
| 2024-07-18 | Update rexml to 3.3.2 for fastlane | Emīls | 2 | -2/+2 | |
| Signed-off-by: Emīls <emils@mullvad.net> | |||||
| 2024-07-18 | Merge branch 'manage-account-button-not-working-when-offline-droid-1177' | David Göransson | 5 | -17/+14 | |
| 2024-07-18 | Fix account page not opening when offline | David Göransson | 5 | -17/+14 | |
| 2024-07-18 | Merge branch 'account-history-sometimes-briefly-showing-on-login-droid-1063' | David Göransson | 1 | -1/+1 | |
| 2024-07-18 | Hide the lastUsedAccount unless idle | David Göransson | 1 | -1/+1 | |
| 2024-07-18 | Merge branch 'investigate-lifecycle-of-activity-droid-1187' | David Göransson | 2 | -16/+15 | |
| 2024-07-18 | Bind ServiceConnectionManager to Activity | David Göransson | 2 | -16/+15 | |
| 2024-07-17 | Merge branch 'update-wireguard-apple' | Emīls | 8 | -6/+10 | |
| 2024-07-17 | Update wireguard-apple | Emīls | 8 | -6/+10 | |
| 2024-07-17 | Merge branch 'reuse-the-same-tokio-runtime-in-packettunnel-ios-596' | Emīls | 58 | -1420/+703 | |
| 2024-07-17 | Add a Rust FFI, Disable sandboxing for scripts | Bug Magnet | 58 | -1420/+703 | |
| 2024-07-16 | Merge branch 'cve-2019-14899-mitigation-des-461' | Linus Färnstrand | 13 | -84/+498 | |
| 2024-07-16 | Add E2E test of CVE-2019-14899 mitigation | Joakim Hulthe | 11 | -68/+469 | |
| 2024-07-16 | Account for CARGO_TARGET_DIR in e2e test-manager | Joakim Hulthe | 2 | -16/+29 | |
| 2024-07-16 | Merge branch 'fix-dns-e2e-tests' | Linus Färnstrand | 1 | -3/+15 | |
| 2024-07-16 | Fix dns e2e tests | Joakim Hulthe | 1 | -3/+15 | |
| 2024-07-16 | Merge branch 'upgrade-from-yanked-bytes' | Linus Färnstrand | 2 | -4/+4 | |
| 2024-07-16 | Upgrade the `bytes` dependency away from a yanked version with a bug | Linus Färnstrand | 2 | -4/+4 | |
| 2024-07-16 | Merge branch 'fix-browser-download-script' | Linus Färnstrand | 1 | -8/+12 | |
| 2024-07-16 | Fix shellcheck complaints | Linus Färnstrand | 1 | -2/+2 | |
