summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug/kotlin
AgeCommit message (Collapse)AuthorFilesLines
2024-01-12Remove TestActivity since it is not neededJonatan Rhodin1-23/+0
2023-01-10Fix test activity pathAlbin1-0/+0
2022-04-20Add webview to enable e2e test verificationAlbin1-0/+23
The webview is added to the debug build type of the main app, but it's current purpose is only to enable verification as part of e2e tests. One example is to open the webview on the device while connected and verify the results of the Mullvad Connection Check.