summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2021-12-21REST: handle success response codes defensivelyAndrej Mihajlov2-52/+23
2021-12-16Bump iOS version (2022.1)Andrej Mihajlov1-4/+4
2021-12-16Add API address cacheAndrej Mihajlov26-222/+1573
2021-12-16SSLPinning: return `.rejectProtectionSpace` instead of `.cancelAuthentication...Andrej Mihajlov1-12/+5
2021-12-16Rename update-relays.sh to prebuild.shAndrej Mihajlov2-2/+2
2021-12-16Bundle api IP addresses with the appAndrej Mihajlov2-1/+17
2021-12-15Fix crash occurring after completing in-app purchaseAndrej Mihajlov2-6/+11
2021-11-30Update changelogAndrej Mihajlov1-3/+11
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-26Update CHANGELOGAndrej Mihajlov1-0/+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 Mihajlov4-12/+76
2021-11-26Update CHANGELOGAndrej Mihajlov1-0/+1
2021-11-26Hide application content when leaving the appAndrej Mihajlov1-0/+14
2021-11-24Update texts in custom DNS UIAndrej Mihajlov5-55/+91
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 Mihajlov2-0/+38
2021-11-22Assets: regenerate and remove unused onesAndrej Mihajlov27-101/+21
2021-11-22Scripts: refactorAndrej Mihajlov1-2/+2
2021-11-22Scripts: fix PDF creation date metadata for reproducible outputAndrej Mihajlov1-5/+8
2021-11-22Scripts: add logo-text.svgAndrej Mihajlov1-1/+2
2021-11-16ProblemReport: update translationsAndrej Mihajlov2-2/+2
2021-11-16Update CHANGELOGAndrej Mihajlov1-0/+1
2021-11-16Add HeaderBarButton and increase hit areaAndrej Mihajlov3-3/+23
2021-11-15Update SnapfileAndrej Mihajlov1-0/+9
2021-11-15Update snapshot helperAndrej Mihajlov1-3/+30
2021-11-15Update fastlane to 2.197.0Andrej Mihajlov2-65/+101
2021-11-15Add logout button identifierAndrej Mihajlov1-0/+1
2021-11-15Screenshots: change location to SE-GOTAndrej Mihajlov1-3/+3
2021-11-04Bump iOS 2021.4Andrej Mihajlov1-8/+8
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 Mihajlov6-255/+259