| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-02-26 | Remove Joda Time and use java.time package instead | Kalle Lindström | 8 | -34/+34 | |
| Joda Time has been superseded by the Java 8 java.time package which has more or less the same API. This commit removes all usage of Joda Time and replaces it with the java.time classes. This is done so that we can remove the dependency on Joda Time. | |||||
| 2025-02-18 | Fix mockapi device list test wait condition | Albin | 1 | -1/+1 | |
| 2025-01-02 | Remove global API endpoint | Emīls | 1 | -6/+1 | |
| 2024-10-08 | Suppress complex dispatch method | David Göransson | 1 | -0/+1 | |
| 2024-10-08 | Fix print stacktrace warning | David Göransson | 1 | -2/+1 | |
| 2024-09-20 | Call dismissChangelogIfShown at the correct time | Jonatan Rhodin | 6 | -9/+8 | |
| 2024-09-16 | Rename test timeout constants | Niklas Berglund | 1 | -2/+2 | |
| 2024-08-30 | Initialize mullvad daemon directly in vpn service on create | Jonatan Rhodin | 1 | -4/+4 | |
| As a consequence move the address resolve to the daemon | |||||
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 4 | -8/+8 | |
| This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes. | |||||
| 2024-06-26 | Migrate log calls to kermit | Albin | 3 | -11/+10 | |
| 2024-06-12 | Format xml files | Albin | 1 | -4/+2 | |
| 2024-06-10 | Unify account number naming | Albin | 9 | -35/+35 | |
| Use variations of "account number" rather than "account token" throughout the kotlin code base. | |||||
| 2024-03-11 | Re-enable expiry text | David Göransson | 1 | -5/+0 | |
| 2024-02-07 | Fix flaky account history mockapi test | Jonatan Rhodin | 1 | -0/+1 | |
| Add some extra time to for the login page to show to improve stability of the test. | |||||
| 2024-02-06 | Remove common lib dependency from test mockapi | Jonatan Rhodin | 2 | -5/+5 | |
| 2024-01-31 | Add account expiry mockapi test | Jonatan Rhodin | 2 | -2/+94 | |
| 2024-01-25 | Unify ensure login assertion | Jonatan Rhodin | 3 | -3/+3 | |
| 2024-01-25 | Add test for showing and using the account history | Jonatan Rhodin | 1 | -0/+49 | |
| 2024-01-25 | Update ktfmt to version 0.16.0 and reformat files | Jonatan Rhodin | 1 | -10/+5 | |
| 2024-01-19 | Add mockapi test for handling too many devices | Jonatan Rhodin | 7 | -41/+179 | |
| 2024-01-18 | Add support for stagemole partner account tests | Albin | 2 | -1/+4 | |
| 2024-01-15 | Add mockapi tests for successful and failed account creation | Jonatan Rhodin | 4 | -0/+67 | |
| 2024-01-11 | Migrate mockapi tests to junit5 | Jonatan Rhodin | 3 | -23/+14 | |
| 2024-01-11 | Synchronize `mullvad-api` and `mullvad-daemon` when the `api-override` | Markus Pettersson | 1 | -2/+1 | |
| 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. | |||||
| 2023-12-29 | Add automate logout ui tests using mockApi | saber safavi | 1 | -0/+40 | |
| 2023-12-18 | Fix changes dialog dismiss in mockapi tests | Albin | 1 | -0/+4 | |
| 2023-10-16 | Refactor custom api endpoint config | Albin | 1 | -11/+7 | |
| 2023-10-12 | Fix login uiautomator flakiness | David Göransson | 1 | -1/+10 | |
| 2023-10-02 | Fix data class issues | David Göransson | 1 | -0/+3 | |
| 2023-10-02 | Add general Konsist tests | David Göransson | 1 | -2/+1 | |
| 2023-09-05 | Remove Android code dealing with forwarded ports | Linus Färnstrand | 1 | -4/+0 | |
| 2023-03-22 | Fix broken notification permission prompt test | saber safavi | 1 | -4/+4 | |
| 2023-03-22 | Apply project-wide `kotlinLangStyle` formatting | Albin | 3 | -93/+79 | |
| 2023-03-16 | Fix notification permission behavior and test | Albin | 1 | -0/+4 | |
| 2023-03-01 | Fix mockapi localhost reference | Albin | 2 | -4/+1 | |
| This fix results in the daemon getting "localhost" as hostname rather than "127.0.0.1". | |||||
| 2023-02-02 | Add logging to mocked web server used for tests | Albin | 2 | -1/+12 | |
| 2023-02-02 | Fix mockapi time format | Albin | 4 | -25/+32 | |
| Ensures mockapi timestamps are set to utc with offset zero and are strictly formatted according to both iso8601 and rfc3339. | |||||
| 2023-01-26 | Log mockapi web server port during tests | Albin | 1 | -0/+2 | |
| 2023-01-25 | Extend login timeout during test | Albin | 1 | -0/+3 | |
| 2023-01-10 | Add mockapi login tests | Albin | 6 | -0/+361 | |
| 2023-01-10 | Add empty :test:mockapi project | Albin | 1 | -0/+7 | |
