summaryrefslogtreecommitdiffhomepage
path: root/android/lib/talpid
AgeCommit message (Collapse)AuthorFilesLines
2024-05-08Set dummy DNS if none are validDavid Göransson1-0/+17
This is a fix for DNS leaks when no DNS server has been configured due to an underlying OS bug. Lockdown mode ("Block connections without VPN") would also not help in this case. More information on this issue: https://issuetracker.google.com/issues/337961996
2024-02-05Fix too general ExceptionDavid Göransson1-1/+1
2023-11-17Add missing FirewallPolicyError classJonatan Rhodin2-8/+21
2023-09-21Apply automatic formatting and cleanup of gradle filesAlbin1-6/+2
2023-09-12Perform AS Code CleanupDavid Göransson1-5/+5
2023-08-04Remove targetSdk from libsAlbin1-1/+0
2023-08-04Apply updated ktfmt formattingAlbin2-0/+2
2023-08-03Bump container image, jdk, gradle and agpAlbin1-2/+2
2023-07-25Add network permission to talpid moduleAlbin1-1/+3
2023-07-25Move talpid classes to talpid moduleAlbin19-0/+471
2023-07-25Add empty talpid moduleAlbin2-0/+35