summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31Add account expiry mockapi testJonatan Rhodin5-3/+110
2024-01-25Unify ensure login assertionJonatan Rhodin3-3/+3
2024-01-25Add test for showing and using the account historyJonatan Rhodin1-0/+49
2024-01-25Update gradle verification fileJonatan Rhodin1-194/+331
2024-01-25Update koin version to 3.5.3Jonatan Rhodin1-2/+2
2024-01-25Update commons validator to version 1.8.0Jonatan Rhodin1-1/+1
2024-01-25Update mockserver version to 4.12.0Jonatan Rhodin1-1/+1
2024-01-25Update ktfmt to version 0.16.0 and reformat filesJonatan Rhodin16-42/+27
2024-01-25Update version of androidx librariesJonatan Rhodin1-2/+2
2024-01-25Remove unused librariesJonatan Rhodin3-8/+0
2024-01-24Update gradle plugin version to 8.2.1Jonatan Rhodin2-239/+219
2024-01-23Remove unused ApplicationsIconManagerJonatan Rhodin4-158/+0
2024-01-23Handle exceptions when getting app icon in SplitTunnelingScreenJonatan Rhodin2-2/+20
2024-01-19Fix testsJonatan Rhodin2-24/+58
2024-01-19Improve handling of empty relay listJonatan Rhodin5-118/+132
2024-01-19Fetch the relay list when entering the select location screenJonatan Rhodin4-1/+13
2024-01-19Try to mitigate timing errors when getting the relay listJonatan Rhodin1-1/+5
2024-01-19Add mockapi test for handling too many devicesJonatan Rhodin8-41/+184
2024-01-19Try to wait until daemon is ready before leaving PrivacyScreenDavid Göransson5-11/+87
2024-01-18Add firebase stagemole e2e tests actionAlbin2-1/+12
2024-01-18Add flavor and partner support to test scriptAlbin1-36/+117
2024-01-18Add support for stagemole partner account testsAlbin16-67/+153
2024-01-18Add flavor support to e2e and mockapi testsAlbin3-4/+51
2024-01-18Rename app variant tripleAlbin2-2/+2
2024-01-18Add annotation to skip test for certain flavorsAlbin2-0/+27
This makes it possible to skip certain tests that might not be supported across all flavors. For example tests that relate to whether a flavor is targeted to Google Play and therefore either include or exclude certain functionality of the app.
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-16Update gradle verification fileJonatan Rhodin1-10/+10
2024-01-15Migrate ipc tests to junit5Jonatan Rhodin2-1/+4
2024-01-15Replace After with AfterEach from junit5Jonatan Rhodin1-2/+2
2024-01-15Migrate logout e2e test to junit5Jonatan Rhodin1-7/+4
2024-01-15Add konsist checks to block the use of junit4Jonatan Rhodin1-0/+30
2024-01-15Fix missing junit5 konsist gradle configAlbin1-0/+3
2024-01-15Update lint baselinesAlbin1-220/+0
2024-01-15Ignore ImpliedQuantity lint issueAlbin1-1/+3
Instead tracked externally (DROID-245) since the same texts are used across multiple platforms.
2024-01-15Add mockapi tests for successful and failed account creationJonatan Rhodin6-3/+82
2024-01-12Remove TestActivity since it is not neededJonatan Rhodin3-45/+1
2024-01-11Update lint baselinesAlbin4-105/+46
2024-01-11Fix notification permission lint issuesaber safavi5-16/+19
2024-01-11Update gradle verification fileJonatan Rhodin1-42/+155
2024-01-11Run firebase tests on Junit5Jonatan Rhodin1-0/+1
2024-01-11Convert Konsist tests to junit5 and run them in parallelJonatan Rhodin11-11/+16
2024-01-11Migrate e2e tests to junit5Jonatan Rhodin7-35/+47
2024-01-11Migrate mockapi tests to junit5Jonatan Rhodin7-34/+52
2024-01-11Migrate billing tests to Junit5 and add billing unit tests to ciJonatan Rhodin3-14/+18
2024-01-11Convert screen tests to Junit5David Göransson19-2321/+2484
2024-01-11Migrate app unit tests to Junit5David Göransson33-553/+549
2024-01-11Synchronize `mullvad-api` and `mullvad-daemon` when the `api-override`Markus Pettersson3-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-09Remove version and publish cargo metadataLinus Färnstrand1-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-08Change launch mode to singleInstance to fix vulnerabilityJonatan Rhodin2-2/+6
2024-01-05Fix broken e2e tests for ConnectScreen and WebLinksaber safavi3-10/+14