| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-04 | Bump agp related vulnerabilities one month | Jonatan Rhodin | 1 | -3/+3 | |
| 2024-09-02 | Fix tests | David Göransson | 1 | -22/+5 | |
| 2024-09-02 | Move to CollectSideEffectWithLifecycle | David Göransson | 20 | -96/+91 | |
| 2024-08-30 | Fix foreground not starting in time | David Göransson | 1 | -24/+25 | |
| 2024-08-30 | Clarify start foreground comment | David Göransson | 1 | -1/+2 | |
| 2024-08-30 | Fix incorrect offline notification when not blocking | David Göransson | 1 | -3/+3 | |
| 2024-08-30 | Add notification throttling | David Göransson | 1 | -1/+13 | |
| 2024-08-30 | Initialize mullvad daemon directly in vpn service on create | Jonatan Rhodin | 14 | -117/+95 | |
| As a consequence move the address resolve to the daemon | |||||
| 2024-08-30 | Update gradle lockfile | Albin | 1 | -119/+137 | |
| 2024-08-30 | Bump gradle to 8.10 | Albin | 4 | -6/+10 | |
| 2024-08-29 | Update split tunneling description | Jonatan Rhodin | 20 | -20/+1 | |
| 2024-08-29 | Increase timeout when waiting for connection | Niklas Berglund | 1 | -1/+1 | |
| 2024-08-28 | Suppress long compose function lint warnings | Albin | 3 | -2/+3 | |
| These functions are better refactored separately from the current work with reformatting the code. | |||||
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 360 | -2277/+1981 | |
| This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes. | |||||
| 2024-08-28 | Update gradle lockfile | Albin | 1 | -16/+19 | |
| 2024-08-28 | Bump ktfmt plugin to 0.20.1 | Albin | 1 | -1/+1 | |
| 2024-08-28 | Fix resource dependency | David Göransson | 2 | -1/+1 | |
| 2024-08-27 | Handle alternative wording for deleting VPN profile | Niklas Berglund | 1 | -2/+10 | |
| 2024-08-27 | Wait for login button to be enabled | Niklas Berglund | 1 | -1/+3 | |
| 2024-08-27 | Re-enable testConnectAndVerifyWithConnectionCheck | Niklas Berglund | 2 | -3/+2 | |
| 2024-08-27 | Use std LazyLock instead of once_cell Lazy | David Lönnhager | 3 | -11/+11 | |
| 2024-08-26 | Add support for feature indicators for tunnel state | Jonatan Rhodin | 14 | -125/+246 | |
| 2024-08-23 | Add error logs for all unknown errors | Jonatan Rhodin | 1 | -5/+64 | |
| 2024-08-23 | Fix unit tests | Jonatan Rhodin | 10 | -27/+41 | |
| 2024-08-23 | Propagate disconnect errors to the ui | Jonatan Rhodin | 5 | -5/+40 | |
| 2024-08-23 | Propagate reconnect errors to the ui | Jonatan Rhodin | 1 | -1/+3 | |
| 2024-08-23 | Propagate logout errors to the ui | Jonatan Rhodin | 3 | -6/+14 | |
| 2024-08-23 | Propagate clear account history errors | Jonatan Rhodin | 2 | -9/+29 | |
| 2024-08-23 | Add konsist tests for management service to avoid missing Either | Jonatan Rhodin | 1 | -0/+31 | |
| 2024-08-23 | Wrap missing external calls in either catch | Jonatan Rhodin | 3 | -16/+29 | |
| 2024-08-23 | Bump Android container base image to mullvadvpn-app-build:0186b645c | Linus Färnstrand | 1 | -1/+1 | |
| 2024-08-21 | Disable testLoginWithInvalidCredentials | Niklas Berglund | 1 | -1/+2 | |
| 2024-08-21 | Handle null response object | Niklas Berglund | 2 | -2/+8 | |
| 2024-08-21 | Rerun flaky tests in Firebase | Niklas Berglund | 2 | -0/+2 | |
| 2024-08-21 | Fix unit tests | Jonatan Rhodin | 2 | -4/+5 | |
| 2024-08-21 | Add support for translated location names | David Göransson | 12 | -9/+181 | |
| 2024-08-21 | Generate relay_locations.xml | David Göransson | 20 | -0/+3160 | |
| 2024-08-21 | Support generating relay locations | David Göransson | 1 | -5/+108 | |
| 2024-08-21 | Update changelog for android/2024.4-beta2 | Albin | 1 | -0/+8 | |
| 2024-08-21 | Update changelog for android/2024.4-beta1 | David Göransson | 1 | -3/+13 | |
| 2024-08-21 | Set empty shadowsocks port when setting obfuscation settings | Jonatan Rhodin | 1 | -0/+1 | |
| 2024-08-21 | Fix voucher dialog view model tests | Jonatan Rhodin | 1 | -8/+13 | |
| 2024-08-21 | Add error for voucher code looks like an account number | David Göransson | 6 | -6/+43 | |
| 2024-08-21 | Add voucher code domain model | David Göransson | 2 | -0/+65 | |
| 2024-08-21 | Update changelog | Jonatan Rhodin | 1 | -0/+1 | |
| 2024-08-21 | Align colors with material design | Jonatan Rhodin | 98 | -752/+1028 | |
| Co-authored-by: Matilda <matilda@mullvad.net> | |||||
| 2024-08-20 | Log response status code on error | Niklas Berglund | 1 | -3/+9 | |
| 2024-08-20 | Move account setup to beforeEach | Niklas Berglund | 1 | -12/+7 | |
| 2024-08-19 | Update lockfile | Niklas Berglund | 1 | -3/+8 | |
| 2024-08-19 | Fix for failing mockapi and e2e tests | Niklas Berglund | 13 | -34/+72 | |
