| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-09 | Disable IPv6 test due to flakiness | Jonatan Rhodin | 1 | -0/+4 | |
| 2026-02-27 | Update to build app with Java 21 | Kalle Lindström | 5 | -61/+5 | |
| 2026-02-26 | Fix account history test | David Göransson | 2 | -0/+6 | |
| 2026-02-26 | Fix login test regression | David Göransson | 1 | -3/+2 | |
| The test suite looks for the next button after the login textfield, this caused it to find the hide/show input button instead. We now try to find the login button based on a test tag instead. | |||||
| 2026-02-17 | Use MullvadListItem in SelectLocationScreen | Kalle Lindström | 1 | -2/+4 | |
| 2026-02-16 | Clean up app obfuscation and screen test errors | Jonatan Rhodin | 1 | -7/+0 | |
| 2026-02-09 | Introduce DAITA feature module | David Göransson | 3 | -4/+3 | |
| Add new DAITA feature module along with convention plugins for: - New features - Unit tests - Instrumented tests These makes it easier to get make a new feature module along with simplifying the use of tests in submodules. | |||||
| 2026-02-02 | Rename daemon-grpc to grpc | David Göransson | 2 | -2/+2 | |
| 2026-01-19 | Fix screen rotation mock api test | Jonatan Rhodin | 1 | -1/+1 | |
| 2026-01-16 | Add device rotation test | Kalle Lindström | 1 | -0/+43 | |
| This makes sure that the app doesn't crash after having logged in and the user rotates the device. | |||||
| 2026-01-16 | Replace mock webserver with ktor | Jonatan Rhodin | 18 | -248/+279 | |
| 2026-01-08 | Increase stability for server ip override test | Jonatan Rhodin | 1 | -0/+3 | |
| 2026-01-07 | Improve baseline user journey | Jonatan Rhodin | 4 | -3/+48 | |
| 2025-12-22 | Increase timeout for server ip override test | David Göransson | 3 | -25/+30 | |
| 2025-12-22 | Attempt to make server ip overrides test less flaky | Jonatan Rhodin | 3 | -1/+11 | |
| 2025-12-18 | Fix wireguard obfuscation off e2e test | Jonatan Rhodin | 2 | -2/+11 | |
| 2025-12-16 | Add device ipv6 test | Jonatan Rhodin | 5 | -14/+58 | |
| 2025-12-15 | Support blocking Ipv6 in E2E tests | Karl Lindström | 4 | -40/+62 | |
| If the device uses ipv6 to talk to RAAS we need to block the ipv6 source address as well. | |||||
| 2025-12-10 | Use grpc to set settings | David Göransson | 7 | -37/+65 | |
| 2025-12-10 | Add test to check that automatic uses all obfuscations | Jonatan Rhodin | 4 | -2/+76 | |
| 2025-12-10 | Add new Anti-censorship sub setting group | Kalle Lindström | 8 | -121/+167 | |
| 2025-12-05 | Implement new design for settings and subviews | Jonatan Rhodin | 2 | -17/+21 | |
| 2025-12-05 | Fix stale object exception for server override test | Jonatan Rhodin | 2 | -5/+11 | |
| 2025-12-03 | Fix server ip override flakiness | Jonatan Rhodin | 2 | -0/+17 | |
| 2025-12-03 | Update login text to log in | David Göransson | 1 | -1/+1 | |
| 2025-12-03 | Add server ip overrides mock api test | Jonatan Rhodin | 13 | -14/+191 | |
| 2025-12-01 | Add multihop e2e test | Jonatan Rhodin | 2 | -0/+35 | |
| 2025-12-01 | Add mock api tests for recents | Kalle Lindström | 10 | -6/+11729 | |
| 2025-12-01 | Add test for in-tunnel Ipv6 | David Göransson | 3 | -0/+30 | |
| 2025-11-21 | Make e2e tests using the partner api more stable | Jonatan Rhodin | 1 | -1/+13 | |
| - Add 3 retries for all partner api requests - Do not fail tests if it is not possible to delete the account | |||||
| 2025-11-20 | Update create account string | David Göransson | 1 | -1/+1 | |
| 2025-11-20 | Fix tests that gave false positives | Jonatan Rhodin | 1 | -58/+62 | |
| 2025-11-20 | Delete partner user accounts after test completion | Jonatan Rhodin | 5 | -21/+61 | |
| Co-authored-by: David Göransson <david.goransson@mullvad.net> | |||||
| 2025-11-12 | Add wireguard custom port test | Jonatan Rhodin | 4 | -9/+82 | |
| 2025-11-11 | Use :test:common module in baseline profile module | Kalle Lindström | 5 | -16/+54 | |
| 2025-11-07 | Move buildSrc utilities to build-logic plugin | Albin | 4 | -0/+18 | |
| 2025-10-27 | Increase test timeout | David Göransson | 1 | -25/+27 | |
| 2025-10-27 | Update ktfmt to 0.25.0 | Jonatan Rhodin | 1 | -38/+38 | |
| 2025-10-23 | Fix failing test due to time zone change | Kalle Lindström | 3 | -4/+4 | |
| 2025-10-10 | Decrease the time we wait for a connection to fail during tests | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-10-09 | Implement LWO on android | Jonatan Rhodin | 4 | -2/+70 | |
| 2025-10-06 | Document runBlocking in TrafficGenerator | David Göransson | 1 | -1/+2 | |
| A comment is added to clarify that `runBlocking` is used intentionally to prevent tests from skipping delays. The `suspend` modifier, which was redundant, has been removed from the `generateTraffic` function. | |||||
| 2025-10-06 | Warn users about android 16 upgrade issue | David Göransson | 1 | -1/+4 | |
| 2025-09-29 | Format code | Jonatan Rhodin | 1 | -42/+42 | |
| 2025-09-12 | Add better support for variant filters | David Göransson | 2 | -8/+3 | |
| 2025-09-10 | Add inital baseline profile generation | Kalle Lindström | 5 | -2/+229 | |
| To improve startup performance this PR adds a baseline profile generation module in test/baselineprofile. The baseline profile plugin requires Junit4 so that is also added as a dependency. A baseline-prof.txt was also generated by running `./gradlew generatePlayProdReleaseBaselineProfile` and checked in. The tests that generate the baselineprofile currently only start the app and accepts the privacy policy. This should be improved later on to improve the startup performance. | |||||
| 2025-09-03 | Add connection test for QUIC | David Göransson | 4 | -0/+32 | |
| 2025-09-03 | Add UI support for QUIC setting | Jonatan Rhodin | 1 | -0/+51 | |
| 2025-08-28 | Use rust-android-gradle plugin as submodule | Kalle Lindström | 1 | -1/+10 | |
| 2025-08-19 | Update ui automator | Jonatan Rhodin | 1 | -2/+5 | |
