| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-10-25 | Make RelayCache an instance | Andrej Mihajlov | 6 | -115/+90 | |
| 2022-10-21 | Operations: explicitly define acl on extension methods | Andrej Mihajlov | 3 | -10/+10 | |
| 2022-10-21 | Operations: remove unused operationName | Andrej Mihajlov | 1 | -6/+0 | |
| 2022-10-21 | Operations: update header comment | Andrej Mihajlov | 15 | -15/+16 | |
| 2022-10-21 | REST: clean up access levels | Andrej Mihajlov | 2 | -8/+8 | |
| 2022-10-21 | Xcode: reorder targets | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-10-21 | Xcode: move RelayCache lower | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-10-21 | Add .gitkeep to RelayCache/Assets | Andrej Mihajlov | 1 | -0/+0 | |
| 2022-10-21 | Fix tests | Andrej Mihajlov | 2 | -0/+14 | |
| 2022-10-21 | Move PacketTunnelRelay and PacketTunnelStatus to MullvadTypes | Andrej Mihajlov | 8 | -35/+20 | |
| 2022-10-21 | Move KeychainError to MullvadTypes | Andrej Mihajlov | 5 | -30/+33 | |
| 2022-10-21 | Move common code into two new targets: RelaySelector, TunnelProviderMessaging | Andrej Mihajlov | 39 | -407/+838 | |
| 2022-10-21 | Move RelayCache.IO and CachedRelays into new RelayCache.framework | sajacl | 18 | -330/+535 | |
| Moved RelayCache.IO and CachedRelays into new RelayCache.framework Moved prebuild script to build phase script. Renamed script, renamed/moved RelayCache.IO to RelayCache. Renamed RelayCache.Tracker to RelayCacheTracker. Set APPLICATION_EXTENSION_API_ONLY to true for RelayCache framework. Updated gitignore. Removed relays.json from git. Removed relays.json from RelayCache framework Removed RelayCache/FetchResult, moved/renamed code into RelayCacheTracker file. Renamed CachedRelaysFetchResult to RelaysFetchResult. Changed access level for RelaysFetchResult and NoCachedRelaysError. | |||||
| 2022-10-20 | Move REST into separate framework | sajacl | 94 | -773/+1880 | |
| 2022-10-13 | Clean up compiled sources in MullavdVPNTests | Andrej Mihajlov | 1 | -15/+9 | |
| 2022-10-13 | Use assert instead of precondition to prevent runtime crash in Release builds | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-10-13 | Use assertionFailure() in port selection algorithm | Andrej Mihajlov | 1 | -4/+1 | |
| 2022-10-13 | Update MullavdVPNTests dependencies | Andrej Mihajlov | 1 | -8/+0 | |
| 2022-10-13 | Swiftformat: disable extensionAccessControl | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-10-13 | Add MullvadTypes and MullvadLogging targets | Andrej Mihajlov | 53 | -146/+365 | |
| 2022-10-13 | Add transport support in REST API | Sajad Vishkai | 19 | -98/+654 | |
| 2022-10-11 | Fix formatting and remove unused files | Andrej Mihajlov | 10 | -707/+10 | |
| 2022-09-29 | Reformat with swiftformat 0.50 | Sajad Vishkai | 9 | -24/+33 | |
| 2022-09-29 | Fix scroll view bug in device management | Sajad Vishkai | 2 | -86/+110 | |
| 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 | Move AsyncOperation into Operations static library and add separate tests | Andrej Mihajlov | 62 | -362/+832 | |
| 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 | |
| 2022-09-26 | Swift format update. | Sajad Vishkai | 3 | -4/+6 | |
| 2022-09-26 | Update UIImage+TintColor.swift | Sajad Vishkai | 1 | -14/+1 | |
| 2022-09-26 | Update UIFont+Monospaced.swift | Sajad Vishkai | 1 | -12/+1 | |
| 2022-09-26 | Update UIBarButtonItem+KeyboardNavigation.swift | Sajad Vishkai | 1 | -23/+10 | |
| 2022-09-26 | Update CustomSwitch.swift | Sajad Vishkai | 1 | -8/+1 | |
| 2022-09-26 | Update SpinnerActivityIndicatorView.swift | Sajad Vishkai | 1 | -9/+2 | |
| 2022-09-26 | Update SettingsNavigationController.swift | Sajad Vishkai | 1 | -6/+0 | |
| 2022-09-26 | Update SettingsCell.swift | Sajad Vishkai | 2 | -46/+4 | |
| Reverted required init back. | |||||
| 2022-09-26 | Update SelectLocationNavigationController.swift | Sajad Vishkai | 1 | -10/+0 | |
| 2022-09-26 | Update CustomSplitViewController.swift | Sajad Vishkai | 1 | -15/+2 | |
| 2022-09-26 | Update CustomNavigationBar.swift | Sajad Vishkai | 1 | -32/+2 | |
