summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/RootContainerViewController.swift
AgeCommit message (Expand)AuthorFilesLines
2021-11-26Root: remove unused segue handling codeAndrej Mihajlov1-14/+0
2021-11-26Remove unused RootContainerPushSegueAndrej Mihajlov1-9/+0
2021-10-14RootContainer: update status bar style after changing child controllersAndrej Mihajlov1-0/+1
2021-07-16Root: update accessibilityElements and post .screenChangedAndrej Mihajlov1-2/+9
2021-07-16Accessibility: implement magic tapAndrej Mihajlov1-0/+8
2021-06-16RootContainer: fix unbalanced appearance calls when `setViewControllers` is c...Andrej Mihajlov1-10/+49
2021-06-11Add account expiry notificationAndrej Mihajlov1-0/+2
2021-05-21Replace class with AnyObject in protocol inheritanceAndrej Mihajlov1-1/+1
2021-05-18RootContainer: delegate disablesAutomaticKeyboardDismissal to the top controllerAndrej Mihajlov1-0/+4
2021-05-12HeaderBar: add dividerAndrej Mihajlov1-6/+16
2021-05-12Root: add methods to move settings button between header bar and presentation...Andrej Mihajlov1-5/+35
2021-05-11Root: make it possible to override header bar visibilityAndrej Mihajlov1-0/+21
2021-05-05RootContainer: add missing completion handlersAndrej Mihajlov1-4/+4
2021-03-22RootContainer: Fix additionalSafeAreaInsets calculationAndrej Mihajlov1-2/+2
2021-03-17Handle interface orientationAndrej Mihajlov1-0/+34
2020-09-03Move SettingsViewController to XIBAndrej Mihajlov1-1/+1
2020-09-03Delegate view controller managementAndrej Mihajlov1-18/+13
2020-09-03RootContainer: add popToRootViewControllerAndrej Mihajlov1-0/+6
2020-08-17Fix header view layout insetsAndrej Mihajlov1-15/+10
2020-07-07Move root controller out of StoryboardAndrej Mihajlov1-5/+50
2020-04-01Show account view when the app starts or when user logs in with expired accountAndrej Mihajlov1-3/+11
2020-02-26Use hint when unwinding to execute the right-to-left animationAndrej Mihajlov1-24/+36
2020-02-26Add prefersHeaderBarHidden to RootContainment protocolAndrej Mihajlov1-4/+35
2020-02-26Make sure to add the child view controller before loading the view so that th...Andrej Mihajlov1-7/+7
2020-02-06Replace Amagicom AB with Mullvad VPN AB in iOS source filesLinus Färnstrand1-1/+1
2019-12-10Add methods to refresh header bar appearanceAndrej Mihajlov1-10/+11
2019-12-10Filter attempts to unwind to exactly the same controllerAndrej Mihajlov1-0/+3
2019-05-29Fix the header bar marginAndrej Mihajlov1-3/+0
2019-05-28Add account viewAndrej Mihajlov1-0/+346