summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21Localize ProblemReportReviewAndrej Mihajlov3-1/+19
2021-07-21Localize SelectLocationAndrej Mihajlov6-4/+31
2021-07-21Localize ProblemReportAndrej Mihajlov4-18/+159
2021-07-21Localize LoginAndrej Mihajlov4-18/+126
2021-07-21Localize PreferencesAndrej Mihajlov3-3/+23
2021-07-21Localize ConsentAndrej Mihajlov3-12/+35
2021-07-21Localize SettingsAndrej Mihajlov4-9/+53
2021-07-21Account: drop XIBAndrej Mihajlov6-285/+339
2021-07-21Localize AccountAndrej Mihajlov3-33/+218
2021-07-19Localize MainAndrej Mihajlov3-18/+145
2021-07-19Connect: never return `nil` for disconnect button to avoid issues with voice ↵Andrej Mihajlov1-5/+3
over when it lags
2021-07-19Accessibility: group connection location info and statusAndrej Mihajlov2-10/+55
2021-07-19UIMetrics: add section spacing metricAndrej Mihajlov5-5/+8
2021-07-19UIMetrics: add interButtonSpacingAndrej Mihajlov3-2/+5
2021-07-16Login: disable pronunciation of placeholder labelAndrej Mihajlov3-21/+59
2021-07-16Accessibility: make toggle cells in preferences behave as switch buttonsAndrej Mihajlov2-9/+62
2021-07-16Accessibility: add .link trait on LinkButtonAndrej Mihajlov1-0/+2
2021-07-16Accessibility: ignore siblings when problem report text view is expandedAndrej Mihajlov1-0/+9
2021-07-16Accessibility: handle placeholder and accessibility path in CustomTextViewAndrej Mihajlov1-0/+28
2021-07-16Root: update accessibilityElements and post .screenChangedAndrej Mihajlov1-2/+9
2021-07-16Accessibility: implement magic tapAndrej Mihajlov2-3/+27
2021-07-16Accessibility: add semantic groupAndrej Mihajlov2-0/+8
2021-07-15Drop alternative accessibility labelsAndrej Mihajlov2-36/+50
Refactor ConnectionPanelAddressRow to maintain accessibility parameters
2021-07-14Localize ConnectionPanelAndrej Mihajlov4-15/+67
2021-07-14Accessibility: add accessibility hint to collapse buttonAndrej Mihajlov2-3/+14
2021-07-14Accessibility: improve accessibility in ConnectionPanelViewAndrej Mihajlov3-2/+21
2021-07-14ConnectionPanelView: remove protocol rowAndrej Mihajlov2-51/+30
2021-07-14WireGuardKeys: drop XIBAndrej Mihajlov5-336/+523
2021-07-13Bump addressable from 2.7.0 to 2.8.0 in /iosdependabot[bot]1-1/+1
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-13Migrate to UINavigationBarAppearance APIAndrej Mihajlov3-35/+59
2021-07-07iOS: localize AppStore subscriptionsAndrej Mihajlov3-1/+26
2021-07-07iOS: add localizations section in README.mdAndrej Mihajlov1-0/+27
2021-07-07iOS: add update_translations.py scriptAndrej Mihajlov3-0/+250
Run with `python3 update_translations.py` to extract localizable strings from source files and merge them into base localizations (en.lproj)
2021-06-28Bump 2021.3 (1)Andrej Mihajlov1-8/+8
2021-06-21Update CHANGELOG with the missing entry.Andrej Mihajlov1-0/+3
2021-06-21Login: add login buttonAndrej Mihajlov4-71/+172
2021-06-21PacketTunnel: update WireGuardKitAndrej Mihajlov3-8/+6
Revision: https://git.zx2c4.com/wireguard-apple/commit/?id=c1f509d65bba1c00c6b6ef93826f658ff36a0761
2021-06-16RootContainer: fix unbalanced appearance calls when `setViewControllers` is ↵Andrej Mihajlov1-10/+49
called after `viewWillAppear` Register the last appearing and disappearing controller and use that reference to verify that the controller hasn't finished the transition yet before calling to `endAppearanceTransition()`
2021-06-14PacketTunnel: refactor and remove dead codeAndrej Mihajlov5-187/+21
2021-06-11Update CHANGELOGAndrej Mihajlov1-1/+2
2021-06-11Xcode: remove system frameworks as they are linked implicitly.Andrej Mihajlov1-10/+0
2021-06-11Add account expiry notificationAndrej Mihajlov17-32/+830
2021-06-08Connect: Add blur background behind "Select location" and "Disconnect" buttonsAndrej Mihajlov3-25/+39
2021-06-08SelectLocationCell: replace RelayStatusIndicatorView with a plain old UIViewAndrej Mihajlov5-95/+34
2021-06-04Accessibility: add custom action to collapse or expand the location cellAndrej Mihajlov2-1/+26
2021-06-04Accessibility: add .notEnabled trait when SelectLocationCell is disabledAndrej Mihajlov1-0/+6
2021-06-04Accessibility: hide map from accessibilityAndrej Mihajlov1-0/+1
2021-06-04Accessibility: add label for settings button and set header view ↵Andrej Mihajlov2-0/+3
accessibility trait
2021-06-04Accessibility: add label to reconnect buttonAndrej Mihajlov3-0/+25
2021-06-04Update SnapfileAndrej Mihajlov1-1/+2