summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug
AgeCommit message (Collapse)AuthorFilesLines
2024-10-16Remove legacy optionDavid Göransson1-1/+0
2024-10-16Fix permission warningDavid Göransson1-2/+4
2024-10-08Fix launcher icon warningsDavid Göransson1-1/+1
2024-07-04Add splash screenDavid Göransson1-2/+2
2024-01-12Remove TestActivity since it is not neededJonatan Rhodin3-45/+1
2024-01-08Change launch mode to singleInstance to fix vulnerabilityJonatan Rhodin1-1/+1
2023-12-13Replace EXTERNAL_STORAGE permissions on android api level 33+saber safavi1-2/+6
2023-11-22Format manifestsAlbin1-21/+17
2023-11-07Cleanup redundant manifest app labelsAlbin1-1/+1
2023-01-10Improve test failure screenshot supportAlbin1-0/+4
This commit improves the test failure auto screenshot on newer devices. It also removes the auto-download of screenshots via gradle as it's rarely used.
2023-01-10Fix test activity pathAlbin1-0/+0
2022-12-08Bump Android project to java 11 and gradle 7.6Albin1-2/+1
2022-04-20Add webview to enable e2e test verificationAlbin3-0/+58
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.