| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-29 | Rename interface settings to user interface settings | Oskar Nyberg | 6 | -23/+27 | |
| 2022-09-28 | Merge branch 'correct-polish' | Oskar Nyberg | 1 | -1/+1 | |
| 2022-09-28 | Correct translation of the polish language alternative | Oskar Nyberg | 1 | -1/+1 | |
| 2022-09-28 | Merge branch 'upgrade-windows-sys' | David Lönnhager | 20 | -65/+119 | |
| 2022-09-28 | Use w! macro instead of u8 slices | David Lönnhager | 2 | -21/+21 | |
| 2022-09-28 | Bump windows-sys to 0.42.0 | David Lönnhager | 18 | -44/+98 | |
| 2022-09-27 | Merge branch 'update-tonic' | Emīls Piņķis | 14 | -79/+209 | |
| 2022-09-27 | Allow Unicode-DFS-2016 licence | Emīls Piņķis | 1 | -1/+2 | |
| 2022-09-27 | Document protoc dependency | Emīls Piņķis | 1 | -5/+5 | |
| 2022-09-27 | Download protoc in CI | Emīls Piņķis | 5 | -0/+35 | |
| 2022-09-27 | Update tonic to 0.8 | Emīls Piņķis | 7 | -73/+167 | |
| 2022-09-27 | Merge branch 'update-security-docs' | Emīls Piņķis | 1 | -7/+22 | |
| 2022-09-27 | Document Android shortcoming | Emīls Piņķis | 1 | -2/+2 | |
| 2022-09-27 | Update security docs | Emīls Piņķis | 1 | -5/+20 | |
| Due to recent changes to the daemon to prevent early and late boot leaks, the security docs need to be updated to reflect the new behavior. | |||||
| 2022-09-27 | Merge branch 'fix-postinstall-check' | David Lönnhager | 1 | -6/+2 | |
| 2022-09-27 | Don't fail if brew is not installed | David Lönnhager | 1 | -6/+2 | |
| 2022-09-27 | Merge branch 'add-custom-port-option' | Oskar Nyberg | 18 | -268/+513 | |
| 2022-09-27 | Add changelog item for custom port | Oskar Nyberg | 1 | -0/+3 | |
| 2022-09-27 | Update translations | Oskar Nyberg | 1 | -0/+11 | |
| 2022-09-27 | Use new custom value selector for Wireguard port selector | Oskar Nyberg | 1 | -5/+30 | |
| 2022-09-27 | Add selector that supports custom value entry | Oskar Nyberg | 1 | -4/+134 | |
| 2022-09-27 | Make Input a functional component and improve ref handling | Oskar Nyberg | 1 | -98/+85 | |
| 2022-09-27 | Handle WireguardEndpointData | Oskar Nyberg | 8 | -21/+105 | |
| 2022-09-27 | Update usages of Selector for updated implementation | Oskar Nyberg | 6 | -110/+96 | |
| 2022-09-27 | Update selector to handle automatic values | Oskar Nyberg | 1 | -42/+61 | |
| 2022-09-27 | Merge branch 'fix-clippy-lints' | Emīls Piņķis | 19 | -38/+43 | |
| 2022-09-27 | Fix clippy complaints | Emīls Piņķis | 19 | -38/+43 | |
| 2022-09-27 | Merge branch 'android-fix-prepare-release' | David Lönnhager | 1 | -8/+25 | |
| 2022-09-27 | Make separate commits for Android and desktop releases | David Lönnhager | 1 | -6/+15 | |
| 2022-09-27 | Correct logged tag in the prepare release script | David Lönnhager | 1 | -2/+4 | |
| 2022-09-27 | Detect Android changelog correctly in the prepare release script | David Lönnhager | 1 | -1/+7 | |
| 2022-09-26 | Merge branch 'remove-ipaddressrange-codable' | Andrej Mihajlov | 3 | -43/+2 | |
| 2022-09-26 | Remove Codable extension for IPAddressRange | Andrej Mihajlov | 3 | -43/+2 | |
| Update WGKit revision to 309bb8d58a3ed25ff11c4630b88bbe883e53e835 See: https://github.com/mullvad/wireguard-apple/pull/5 | |||||
| 2022-09-26 | Merge branch 'operations-lib' | Andrej Mihajlov | 63 | -363/+848 | |
| 2022-09-26 | CI: add operations tests | Andrej Mihajlov | 1 | -1/+16 | |
| 2022-09-26 | Move AsyncOperation into Operations static library and add separate tests | Andrej Mihajlov | 62 | -362/+832 | |
| 2022-09-26 | Merge branch 'drop-ios-12-support' | Andrej Mihajlov | 35 | -545/+67 | |
| 2022-09-26 | Removed extensions for UIBackgroundFetchResult | Sajad Vishkai | 2 | -57/+0 | |
| In favor of dropping iOS 12. | |||||
| 2022-09-26 | Update AppDelegate.swift | Sajad Vishkai | 1 | -88/+0 | |
| Dropped application( _ application: UIApplication, performFetchWithCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void ) In favor of dropping iOS 12. | |||||
| 2022-09-26 | Update AutomaticKeyboardResponder.swift | Sajad Vishkai | 1 | -1/+3 | |
| 2022-09-26 | Update AutomaticKeyboardResponder.swift | Sajad Vishkai | 1 | -2/+2 | |
| 2022-09-26 | Update project.pbxproj | Sajad Vishkai | 1 | -3/+0 | |
| 2022-09-26 | Update RESTAPIProxy.swift | Sajad Vishkai | 1 | -2/+1 | |
| 2022-09-26 | Removed HTTPURLResponse extension | Sajad Vishkai | 2 | -7/+1 | |
| Updated functions that were using this extension. | |||||
| 2022-09-26 | Update CustomNavigationBar.swift | Sajad Vishkai | 1 | -1/+4 | |
| 2022-09-26 | Update SpinnerActivityIndicatorView.swift | Sajad Vishkai | 1 | -5/+2 | |
| 2022-09-26 | Removed backport and extension for UIFont | Sajad Vishkai | 5 | -23/+3 | |
| Changed the functions that are using backport. | |||||
| 2022-09-26 | Removed ImageTintColor extension | Sajad Vishkai | 6 | -31/+7 | |
| Changed functions that were using backport. | |||||
| 2022-09-26 | Update CHANGELOG.md | Sajad Vishkai | 1 | -1/+1 | |
| 2022-09-26 | Updated minimum os version to 12, updated CHANGELOG. | Sajad Vishkai | 2 | -2/+5 | |
