| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-01-16 | Update gradle verification file | Jonatan Rhodin | 1 | -10/+10 | |
| 2024-01-15 | Migrate ipc tests to junit5 | Jonatan Rhodin | 2 | -1/+4 | |
| 2024-01-15 | Replace After with AfterEach from junit5 | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-01-15 | Migrate logout e2e test to junit5 | Jonatan Rhodin | 1 | -7/+4 | |
| 2024-01-15 | Add konsist checks to block the use of junit4 | Jonatan Rhodin | 1 | -0/+30 | |
| 2024-01-15 | Fix missing junit5 konsist gradle config | Albin | 1 | -0/+3 | |
| 2024-01-15 | Update lint baselines | Albin | 1 | -220/+0 | |
| 2024-01-15 | Ignore ImpliedQuantity lint issue | Albin | 1 | -1/+3 | |
| Instead tracked externally (DROID-245) since the same texts are used across multiple platforms. | |||||
| 2024-01-15 | Add mockapi tests for successful and failed account creation | Jonatan Rhodin | 6 | -3/+82 | |
| 2024-01-12 | Remove TestActivity since it is not needed | Jonatan Rhodin | 3 | -45/+1 | |
| 2024-01-11 | Update lint baselines | Albin | 4 | -105/+46 | |
| 2024-01-11 | Fix notification permission lint issue | saber safavi | 5 | -16/+19 | |
| 2024-01-11 | Update gradle verification file | Jonatan Rhodin | 1 | -42/+155 | |
| 2024-01-11 | Run firebase tests on Junit5 | Jonatan Rhodin | 1 | -0/+1 | |
| 2024-01-11 | Convert Konsist tests to junit5 and run them in parallel | Jonatan Rhodin | 11 | -11/+16 | |
| 2024-01-11 | Migrate e2e tests to junit5 | Jonatan Rhodin | 7 | -35/+47 | |
| 2024-01-11 | Migrate mockapi tests to junit5 | Jonatan Rhodin | 7 | -34/+52 | |
| 2024-01-11 | Migrate billing tests to Junit5 and add billing unit tests to ci | Jonatan Rhodin | 3 | -14/+18 | |
| 2024-01-11 | Convert screen tests to Junit5 | David Göransson | 19 | -2321/+2484 | |
| 2024-01-11 | Migrate app unit tests to Junit5 | David Göransson | 33 | -553/+549 | |
| 2024-01-11 | Synchronize `mullvad-api` and `mullvad-daemon` when the `api-override` | Markus Pettersson | 3 | -8/+4 | |
| feature is enabled Move the logic for using overridden API endpoints for API calls from `mullvad-api::rest` to `mullvad_daemon::api`. This is in line with how the interaction between the two crates work for a normal release build, i.e. when the `api-override` feature is disabled. This commit also removes references to `force_direct_connection` in the Android code. The flag does not exist in the `mullvad-*` rust crates anymore, so it would be erroneous to try to serialize/deserialize the value from the Android client. | |||||
| 2024-01-09 | Remove version and publish cargo metadata | Linus Färnstrand | 1 | -2/+0 | |
| Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free" | |||||
| 2024-01-08 | Change launch mode to singleInstance to fix vulnerability | Jonatan Rhodin | 2 | -2/+6 | |
| 2024-01-05 | Fix broken e2e tests for ConnectScreen and WebLink | saber safavi | 3 | -10/+14 | |
| 2024-01-05 | Add automate logout ui tests | saber safavi | 4 | -20/+63 | |
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 2 | -2/+3 | |
| 2024-01-04 | Remove error message when changing the voucher input | Jonatan Rhodin | 2 | -0/+27 | |
| 2024-01-04 | Logout user when "Go to login" is clicked. | David Göransson | 3 | -8/+35 | |
| 2024-01-04 | Handle device revocation on ConnectScreen | David Göransson | 2 | -1/+17 | |
| 2024-01-04 | Update go version to 1.21.3 in fdroid-build | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-01-03 | Update base linux image and go patch | Jonatan Rhodin | 2 | -36/+46 | |
| 2024-01-02 | Update gradle verification file | Jonatan Rhodin | 1 | -245/+37 | |
| 2024-01-02 | Remove unused dependencies | Jonatan Rhodin | 7 | -39/+1 | |
| 2023-12-29 | Align dialog titles | David Göransson | 6 | -22/+10 | |
| 2023-12-29 | Make remove dns destructive | David Göransson | 1 | -1/+2 | |
| 2023-12-29 | Add automate logout ui tests using mockApi | saber safavi | 2 | -0/+44 | |
| 2023-12-29 | Fix background color on welcome screen | David Göransson | 1 | -9/+2 | |
| 2023-12-21 | Support new tunnel state API in the Android frontend. | David Göransson | 28 | -441/+82 | |
| Remove `get_current_location` from jni. | |||||
| 2023-12-19 | Lift IS_PLAY_BUILD | David Göransson | 20 | -68/+128 | |
| 2023-12-19 | Scroll to selected country | David Göransson | 1 | -0/+25 | |
| 2023-12-18 | Fix changes dialog dismiss in mockapi tests | Albin | 2 | -0/+13 | |
| 2023-12-14 | Update manifest to support fullUser & adjustResize | David Göransson | 1 | -2/+2 | |
| 2023-12-14 | Remove old fragment navigation | David Göransson | 37 | -1686/+0 | |
| 2023-12-14 | Migrate to Compose Destinations | David Göransson | 113 | -3015/+4081 | |
| 2023-12-14 | Add OutOfTimeUseCase | David Göransson | 2 | -0/+205 | |
| 2023-12-14 | Add compose destinations navigation dependency | David Göransson | 5 | -271/+550 | |
| 2023-12-14 | Add navigational graph diagram | David Göransson | 4 | -1/+38 | |
| 2023-12-13 | Replace EXTERNAL_STORAGE permissions on android api level 33+ | saber safavi | 4 | -37/+27 | |
| 2023-12-07 | update account history on login/create account | David Göransson | 1 | -2/+2 | |
| 2023-12-07 | Add unit test in the login view model test | MaryamShaghaghi | 1 | -2/+29 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
