summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27Enable forced direct connection for devmole and stagemole buildsAlbin1-2/+2
This commit enables forced API direct connection as well as disables API address caching to improve testing against the devmole and stagemole environments.
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öransson3-12/+30
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-27Fix crash with auto-connect and no permissionDavid Göransson2-5/+61
2023-11-22Add mobsf config to suppress and document issuesAlbin1-0/+28
2023-11-22Explicity set allowBackup=false in manifestsAlbin3-3/+6
This is the same as already used in the main manifest.
2023-11-22Format manifestsAlbin4-34/+25
2023-11-22Fix tidy manifest formatting commandAlbin1-1/+1
2023-11-22Fix account history events being lost because of buffer overflowJonatan Rhodin1-1/+6
2023-11-22Add allow implicit flagDavid Göransson1-1/+6
2023-11-22Add value class assertion testDavid Göransson3-2/+23
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-21Fix testDavid Göransson1-1/+1
2023-11-21Update gradle verification fileJonatan Rhodin1-202/+187
2023-11-21Update SDK versionDavid Göransson2-4/+12
2023-11-20Fix collapsible toolbar flickeringJonatan Rhodin1-7/+2
2023-11-20Fix crash when getting a billing disconnect callbackJonatan Rhodin1-7/+1
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 Rhodin4-31/+26
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 Rhodin3-7/+14
2023-11-17Fix missing bold support for Always on VPN error bannerJonatan Rhodin1-2/+13
2023-11-17Add missing FirewallPolicyError classJonatan Rhodin4-11/+43
2023-11-17Fix getDevice method signatureDavid Göransson2-4/+6
2023-11-16Add login input test tagAlbin2-0/+3
2023-11-16Fix kotlin formattingAlbin5-9/+5
2023-11-16Add translations and update messages.potJonatan Rhodin19-19/+38
2023-11-16Update gradle lockfileJonatan Rhodin1-0/+50
2023-11-16Add payment ui tests to OutOfTimeScreenJonatan Rhodin1-0/+240
2023-11-16Add payment unit tests for OutOfTimeViewModelJonatan Rhodin1-2/+150
2023-11-16Add billing payment to out of time screen and view modelJonatan Rhodin5-15/+106
2023-11-16Add payment ui tests to Welcome ScreenJonatan Rhodin1-7/+294
2023-11-16Add payment unit tests for welcome view modelJonatan Rhodin1-2/+130
2023-11-16Add billing payment to welcome screen and view modelJonatan Rhodin5-13/+129
2023-11-16Add ui tests for account screenJonatan Rhodin3-5/+237
2023-11-16Add payment support to account screenJonatan Rhodin6-4/+495
2023-11-16Add payment unit tests for AccountViewModelJonatan Rhodin1-4/+137
2023-11-16Add payment support to AccountViewModelJonatan Rhodin16-23/+278
2023-11-16Add unit tests for PlayPaymentUseCaseJonatan Rhodin1-0/+104
2023-11-16Add PaymentUseCaseJonatan Rhodin1-0/+74