summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
AgeCommit message (Expand)AuthorFilesLines
2020-07-30Revamp Connect controller buttonsAndrej Mihajlov10-392/+244
2020-07-23Remove DisplayChainedError for AppStoreReceipt.ErrorAndrej Mihajlov1-16/+0
2020-07-23Refactor IAP error messagesAndrej Mihajlov1-1/+8
2020-07-23Fix default row animationAndrej Mihajlov1-1/+1
2020-07-23Align disabled cells style with the desktop appAndrej Mihajlov2-21/+8
2020-07-23Bump the collapse button width to account for scrollbarAndrej Mihajlov1-1/+1
2020-07-23Drop zPosition as it's been messing up with table viewAndrej Mihajlov1-14/+0
2020-07-23Use colored separatorAndrej Mihajlov1-1/+2
2020-07-23Align status indicator center around tick image viewAndrej Mihajlov1-5/+5
2020-07-23State the reason for override of `init(nibName:bundle:)`Andrej Mihajlov1-4/+6
2020-07-23Move SelectLocationController from Storyboard into codeAndrej Mihajlov7-168/+215
2020-07-22Update commentAndrej Mihajlov1-2/+2
2020-07-22Accept queue in OperationBlockObserverAndrej Mihajlov4-53/+58
2020-07-22Fix: SimpleTunnelProviderHostAndrej Mihajlov1-12/+6
2020-07-22Trim whitespaceAndrej Mihajlov3-3/+3
2020-07-22Prefetch relays before showing the SelectLocationControllerAndrej Mihajlov5-42/+49
2020-07-22Fix typo in UserInteractionRestriction.ActionAndrej Mihajlov1-1/+1
2020-07-22Fix: forgot to call resume() on relays download taskAndrej Mihajlov1-0/+2
2020-07-22Fix: forgot to call resume() on key rotation taskAndrej Mihajlov1-5/+7
2020-07-22Get rid of AnyEncodable in favor of generic encoding functionAndrej Mihajlov2-41/+20
2020-07-22Drop old RelayList and MullvadRpcAndrej Mihajlov5-560/+38
2020-07-22Migrate TunnelManager to RESTAndrej Mihajlov2-60/+94
2020-07-22Support pattern matching in ServerErrorResponseAndrej Mihajlov1-10/+29
2020-07-22Migrate AppStorePaymentManager to RESTAndrej Mihajlov4-22/+37
2020-07-22Disable IPv6 relayAndrej Mihajlov1-1/+1
2020-07-22Adapt data source producerAndrej Mihajlov1-69/+116
2020-07-22Attempt to return a pre-bundled relay list in case of error decoding the rela...Andrej Mihajlov1-2/+3
2020-07-22Refactor the error matching codeAndrej Mihajlov2-2/+2
2020-07-22Migrating RelayCache to REST relaysAndrej Mihajlov6-137/+90
2020-07-22Adopt MullvadRest in RelayCacheAndrej Mihajlov1-17/+20
2020-07-22Adopt MullvadRest in AutomaticKeyRotationManagerAndrej Mihajlov1-21/+26
2020-07-22Adopt MullvadRest in LoginViewControllerAndrej Mihajlov1-2/+2
2020-07-22Adopt MullvadRest in AccountAndrej Mihajlov1-22/+22
2020-07-22Adopt DisplayChainedError on RestErrorAndrej Mihajlov1-2/+26
2020-07-22Add MullvadRest implementationAndrej Mihajlov1-0/+509
2020-07-15Remove unused Combine subclassesAndrej Mihajlov4-248/+0
2020-07-15Fix separator color in Settings on iOS 12Andrej Mihajlov1-1/+1
2020-07-15Remove the use of Combine in SelectLocationControllerAndrej Mihajlov2-75/+80
2020-07-15Add NSDiffableDataSource & UITableViewDiffableDataSource backportsAndrej Mihajlov1-2/+3
2020-07-15Remove the use of Combine in SettingsViewControllerAndrej Mihajlov1-7/+6
2020-07-15Inherit ConnectonPanelCollapseButton from CustomButtonAndrej Mihajlov1-22/+7
2020-07-15Remove the use of Combine in SettingsCellAndrej Mihajlov1-5/+6
2020-07-15Remove unused segue identifierAndrej Mihajlov1-4/+0
2020-07-15Fix layout quirks in UIButton on iOS < 13Andrej Mihajlov1-0/+15
2020-07-15Guard isModalInPresentation for iOS < 13Andrej Mihajlov1-1/+5
2020-07-15Make navigation bar solid on iOS 12 (no blur)Andrej Mihajlov1-0/+8
2020-07-15Change the UserInterfaceInteractionRestrictionProtocol interfaceAndrej Mihajlov2-17/+17
2020-07-15Uncombine AppStorePaymentManagerAndrej Mihajlov10-601/+423
2020-07-15Fix left overs of "tunnel configuration", replaced with "tunnel settings"Andrej Mihajlov3-10/+10
2020-07-15Fix commentAndrej Mihajlov1-1/+1