summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
AgeCommit message (Expand)AuthorFilesLines
2021-12-21REST: handle success response codes defensivelyAndrej Mihajlov2-52/+23
2021-12-16Add API address cacheAndrej Mihajlov24-222/+1527
2021-12-16SSLPinning: return `.rejectProtectionSpace` instead of `.cancelAuthentication...Andrej Mihajlov1-12/+5
2021-12-15Fix crash occurring after completing in-app purchaseAndrej Mihajlov1-6/+8
2021-11-26UIMetrics: change var to letAndrej Mihajlov1-10/+10
2021-11-26UIMetrics: extract corner radius and text field marginsAndrej Mihajlov3-5/+9
2021-11-26AccountInputGroupView: set horizontal compression resistanceAndrej Mihajlov1-0/+3
2021-11-26AccountTextField: inherit from CustomTextFieldAndrej Mihajlov2-13/+5
2021-11-26Preferances: fix whitespaceAndrej Mihajlov1-1/+1
2021-11-26Root: remove unused segue handling codeAndrej Mihajlov1-14/+0
2021-11-26Remove unused RootContainerPushSegueAndrej Mihajlov1-9/+0
2021-11-26Update launch screenAndrej Mihajlov3-12/+72
2021-11-26Hide application content when leaving the appAndrej Mihajlov1-0/+14
2021-11-24Update texts in custom DNS UIAndrej Mihajlov4-55/+87
2021-11-22NotificationBanner: extract colorsAndrej Mihajlov2-2/+5
2021-11-22SettingsCell: extract common colorsAndrej Mihajlov3-5/+9
2021-11-22SettingsCell: use custom disclosure indicator imageAndrej Mihajlov3-33/+23
2021-11-22Hard code colorsAndrej Mihajlov9-160/+7
2021-11-22CustomNavigationBar: update color schemeAndrej Mihajlov2-16/+31
2021-11-22Settings: fix statusbar style in child controllers on iOS 12Andrej Mihajlov5-0/+20
2021-11-22HeaderBar: adjust spacing between logo and brand nameAndrej Mihajlov1-1/+1
2021-11-22HeaderBar: tint imagesAndrej Mihajlov2-2/+6
2021-11-22HeaderBar: replace brand name with imageAndrej Mihajlov3-15/+35
2021-11-22Backport UIImage.withTintColorAndrej Mihajlov1-0/+34
2021-11-22Assets: regenerate and remove unused onesAndrej Mihajlov26-96/+21
2021-11-16ProblemReport: update translationsAndrej Mihajlov2-2/+2
2021-11-16Add HeaderBarButton and increase hit areaAndrej Mihajlov2-3/+19
2021-11-15Add logout button identifierAndrej Mihajlov1-0/+1
2021-11-04Add .missingRequiredAttributes error instead of force unwrappingAndrej Mihajlov1-14/+17
2021-11-04Implement statusbar appearance methods on navigation controller subclassesAndrej Mihajlov3-4/+17
2021-11-04Return a child for statusbar appearance on iOS 12Andrej Mihajlov1-0/+16
2021-11-04Add missing navigation bar large title text configuration on iOS 12Andrej Mihajlov1-1/+4
2021-11-04Force split view controlller subclass to forward appearance events on iOS 12Andrej Mihajlov1-0/+5
2021-11-04iPad: fix trailing statusbar style when presented in split controllerAndrej Mihajlov1-0/+4
2021-11-04Settings: implement data sourceAndrej Mihajlov5-250/+250
2021-11-04Mirror icons for RTLAndrej Mihajlov2-10/+12
2021-11-04Remove initializers and properties that were used with storyboardsAndrej Mihajlov2-18/+4
2021-11-04Flip images in RTLAndrej Mihajlov4-10/+19
2021-11-04AppButton: add missing RTL layoutsAndrej Mihajlov1-0/+14
2021-11-04AppButton: remove IB attributesAndrej Mihajlov2-6/+6
2021-11-03Update translationsAndrej Mihajlov3-1/+22
2021-11-03Remove unused EmbeddedViewContainerViewAndrej Mihajlov1-60/+0
2021-11-03PacketTunnel: apply custom DNS configurationAndrej Mihajlov1-0/+5
2021-11-03Preferences: disable back button when editingAndrej Mihajlov1-0/+2
2021-11-03Preferences: disable swipe to dismiss when editingAndrej Mihajlov1-0/+7
2021-11-03Preferences: disable navigationItem.largeTitleDisplayModeAndrej Mihajlov1-1/+0
2021-11-03CustomSwitch: force light interface styleAndrej Mihajlov1-0/+4
2021-11-03CustomSwitch: refactorAndrej Mihajlov1-3/+3
2021-11-03CustomSwitchContainer: disable implicit animations when updating opacityAndrej Mihajlov1-0/+7
2021-11-03CustomSwitchContainer: add isEnabledAndrej Mihajlov1-0/+14