summaryrefslogtreecommitdiffhomepage
path: root/android/service
AgeCommit message (Expand)AuthorFilesLines
2023-12-04Remove unnecessary else block within when statementsaber safavi1-4/+1
2023-11-27Fix crash with auto-connect and no permissionDavid Göransson1-5/+19
2023-11-17Fix race condition when updating provider and ownership at the same timeJonatan Rhodin1-15/+10
2023-11-17Fix getDevice method signatureDavid Göransson2-4/+6
2023-11-16Add play purchasing android ipc callsJonatan Rhodin2-0/+52
2023-11-15Skip sending account expiry missing events when failing to fetchsaber safavi1-9/+11
2023-11-15Add quick fix to be able to refresh AccountCache from VoucherRedeemerDavid Göransson2-2/+17
2023-11-08Add ownership and provider to relay constraints updatesJonatan Rhodin1-66/+57
2023-11-08Enable the relay list to be filtered by ownership and providerJonatan Rhodin1-2/+1
2023-10-31Add from java support for relay settingsJonatan Rhodin2-5/+3
2023-10-31Fix bug that would reset location constraintJonatan Rhodin2-4/+17
2023-10-31Replace UpdateRelaySettings with SetRelaySettingsDavid Lönnhager2-9/+9
2023-10-25Add providers model and enable it in the daemonJonatan Rhodin1-1/+2
2023-10-23Add relay ownership enum to relay constraintsJonatan Rhodin1-1/+7
2023-10-16Add play purchasing daemon interactionJonatan Rhodin1-0/+18
2023-10-16Use flavor configuration to set api endpointAlbin3-9/+41
2023-10-16Add infra dimension to vpn serviceAlbin1-0/+7
2023-10-02Add class test and fix issuesDavid Göransson9-72/+78
2023-09-26Partially revert "Remove android file migration"Albin2-0/+39
2023-09-22Support running under build variant app idsAlbin4-9/+5
2023-09-21Use play flavor to comply with policiesAlbin2-3/+7
2023-09-21Add billing and infrastructure flavor dimensionsAlbin1-0/+7
2023-09-21Apply automatic formatting and cleanup of gradle filesAlbin1-6/+2
2023-09-12Perform AS Code CleanupDavid Göransson3-6/+5
2023-09-08Change reconnect location behavior to fix multiple bugsJonatan Rhodin1-1/+3
2023-08-04Remove targetSdk from libsAlbin1-1/+0
2023-08-04Apply updated ktfmt formattingAlbin7-0/+34
2023-08-03Bump container image, jdk, gradle and agpAlbin1-2/+2
2023-07-28Move vpn service classes to service moduleAlbin24-0/+2589
2023-07-28Add empty vpn service moduleAlbin2-0/+49