summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-03-24Merge branch 'win-ensure-pipe-ownership'David Lönnhager8-0/+142
2025-03-24Add functions to windows-utils for checking named pipe ownershipDavid Lönnhager5-0/+53
2025-03-24Add test for is_admin_ownedDavid Lönnhager2-0/+38
2025-03-24Add function for checking if file is owned by admin or system accountDavid Lönnhager3-0/+51
2025-03-24Merge branch 'list-item-types'Sebastian Holmin4-19/+11
2025-03-24Update ListItem gapOliver1-1/+1
2025-03-24Update ListItem sub component typesOliver3-18/+10
2025-03-24Merge branch 'workaround-ipv6-leak-when-disabling-in-tunnel-ipv6-droid-1669'Jonatan Rhodin43-78/+221
2025-03-24Update changelogJonatan Rhodin1-0/+1
2025-03-24Update translationsJonatan Rhodin21-0/+24
2025-03-24Make it possible to disable IPv6 in the tunnelJonatan Rhodin21-78/+196
2025-03-24Merge branch 'add-des-1835-to-changelog'Markus Pettersson1-0/+1
2025-03-24Update changelogTobias Järvelöv1-0/+1
2025-03-24Merge branch 'create-listitem-component-des-1895'Sebastian Holmin12-0/+236
2025-03-24Add ListItem componentOliver12-0/+236
2025-03-24Merge branch 'create-dot-component-des-1896'Sebastian Holmin2-0/+33
2025-03-24Add Dot componentOliver2-0/+33
2025-03-24Merge branch 'do-not-show-account-number-when-copying-to-clipboard-droid-1875'David Göransson4-6/+24
2025-03-24Hide clipboard data when copying account numberKalle Lindström4-6/+24
2025-03-24Merge branch 'connecting-is-not-translated-droid-1891'David Göransson33-193/+198
2025-03-24Fix non-translatable stringDavid Göransson1-1/+1
2025-03-24Prevent duplicate string values in Android xmlDavid Göransson3-0/+39
2025-03-21Fix duplicate verifying purchase stringDavid Göransson24-27/+24
2025-03-21Fix duplicate Split Tunneling stringDavid Göransson22-24/+1
2025-03-21Fix duplicate Server IP override stringDavid Göransson23-24/+23
2025-03-21Fix duplicate Multihop stringDavid Göransson2-3/+2
2025-03-21Fix duplicate local network sharing stringDavid Göransson21-21/+20
2025-03-21Fix duplicate IPv6 stringDavid Göransson22-23/+22
2025-03-21Fix duplicate IPv4 stringDavid Göransson22-23/+22
2025-03-21Fix duplicate import stringDavid Göransson2-2/+1
2025-03-21Fix duplicate dns content blockers stringDavid Göransson23-24/+23
2025-03-21Fix duplicate connecting stringDavid Göransson22-23/+22
2025-03-21Merge branch 'deserialize-canon-json'David Lönnhager1-1/+3
2025-03-21Fix inaccurate commentDavid Lönnhager1-2/+2
2025-03-21Revert "Do not deserialize back canonical JSON"David Lönnhager1-1/+3
This reverts commit 147a28c9e0244c0c4ca24fdd30f720616f2fb3b1.
2025-03-21Merge branch 'fix-misleading-docs'David Lönnhager1-3/+4
2025-03-21Do not imply that TOCTOU is mitigated by random dir nameDavid Lönnhager1-3/+4
2025-03-21Merge branch 'remove-see-full-changelog-button-from-whats-new-view-droid-1816'David Göransson26-94/+4
2025-03-21Remove see full changelog buttonKalle Lindström26-94/+4
2025-03-21Merge branch 'win-remove-1-prefix-routes'David Lönnhager2-22/+2
2025-03-21Update changelogDavid Lönnhager1-0/+1
2025-03-21Use regular default route for the tunnel interface on WindowsDavid Lönnhager1-22/+1
This replaces the /1 routes for two reasons: 1. This mitigates an issue in our fork of wireguard-nt, which intentionally allows routes back to the tunnel interface. The fork explicitly disallows this only for routes with a prefix 0, which means that the /1 routes are not exempted. This can result in an infinite routing loop if the non-tunnel route to the relay is removed (e.g., if the default interface or its routes disappear). 2. This simplifies the code and routes. The /1 routes are unnecessary since we're setting the metric on the default route and interface to the lowest value anyway, so the OS should always prefer the tunnel default route. Even if it doesn't, the firewall will prevent leaks.
2025-03-21Merge branch 'add-action-to-vpn-permission-snackbar-droid-1866'David Göransson1-11/+13
2025-03-21Add action to go to VPN settings from snackbarKalle Lindström1-11/+13
2025-03-21Merge branch 'build-trim-surrounding-whitespace'David Lönnhager1-1/+3
2025-03-20Trim surrounding whitespace in checksum filesDavid Lönnhager1-1/+3
2025-03-20Merge branch 'add-upload-option-build-sh'David Lönnhager4-15/+117
2025-03-20Lower downloader version to 0.1.0David Lönnhager2-2/+2
2025-03-20Disable publishing for installer-downloaderDavid Lönnhager1-0/+1
2025-03-20Verify that downloader has signed tagDavid Lönnhager1-0/+37