summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-06-09Merge branch 'linux-fix-dns-config'David Lönnhager13-79/+707
2021-06-09Update changelogDavid Lönnhager1-1/+5
2021-06-09Work around issue where systemd-resolved only replaces a single existing DNS ...David Lönnhager1-1/+28
2021-06-09Fix D-Bus errors by using a separate connection for the route monitorDavid Lönnhager2-1/+12
2021-06-09Infer and monitor interfaces for DNS configDavid Lönnhager12-77/+663
2021-06-09Fix formattingEmīls1-4/+20
2021-06-09Make offline monitor aware of routing table changes.Jeremy Cantrell2-4/+5
2021-06-09Updating version in package files to 2021.4-beta1Linus Färnstrand10-17/+17
2021-06-09Add 2021.4-beta1 to changelog and fix errors/wordingLinus Färnstrand1-17/+22
2021-06-09Merge branch 'fix-calling-env.sh'Linus Färnstrand2-2/+2
2021-06-09Fix broken prepare_release.sh. Don't pass args to env.shLinus Färnstrand2-2/+2
2021-06-09Merge branch 'add-blur-buttons'Andrej Mihajlov3-25/+39
2021-06-08Connect: Add blur background behind "Select location" and "Disconnect" buttonsAndrej Mihajlov3-25/+39
2021-06-08Merge branch 'drop-status-indicator-view'Andrej Mihajlov5-95/+34
2021-06-08SelectLocationCell: replace RelayStatusIndicatorView with a plain old UIViewAndrej Mihajlov5-95/+34
2021-06-08Merge branch 'refactor-connecting-state'David Lönnhager17-416/+58
2021-06-07Update security documentDavid Lönnhager1-5/+2
2021-06-07Replace 'tunnel_interface' field with tunnel metadata in connecting firewall ...David Lönnhager7-41/+55
2021-06-07Remove pingable hostsDavid Lönnhager14-371/+2
2021-06-04Merge branch 'accessibility'Andrej Mihajlov6-1/+61
2021-06-04Accessibility: add custom action to collapse or expand the location cellAndrej Mihajlov2-1/+26
2021-06-04Accessibility: add .notEnabled trait when SelectLocationCell is disabledAndrej Mihajlov1-0/+6
2021-06-04Accessibility: hide map from accessibilityAndrej Mihajlov1-0/+1
2021-06-04Accessibility: add label for settings button and set header view accessibilit...Andrej Mihajlov2-0/+3
2021-06-04Accessibility: add label to reconnect buttonAndrej Mihajlov3-0/+25
2021-06-04Merge branch 'update-snapfile'Andrej Mihajlov1-1/+2
2021-06-04Update SnapfileAndrej Mihajlov1-1/+2
2021-06-04Merge branch 'macos-big-sur-context-menus-workaround'Oskar Nyberg2-1/+15
2021-06-04Add workaround for closing context menus on macOS 11Oskar Nyberg2-1/+15
2021-06-04Mark 2021.2 release in iOS CHANGELOGAndrej Mihajlov1-0/+3
2021-06-02Merge branch 'windows-extend-ip-timeout'David Lönnhager13-265/+437
2021-06-02Update changelogDavid Lönnhager1-1/+2
2021-06-02Give more time to IP interface setup on Windows, and make it abortableDavid Lönnhager12-264/+435
2021-06-02Merge branch 'fix-account-parse-error'David Lönnhager2-25/+39
2021-06-01Fix account history error logDavid Lönnhager2-25/+39
2021-05-28Merge branch 'fix-split-tunneling-support-for-tv-apps'Janito Vaqueiro Ferreira Filho3-10/+48
2021-05-28Describe TV-only apps fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2021-05-28Test TV-only apps in `ApplicationsProviderTest`Janito Vaqueiro Ferreira Filho1-9/+45
2021-05-28Show TV-only apps in the Split Tunneling screenJanito Vaqueiro Ferreira Filho1-1/+2
2021-05-28Merge branch 'refactor-gettext-parser'Janito Vaqueiro Ferreira Filho10-205/+1025
2021-05-28Remove obsolete `parse_line` helper functionJanito Vaqueiro Ferreira Filho1-11/+0
2021-05-28Fix translationsJanito Vaqueiro Ferreira Filho1-10/+10
2021-05-28Fix handling of multi-line messagesJanito Vaqueiro Ferreira Filho1-15/+162
2021-05-28Test `MsgString` concatenationJanito Vaqueiro Ferreira Filho1-0/+36
2021-05-28Implement `Add` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+21
2021-05-28Implement `AddAssign` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+16
2021-05-28Refactor parser into a clearer state machineJanito Vaqueiro Ferreira Filho1-73/+322
2021-05-28Return errors from parser methodsJanito Vaqueiro Ferreira Filho2-22/+50
2021-05-28Derive `Eq` and `PartialEq` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+1
2021-05-28Move `Parser` into a separate moduleJanito Vaqueiro Ferreira Filho3-109/+145