| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-07-21 | Localize ProblemReportReview | Andrej Mihajlov | 3 | -1/+19 | |
| 2021-07-21 | Localize SelectLocation | Andrej Mihajlov | 6 | -4/+31 | |
| 2021-07-21 | Localize ProblemReport | Andrej Mihajlov | 4 | -18/+159 | |
| 2021-07-21 | Localize Login | Andrej Mihajlov | 4 | -18/+126 | |
| 2021-07-21 | Localize Preferences | Andrej Mihajlov | 3 | -3/+23 | |
| 2021-07-21 | Localize Consent | Andrej Mihajlov | 3 | -12/+35 | |
| 2021-07-21 | Localize Settings | Andrej Mihajlov | 4 | -9/+53 | |
| 2021-07-21 | Account: drop XIB | Andrej Mihajlov | 6 | -285/+339 | |
| 2021-07-21 | Localize Account | Andrej Mihajlov | 3 | -33/+218 | |
| 2021-07-19 | Localize Main | Andrej Mihajlov | 3 | -18/+145 | |
| 2021-07-19 | Connect: never return `nil` for disconnect button to avoid issues with voice ↵ | Andrej Mihajlov | 1 | -5/+3 | |
| over when it lags | |||||
| 2021-07-19 | Accessibility: group connection location info and status | Andrej Mihajlov | 2 | -10/+55 | |
| 2021-07-19 | UIMetrics: add section spacing metric | Andrej Mihajlov | 5 | -5/+8 | |
| 2021-07-19 | UIMetrics: add interButtonSpacing | Andrej Mihajlov | 3 | -2/+5 | |
| 2021-07-16 | Login: disable pronunciation of placeholder label | Andrej Mihajlov | 3 | -21/+59 | |
| 2021-07-16 | Accessibility: make toggle cells in preferences behave as switch buttons | Andrej Mihajlov | 2 | -9/+62 | |
| 2021-07-16 | Accessibility: add .link trait on LinkButton | Andrej Mihajlov | 1 | -0/+2 | |
| 2021-07-16 | Accessibility: ignore siblings when problem report text view is expanded | Andrej Mihajlov | 1 | -0/+9 | |
| 2021-07-16 | Accessibility: handle placeholder and accessibility path in CustomTextView | Andrej Mihajlov | 1 | -0/+28 | |
| 2021-07-16 | Root: update accessibilityElements and post .screenChanged | Andrej Mihajlov | 1 | -2/+9 | |
| 2021-07-16 | Accessibility: implement magic tap | Andrej Mihajlov | 2 | -3/+27 | |
| 2021-07-16 | Accessibility: add semantic group | Andrej Mihajlov | 2 | -0/+8 | |
| 2021-07-15 | Drop alternative accessibility labels | Andrej Mihajlov | 2 | -36/+50 | |
| Refactor ConnectionPanelAddressRow to maintain accessibility parameters | |||||
| 2021-07-14 | Localize ConnectionPanel | Andrej Mihajlov | 4 | -15/+67 | |
| 2021-07-14 | Accessibility: add accessibility hint to collapse button | Andrej Mihajlov | 2 | -3/+14 | |
| 2021-07-14 | Accessibility: improve accessibility in ConnectionPanelView | Andrej Mihajlov | 3 | -2/+21 | |
| 2021-07-14 | ConnectionPanelView: remove protocol row | Andrej Mihajlov | 2 | -51/+30 | |
| 2021-07-14 | WireGuardKeys: drop XIB | Andrej Mihajlov | 5 | -336/+523 | |
| 2021-07-13 | Bump addressable from 2.7.0 to 2.8.0 in /ios | dependabot[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-13 | Migrate to UINavigationBarAppearance API | Andrej Mihajlov | 3 | -35/+59 | |
| 2021-07-07 | iOS: localize AppStore subscriptions | Andrej Mihajlov | 3 | -1/+26 | |
| 2021-07-07 | iOS: add localizations section in README.md | Andrej Mihajlov | 1 | -0/+27 | |
| 2021-07-07 | iOS: add update_translations.py script | Andrej Mihajlov | 3 | -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-28 | Bump 2021.3 (1) | Andrej Mihajlov | 1 | -8/+8 | |
| 2021-06-21 | Update CHANGELOG with the missing entry. | Andrej Mihajlov | 1 | -0/+3 | |
| 2021-06-21 | Login: add login button | Andrej Mihajlov | 4 | -71/+172 | |
| 2021-06-21 | PacketTunnel: update WireGuardKit | Andrej Mihajlov | 3 | -8/+6 | |
| Revision: https://git.zx2c4.com/wireguard-apple/commit/?id=c1f509d65bba1c00c6b6ef93826f658ff36a0761 | |||||
| 2021-06-16 | RootContainer: fix unbalanced appearance calls when `setViewControllers` is ↵ | Andrej Mihajlov | 1 | -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-14 | PacketTunnel: refactor and remove dead code | Andrej Mihajlov | 5 | -187/+21 | |
| 2021-06-11 | Update CHANGELOG | Andrej Mihajlov | 1 | -1/+2 | |
| 2021-06-11 | Xcode: remove system frameworks as they are linked implicitly. | Andrej Mihajlov | 1 | -10/+0 | |
| 2021-06-11 | Add account expiry notification | Andrej Mihajlov | 17 | -32/+830 | |
| 2021-06-08 | Connect: Add blur background behind "Select location" and "Disconnect" buttons | Andrej Mihajlov | 3 | -25/+39 | |
| 2021-06-08 | SelectLocationCell: replace RelayStatusIndicatorView with a plain old UIView | Andrej Mihajlov | 5 | -95/+34 | |
| 2021-06-04 | Accessibility: add custom action to collapse or expand the location cell | Andrej Mihajlov | 2 | -1/+26 | |
| 2021-06-04 | Accessibility: add .notEnabled trait when SelectLocationCell is disabled | Andrej Mihajlov | 1 | -0/+6 | |
| 2021-06-04 | Accessibility: hide map from accessibility | Andrej Mihajlov | 1 | -0/+1 | |
| 2021-06-04 | Accessibility: add label for settings button and set header view ↵ | Andrej Mihajlov | 2 | -0/+3 | |
| accessibility trait | |||||
| 2021-06-04 | Accessibility: add label to reconnect button | Andrej Mihajlov | 3 | -0/+25 | |
| 2021-06-04 | Update Snapfile | Andrej Mihajlov | 1 | -1/+2 | |
