summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-05-27Add DNSSettingsAndrej Mihajlov1-4/+42
2021-05-27Merge branch 'disable-user-interaction-maps'Andrej Mihajlov1-0/+3
2021-05-27Map: disable user interactionAndrej Mihajlov1-0/+3
2021-05-27Merge branch 'handle-push-wg-key-200-response'Andrej Mihajlov1-1/+9
2021-05-26REST: handle 200 in POST to v1/wireguard-keysAndrej Mihajlov1-1/+9
2021-05-25Merge branch 'update-wireguard-go'Emīls3-6/+27
2021-05-25Update wireguard-go to v0.0.0-20210225140808Emīls3-6/+27
2021-05-25Add the wireguard-go upgrade that happened in 2021.3-beta1 to changelogLinus Färnstrand1-0/+1
2021-05-21Merge branch 'fix-rest-create-apple-payment'Andrej Mihajlov3-30/+80
2021-05-21Rest: handle HTTP 200 and 201 in /v1/create-apple-paymentAndrej Mihajlov3-30/+80
2021-05-21Merge branch 'update-build-instructions'Andrej Mihajlov1-5/+36
2021-05-21Update URL to the new Apple WWDRC certificateAndrej Mihajlov1-6/+6
2021-05-21Update instructions regarding removing old keys and certificatesAndrej Mihajlov1-0/+31
2021-05-21Merge branch 'swift-upgrade-project'Andrej Mihajlov18-19/+21
2021-05-21Upgrade Xcode project to the latestAndrej Mihajlov6-6/+8
2021-05-21Replace class with AnyObject in protocol inheritanceAndrej Mihajlov12-13/+13
2021-05-21Merge branch 'improve-gettext-message-escaping'Janito Vaqueiro Ferreira Filho2-8/+31
2021-05-21Impl. more escape sequences in gettext messagesJanito Vaqueiro Ferreira Filho1-4/+22
2021-05-21Fix normalize single-quotes testJanito Vaqueiro Ferreira Filho1-4/+6
2021-05-21Unescape single quotes in gettext messagesJanito Vaqueiro Ferreira Filho1-0/+3
2021-05-21Merge branch 'add-adblocking-ui'Oskar Nyberg11-35/+252
2021-05-21Add ad/tracker blocking changelog entryOskar Nyberg1-0/+1
2021-05-21Update messages.pot with texts related to ad/tracker blockingOskar Nyberg1-0/+28
2021-05-21Add ad/tracker blocking settings to desktop appOskar Nyberg9-35/+223
2021-05-20Merge branch 'uwp-block-fix'David Lönnhager2-33/+64
2021-05-20Update changelogDavid Lönnhager1-0/+1
2021-05-20Set gateway address on WireGuard tunnel routes on WindowsDavid Lönnhager1-33/+63
2021-05-20Merge branch 'fix-gui-settings-parsing'Oskar Nyberg1-16/+19
2021-05-20Add length condition when parsing GUI settings arrayOskar Nyberg1-16/+19
2021-05-20Merge branch 'update-vulnerable-dependencies'Oskar Nyberg2-2167/+158
2021-05-20Update dependencies with known vulnerabilitiesOskar Nyberg2-2167/+158
2021-05-20Merge branch 'fix-metric-set'David Lönnhager3-2/+142
2021-05-20Update changelogDavid Lönnhager1-0/+1
2021-05-20Wait for IP interfaces to become available on Wintun adapterDavid Lönnhager1-0/+13
2021-05-20Add function that waits for IP interfaces to be readyDavid Lönnhager1-1/+48
2021-05-20Add GetIpInterfaceEntry functionDavid Lönnhager1-2/+15
2021-05-20Add NotifyIpInterfaceChange functionDavid Lönnhager1-2/+68
2021-05-19Merge branch 'refactor-translations-converter'Janito Vaqueiro Ferreira Filho11-486/+829
2021-05-19Test `StringValue` deserializationJanito Vaqueiro Ferreira Filho1-0/+22
2021-05-19Manually impl. `Deserialize` to collapse newlinesJanito Vaqueiro Ferreira Filho1-2/+11
2021-05-19Test deserialization of multi-line stringsJanito Vaqueiro Ferreira Filho1-0/+39
2021-05-19Test deserialization of `android::StringResources`Janito Vaqueiro Ferreira Filho1-2/+35
2021-05-19Test newline collapsing for `android::StringValue`Janito Vaqueiro Ferreira Filho1-0/+14
2021-05-19Add GitHub Actions worflow for testing the toolJanito Vaqueiro Ferreira Filho1-0/+24
2021-05-19Test creating an already escaped `MsgString`Janito Vaqueiro Ferreira Filho1-0/+9
2021-05-19Test `MsgString` escaping of double quotesJanito Vaqueiro Ferreira Filho1-0/+9
2021-05-19Test creating an empty `MsgString`Janito Vaqueiro Ferreira Filho1-0/+12
2021-05-19Test parameter indices handling in `StringValue`Janito Vaqueiro Ferreira Filho1-0/+27
2021-05-19Test XML escaping in `StringValue`Janito Vaqueiro Ferreira Filho1-0/+15
2021-05-19Test Android-specific escaping in `StringValue`Janito Vaqueiro Ferreira Filho1-0/+22