| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-10 | Fix incorrect cargo command | David Göransson | 1 | -1/+1 | |
| 2026-03-04 | Add script to create draft release on github | Jonatan Rhodin | 5 | -0/+245 | |
| 2026-02-26 | Add script to generate Android guide screenshots | Kalle Lindström | 4 | -0/+359 | |
| 2026-02-10 | Bump test orchestrator and test-services | David Göransson | 1 | -2/+2 | |
| 2026-02-02 | Update paths to resource module | David Göransson | 1 | -4/+4 | |
| 2026-01-21 | Add new version system to android | David Lönnhager | 3 | -0/+223 | |
| - Use the same version code as desktop - Use json array provided by the releases page via the api to determine if the current version of the app is supported - Add code to update the supported version array and latest version via the builder server Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> | |||||
| 2025-07-10 | Fix incorrect check of RAAS | David Göransson | 1 | -1/+1 | |
| 2025-07-10 | Add e2e test for Google play purchases | David Göransson | 1 | -0/+7 | |
| 2025-07-07 | Simplify prepare script dirty check syntax | Albin | 1 | -1/+1 | |
| 2025-07-07 | Handle untracked changes in pre-flight checks | David Göransson | 1 | -1/+1 | |
| 2025-07-07 | Handle untracked changes in prepare script | David Göransson | 1 | -1/+1 | |
| `git diff` can not diff untracked files, this commit makes use of `git status` to detect changes instead. Since the relays.json is not checked in it would otherwise not correct add the commit for the relays.json. | |||||
| 2025-06-30 | Clarify script output | Albin | 1 | -3/+6 | |
| 2025-06-30 | Handle unchanged version in prepare script | Albin | 1 | -0/+4 | |
| 2025-06-30 | Handle missing or unchanged relay list in prepare script | Albin | 1 | -3/+9 | |
| 2025-05-21 | Update CI jobs to use new property naming scheme | David Göransson | 1 | -9/+19 | |
| 2025-05-09 | Fix regex for single test | David Göransson | 1 | -1/+1 | |
| When only 1 test is being run, the string will be "test" instead of tests causing the regex match to fail. | |||||
| 2025-04-03 | Fix android logs not working correct with e2e tests | David Göransson | 1 | -2/+8 | |
| Currently we use `logcat -d` this will dump the current logs however this relies on the buffer of app logs being long enough which didn't end up being the case. Now we starting logging in the begging of the test and stop once all tests are complete. | |||||
| 2025-03-20 | Update lockfile script | David Göransson | 2 | -100/+193 | |
| - Add the ability to refresh all keys - Add script to verify lockfile keys | |||||
| 2025-03-13 | Use lint only when generating a new verification metadata file | Jonatan Rhodin | 1 | -8/+2 | |
| Also remove excluded cargo task as it is no longer needed | |||||
| 2025-03-13 | Improve lockfile task order | Albin | 1 | -1/+1 | |
| This is done to earlier detect lint issues. | |||||
| 2025-03-06 | Fix android prepare script push suggestion | Albin | 1 | -6/+6 | |
| 2025-03-05 | Fix relay list preparation | Albin | 1 | -3/+3 | |
| 2025-02-10 | Bump orchestrator in instrumentation test script | Albin | 1 | -1/+1 | |
| 2025-02-04 | Update Android prepare release script | Oskar | 1 | -65/+17 | |
| 2025-02-04 | Move prepare-release script to android directory | Oskar | 1 | -0/+113 | |
| 2025-01-28 | Bundle a pre-generated relay list instead of generating one | Jonatan Rhodin | 1 | -1/+0 | |
| The android app will try to bundle the relays.json found under dist-assets/relays/ if it exists. Otherwise it will rely on the relay list downloaded by the api. For alpha, beta and stable release builds it is required to have a bundled relays.json file. | |||||
| 2025-01-27 | Upload test attachments | Albin | 1 | -0/+2 | |
| 2025-01-08 | Add gradle rust plugin | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-12-12 | Remove machines file except on Windows | David Lönnhager | 1 | -1/+0 | |
| 2024-12-03 | Implement UDP-over-TCP e2e test and firewall API client | Niklas Berglund | 1 | -1/+3 | |
| 2024-11-18 | Convert build to runtime arguments | David Göransson | 1 | -2/+2 | |
| 2024-11-04 | Exclude maybenot bundle check in lockfile script | Albin | 1 | -0/+1 | |
| 2024-10-15 | Add minimal leak tests for Android | Niklas Berglund | 1 | -1/+5 | |
| 2024-10-04 | Add signature verification to gradle dependencies | Jonatan Rhodin | 1 | -2/+57 | |
| 2024-08-19 | Fix for failing mockapi and e2e tests | Niklas Berglund | 1 | -0/+2 | |
| 2024-08-15 | Refactor lockfile script and gradle tasks | Albin | 1 | -2/+19 | |
| 2024-08-07 | Do not accept 0 tests passed | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-07-31 | Fix run test locally script | David Göransson | 1 | -1/+4 | |
| 2024-07-31 | Match on success message | David Göransson | 1 | -5/+5 | |
| 2024-07-30 | Bump junit | David Göransson | 1 | -2/+2 | |
| 2024-06-18 | Use temp dirs in lockfile script | Albin | 1 | -1/+21 | |
| 2024-06-17 | Skip using podman in lockfile script | Albin | 1 | -5/+1 | |
| This makes it easier to use the script in a wider range of environments and if needed it can still be executed within a container. | |||||
| 2024-06-12 | Fix outdated tidy script paths | Albin | 1 | -24/+30 | |
| 2024-06-10 | Unify account number naming | Albin | 1 | -8/+8 | |
| Use variations of "account number" rather than "account token" throughout the kotlin code base. | |||||
| 2024-03-01 | Fix argument parsing in test repeat script | Albin | 1 | -3/+10 | |
| 2024-02-14 | Fix actions report upload | Albin | 1 | -14/+18 | |
| 2024-02-07 | Fix test runner temp dir | Albin | 1 | -3/+7 | |
| This fix ensures that the script can be run by multiple users on the same machine. | |||||
| 2024-02-02 | Fix `shellcheck` lints of our various bash scripts | Sebastian Holmin | 3 | -9/+12 | |
| The following lints have been fixed: SC2046,SC2086,SC2068,SC2148,SC2007,SC2004,SC2006, SC2164,SC2145,SC1091,SC2034,SC2155. | |||||
| 2024-01-18 | Add flavor and partner support to test script | Albin | 1 | -36/+117 | |
| 2024-01-11 | Convert screen tests to Junit5 | David Göransson | 1 | -0/+2 | |
