summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/main
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Fix SplitTunnelingScreen and SplitTunnelingCellJonatan Rhodin5-80/+103
2024-02-05Remove all direct usages of mullvad colorsJonatan Rhodin7-32/+35
2024-01-31Add account expiry mockapi testJonatan Rhodin2-1/+8
2024-01-25Update ktfmt to version 0.16.0 and reformat filesJonatan Rhodin12-27/+19
2024-01-23Remove unused ApplicationsIconManagerJonatan Rhodin2-31/+0
2024-01-23Handle exceptions when getting app icon in SplitTunnelingScreenJonatan Rhodin2-2/+20
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-19Try to wait until daemon is ready before leaving PrivacyScreenDavid Göransson5-11/+87
2024-01-11Fix notification permission lint issuesaber safavi1-9/+2
2024-01-11Convert screen tests to Junit5David Göransson1-1/+1
2024-01-08Change launch mode to singleInstance to fix vulnerabilityJonatan Rhodin1-1/+5
2024-01-05Fix broken e2e tests for ConnectScreen and WebLinksaber safavi2-3/+7
2024-01-04Remove error message when changing the voucher inputJonatan Rhodin1-0/+2
2024-01-04Logout user when "Go to login" is clicked.David Göransson2-8/+32
2024-01-04Handle device revocation on ConnectScreenDavid Göransson2-1/+17
2023-12-29Align dialog titlesDavid Göransson6-22/+10
2023-12-29Make remove dns destructiveDavid Göransson1-1/+2
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öransson11-68/+35
2023-12-19Lift IS_PLAY_BUILDDavid Göransson13-39/+62
2023-12-19Scroll to selected countryDavid Göransson1-0/+25
2023-12-14Update manifest to support fullUser & adjustResizeDavid Göransson1-2/+2
2023-12-14Remove old fragment navigationDavid Göransson28-1474/+0
2023-12-14Migrate to Compose DestinationsDavid Göransson84-1717/+3089
2023-12-14Add OutOfTimeUseCaseDavid Göransson1-0/+77
2023-12-07update account history on login/create accountDavid Göransson1-2/+2
2023-12-07Check network availabilityMaryamShaghaghi5-2/+36
2023-12-07Allow one line in login input fieldMaryamShaghaghi1-2/+6
2023-12-06Try to verify purchases directly after a purchase has failedJonatan Rhodin3-6/+9
2023-12-06Add exponential back off for api verification of purchasesJonatan Rhodin4-6/+64
2023-12-06Fix select location navigate backDavid Göransson1-2/+2
2023-12-06Convert select location back button into IconButtonDavid Göransson2-21/+20
2023-12-06Convert copy & toggle visibility to IconButtonDavid Göransson2-43/+25
2023-12-06Convert info icon to IconButtonDavid Göransson3-46/+31
2023-12-04Remove unnecessary else block within when statementsaber safavi1-4/+3
2023-12-04Update select location screenMaryamShaghaghi7-62/+225
2023-12-04Add filter screenMaryamShaghaghi6-0/+449
2023-12-04Add new filter cell and checkbox cellMaryamShaghaghi2-0/+165
2023-12-04Add filter chip componentMaryamShaghaghi1-0/+65
2023-12-01Align the connecting to mullvad system services text in the centerMaryamShaghaghi1-1/+5
2023-12-01Add devmole and stagemole text logosAlbin1-0/+26
2023-12-01Fix bug to remember expanded relay cellMaryamShaghaghi1-2/+3
2023-12-01Show the selected location while typing in the search text fieldMaryamShaghaghi1-1/+1
2023-12-01Fix button spacingDavid Göransson3-3/+5
2023-11-27Fix conflicting file provider between build variantsAlbin2-2/+2
2023-11-27Add view model and ui testsaber safavi3-3/+8
2023-11-27Fix Voucher dialog copy/paste issuesaber safavi5-50/+33
2023-11-27Add copy to clipboard actionDavid Göransson2-12/+29