summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
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
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 CHANGELOGAndrej Mihajlov1-0/+4
2021-11-03Update translationsAndrej Mihajlov3-1/+22
2021-11-03Remove unused EmbeddedViewContainerViewAndrej Mihajlov2-66/+0
2021-11-03PacketTunnel: apply custom DNS configurationAndrej Mihajlov2-10/+20
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
2021-11-03SettingsSwitchCell: add setEnabledAndrej Mihajlov1-2/+22
2021-11-03Drop BasicTableViewCellAndrej Mihajlov4-38/+15
2021-11-03SettingsCell: layout edit and reorder control relative to layout margins on i...Andrej Mihajlov1-0/+44
2021-11-03SettingsCell: fix disclosure tint color on iOS 13 or newerAndrej Mihajlov1-27/+17
2021-11-03SettingsCell: set layout marginsAndrej Mihajlov2-5/+19
2021-11-03CustomTextField: make corner radius and text margins customizableAndrej Mihajlov1-4/+14
2021-11-03Preferences: add data sourceAndrej Mihajlov11-71/+1642