summaryrefslogtreecommitdiffhomepage
path: root/android/app
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Replace EXTERNAL_STORAGE permissions on android api level 33+saber safavi2-29/+10
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
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-04Add select location screen and viewmodel testsMaryamShaghaghi2-10/+80
2023-12-04Add filter screen and viewmodel testsMaryamShaghaghi2-0/+320
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 logosAlbin3-0/+70
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 safavi6-21/+277
2023-11-27Fix Voucher dialog copy/paste issuesaber safavi5-50/+33
2023-11-27Add copy to clipboard actionDavid Göransson2-12/+29
2023-11-27Add file sharerDavid Göransson4-10/+86
2023-11-27Fix testsJonatan Rhodin1-1/+6
2023-11-27Add payment verification to Connect ScreenJonatan Rhodin3-5/+11
2023-11-27Show out of time instead of negative days in the top barJonatan Rhodin1-5/+9
2023-11-22Explicity set allowBackup=false in manifestsAlbin3-3/+6
2023-11-22Format manifestsAlbin4-34/+25
2023-11-22Reset purchase state when automatically leaving a screenJonatan Rhodin2-0/+4
2023-11-21Fix issue with the welcome screen showing up after buying timeJonatan Rhodin3-2/+8
2023-11-21Update SDK versionDavid Göransson1-1/+9
2023-11-20Fix collapsible toolbar flickeringJonatan Rhodin1-7/+2
2023-11-17Fix button highlight and refactor screenDavid Göransson3-280/+169
2023-11-17Fix race condition when updating provider and ownership at the same timeJonatan Rhodin2-12/+10
2023-11-17Add timeout to login screenJonatan Rhodin3-1/+12
2023-11-17Fix and add tests in ReportProblemModelTestJonatan Rhodin1-1/+48
2023-11-17Add secure view to problem report successJonatan Rhodin1-2/+2
2023-11-17Persist problem reports in memory until successfuly submittedJonatan Rhodin6-32/+88
2023-11-17Fix report problem on email dialog text colorJonatan Rhodin1-1/+2
2023-11-17Fix missing capitalization in device removal dialogJonatan Rhodin2-5/+8
2023-11-17Fix missing bold support for Always on VPN error bannerJonatan Rhodin1-2/+13
2023-11-17Add missing FirewallPolicyError classJonatan Rhodin1-1/+8
2023-11-16Add login input test tagAlbin2-0/+3
2023-11-16Add payment ui tests to OutOfTimeScreenJonatan Rhodin1-0/+240
2023-11-16Add payment unit tests for OutOfTimeViewModelJonatan Rhodin1-2/+150