summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2022-06-15Simplify device transition flowAlbin3-18/+35
2022-06-15Improve revoked ui stateAlbin6-23/+27
2022-06-15Add revoked ui testsAlbin3-0/+107
2022-06-15Add revoked vm testsAlbin2-1/+142
2022-06-15Suppress false positive CVE-2021-22569Albin2-0/+16
2022-06-15Add Android device revoked viewAlbin12-26/+299
2022-06-15Add initial compose componentsAlbin7-0/+241
2022-06-15Add compose dependenciesAlbin3-0/+35
2022-06-15Improve state handlingAlbin5-68/+97
2022-06-15Ensure all device events are propagatedAlbin2-5/+6
2022-06-14Fix missing IPC event unregistrationAlbin2-2/+21
2022-06-14Fix failing test due to non-loaded di modulesAlbin1-1/+18
2022-06-13Perform a clippy --fixjonathan3-14/+11
2022-05-31Fix lifecycle owner view crashAlbin1-3/+2
2022-05-31Use Koin for login vmAlbin4-32/+11
2022-05-31Adapt device repo to new service managementAlbin9-60/+82
2022-05-31Refactor Android service connection managementAlbin12-94/+172
2022-05-31Fix Koin lifecycle crashAlbin2-2/+2
2022-05-25Simplify device removal eventDavid Lönnhager1-1/+0
2022-05-20Avoid loading the UI DI module in all processesAlbin2-8/+15
2022-05-20Rename Android UI DI moduleAlbin2-3/+3
2022-05-18Remove Android wireguard key viewAlbin15-640/+1
2022-05-17Refactor Android account clearingAlbin1-9/+8
2022-05-17Remove expiry invalidationAlbin6-26/+8
2022-05-17Fix login vm unit testsAlbin2-105/+38
2022-05-17Cleanup login statusAlbin7-69/+12
2022-05-17Refactor account expiryAlbin13-191/+148
2022-05-17Fix Android history fetchingAlbin4-2/+17
2022-05-17Refactor Android account historyAlbin7-26/+49
2022-05-17Add Android login eventAlbin5-29/+45
2022-05-17Use separate event for Android account creationAlbin5-2/+53
2022-05-17Fix app stuck at launch if device revokedAlbin1-0/+9
2022-05-17Fix Android device state refreshAlbin2-13/+14
2022-05-13Remove unused macro expressionsEmīls1-50/+0
2022-05-12Adapt new device event/state to AndroidAlbin8-25/+31
2022-05-05Adapt Android naming to AccountAndDeviceAlbin3-8/+8
2022-05-05Hide private device type in `mullvad-daemon`David Lönnhager4-9/+9
2022-04-25Fix Android gradle release configAlbin1-0/+3
2022-04-22Add Android e2e test readmeAlbin1-0/+56
2022-04-20Fix/suppress dependency audit issuesAlbin6-5/+21
2022-04-20Exclude e2e lintClassPath from dependency checkAlbin1-0/+8
2022-04-20Adapt e2e test to updated conncheck pageAlbin1-3/+3
2022-04-20Add Android e2e connection testAlbin10-4/+178
2022-04-20Add webview to enable e2e test verificationAlbin4-0/+59
2022-04-20Add basic Android e2e login testsAlbin3-0/+83
2022-04-20Add mechanism to reset an account before e2e testsAlbin10-3/+284
2022-04-20Add Android e2e test to open web linkAlbin6-0/+69
2022-04-20Add Android e2e screenshot ruleAlbin5-0/+76
2022-04-20Add Android e2e base test classAlbin5-30/+66
2022-04-20Add Android e2e test moduleAlbin9-0/+98