summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
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
2024-01-05Add automate logout ui testssaber safavi4-20/+63
2024-01-04Add workspace level lintsLinus Färnstrand2-2/+3
2024-01-04Remove error message when changing the voucher inputJonatan Rhodin2-0/+27
2024-01-04Logout user when "Go to login" is clicked.David Göransson3-8/+35
2024-01-04Handle device revocation on ConnectScreenDavid Göransson2-1/+17
2024-01-04Update go version to 1.21.3 in fdroid-buildJonatan Rhodin1-2/+2
2024-01-03Update base linux image and go patchJonatan Rhodin2-36/+46
2024-01-02Update gradle verification fileJonatan Rhodin1-245/+37
2024-01-02Remove unused dependenciesJonatan Rhodin7-39/+1
2023-12-29Align dialog titlesDavid Göransson6-22/+10
2023-12-29Make remove dns destructiveDavid Göransson1-1/+2
2023-12-29Add automate logout ui tests using mockApisaber safavi2-0/+44
2023-12-29Fix background color on welcome screenDavid Göransson1-9/+2
2023-12-21Support new tunnel state API in the Android frontend.David Göransson28-441/+82
Remove `get_current_location` from jni.
2023-12-19Lift IS_PLAY_BUILDDavid Göransson20-68/+128
2023-12-19Scroll to selected countryDavid Göransson1-0/+25
2023-12-18Fix changes dialog dismiss in mockapi testsAlbin2-0/+13
2023-12-14Update manifest to support fullUser & adjustResizeDavid Göransson1-2/+2
2023-12-14Remove old fragment navigationDavid Göransson37-1686/+0
2023-12-14Migrate to Compose DestinationsDavid Göransson113-3015/+4081
2023-12-14Add OutOfTimeUseCaseDavid Göransson2-0/+205
2023-12-14Add compose destinations navigation dependencyDavid Göransson5-271/+550
2023-12-14Add navigational graph diagramDavid Göransson4-1/+38
2023-12-13Replace EXTERNAL_STORAGE permissions on android api level 33+saber safavi4-37/+27
2023-12-07update account history on login/create accountDavid Göransson1-2/+2
2023-12-07Add unit test in the login view model testMaryamShaghaghi1-2/+29
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>