summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-11-05Use const instead of lazily initialized addressesDavid Lönnhager1-6/+4
2021-11-05Merge branch 'win-remove-dns-backup'David Lönnhager8-107/+16
2021-11-05Remove unused DNS monitor argumentsDavid Lönnhager7-26/+16
2021-11-05Remove unused DNS monitor backupDavid Lönnhager2-82/+1
2021-11-04Bump iOS 2021.4Andrej Mihajlov1-8/+8
2021-11-04Merge branch 'tunnel-settings-force-unwrap'Andrej Mihajlov1-14/+17
2021-11-04Add .missingRequiredAttributes error instead of force unwrappingAndrej Mihajlov1-14/+17
2021-11-04Merge branch 'fix-statusbar-appearance'Andrej Mihajlov5-5/+46
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-04Merge branch 'fix-russian-source-sans-pro'Oskar Nyberg2-1/+1
2021-11-04Add sans-serif as fallback fontOskar Nyberg1-1/+1
2021-11-04Use Source Sans Pro which contains russianOskar Nyberg1-0/+0
2021-11-04Merge branch 'fix-font-permissions'Oskar Nyberg2-0/+0
2021-11-04Change permissions of Open Sans FontsOskar Nyberg2-0/+0
2021-11-04Merge branch 'refactor-settings'Andrej Mihajlov6-255/+259
2021-11-04Settings: implement data sourceAndrej Mihajlov6-255/+259
2021-11-04Merge branch 'fix-rtl-crash'Andrej Mihajlov7-43/+54
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-04Merge branch 'fix-custom-dns-auto-disable'Albin3-5/+19
2021-11-03Update changelogAlbin1-0/+1
2021-11-03Automatically disable custom dns when no added serversAlbin2-5/+18
2021-11-03Backport 2021.6-beta1 version bump and changelog headerLinus Färnstrand11-17/+20
2021-11-03Merge branch 'custom-dns-ios'Andrej Mihajlov29-258/+2048
2021-11-03Update README.mdAndrej Mihajlov1-1/+1
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