summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Create `CreateTunResult` helper typeJanito Vaqueiro Ferreira Filho3-1/+29
2020-12-16Added iOS info (#2350)Pontus Falk1-6/+8
2020-12-15Merge branch 'linux-add-resolved-conf-path' into masterEmīls2-11/+37
2020-12-15Add new resolve.conf path to check for systemd-resolvedEmīls2-11/+37
2020-12-15Merge branch 'update-readme-gui-structure'Oskar Nyberg1-13/+13
2020-12-15Update structure of GUI app in readmeOskar Nyberg1-13/+13
2020-12-14Merge branch 'public-dns-server-warning-dialog'Janito Vaqueiro Ferreira Filho5-2/+139
2020-12-14Warn when trying to add public DNS addressJanito Vaqueiro Ferreira Filho2-2/+21
2020-12-14Add helper method to show confirmation dialogJanito Vaqueiro Ferreira Filho1-0/+17
2020-12-14Create `ConfirmPublicDnsDialogFragment`Janito Vaqueiro Ferreira Filho3-0/+101
2020-12-14Merge branch 'refactor-problem-report-into-an-actor'Janito Vaqueiro Ferreira Filho3-128/+153
2020-12-14Move problem report JNI methods to a new moduleJanito Vaqueiro Ferreira Filho2-64/+75
2020-12-14Refactor `MullvadProblemReport` to be an actorJanito Vaqueiro Ferreira Filho1-64/+78
2020-12-14Merge branch 'linux-update-netlink-libs' into masterEmīls3-19/+57
2020-12-14Update netlink dependenciesEmīls3-19/+57
2020-12-11Merge branch 'dependabot/npm_and_yarn/gui/ini-1.3.7'Oskar Nyberg1-3/+3
2020-12-11Bump ini from 1.3.5 to 1.3.7 in /guidependabot[bot]1-3/+3
2020-12-11Merge branch 'explain-split-tunneling-vocabulary'Linus Färnstrand1-3/+13
2020-12-11Explain the vocabulary used around split tunnelingLinus Färnstrand1-3/+13
2020-12-11Updating version in package filesLinus Färnstrand11-17/+17
2020-12-11Add 2020.8-beta2 changelog headerLinus Färnstrand1-1/+8
2020-12-10Merge branch 'import-plural-translations-into-android'Janito Vaqueiro Ferreira Filho3-52/+360
2020-12-10Add a mini-example translation file to the doc.Janito Vaqueiro Ferreira Filho1-0/+20
2020-12-10Refactor to use the new `match_str!` macroJanito Vaqueiro Ferreira Filho1-47/+57
2020-12-10Create a `match_str!` helper macroJanito Vaqueiro Ferreira Filho1-0/+17
2020-12-10Remove dependency on the item order in pluralsJanito Vaqueiro Ferreira Filho1-8/+24
2020-12-10Only append plurals with missing translationsJanito Vaqueiro Ferreira Filho1-8/+16
2020-12-10Generate Android plurals from gettext pluralsJanito Vaqueiro Ferreira Filho1-17/+57
2020-12-10Create helper function to convert between pluralsJanito Vaqueiro Ferreira Filho1-0/+18
2020-12-10Implement `Display` for `PluralResources`Janito Vaqueiro Ferreira Filho1-0/+49
2020-12-10Implement a constructor for `PluralResource`Janito Vaqueiro Ferreira Filho1-0/+14
2020-12-10Implement a constructor for `PluralResources`Janito Vaqueiro Ferreira Filho1-0/+9
2020-12-10Derive `Eq` and `PartialEq` for `PluralQuantity`Janito Vaqueiro Ferreira Filho1-1/+1
2020-12-10Add missing Android plural variantsJanito Vaqueiro Ferreira Filho1-0/+2
2020-12-10Parse plural formula in translation fileJanito Vaqueiro Ferreira Filho1-1/+22
2020-12-10Create `PluralForm` typeJanito Vaqueiro Ferreira Filho1-0/+32
2020-12-10Parse translated gettext pluralsJanito Vaqueiro Ferreira Filho1-5/+41
2020-12-10Rename `load_file` into `Translation::from_file`Janito Vaqueiro Ferreira Filho2-32/+34
2020-12-10Create `gettext::Translation` typeJanito Vaqueiro Ferreira Filho2-3/+17
2020-12-10Merge branch 'add-win7-hotfix'David Lönnhager2-0/+74
2020-12-10Abort installation if the hotfix is rejectedDavid Lönnhager1-8/+29
2020-12-10Suppress reboot required by hotfixDavid Lönnhager1-1/+7
2020-12-10Install KB2921916 on Windows 7 if it's missingDavid Lönnhager1-0/+47
2020-12-10Bump binaries submoduleDavid Lönnhager1-0/+0
2020-12-10Merge branch 'android-custom-dns-ui'Janito Vaqueiro Ferreira Filho20-40/+691
2020-12-10Describe custom DNS feature in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-12-10Refactor address validationJanito Vaqueiro Ferreira Filho1-20/+21
2020-12-10Prevent loopback addresses from being addedJanito Vaqueiro Ferreira Filho1-6/+10
2020-12-10Synchronize custom DNS server list changesJanito Vaqueiro Ferreira Filho1-31/+58
2020-12-10Make input text red when adding invalid addressJanito Vaqueiro Ferreira Filho2-8/+40