| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-07-28 | Use `MtuCell` widget | Janito Vaqueiro Ferreira Filho | 2 | -54/+12 |
| 2020-07-28 | Create `MtuCell` widget for WireGuard MTU value | Janito Vaqueiro Ferreira Filho | 3 | -0/+106 |
| 2020-07-28 | Allow sub-classes to request a cell footer | Janito Vaqueiro Ferreira Filho | 1 | -10/+25 |
| 2020-07-28 | Configure `NavigateCell` target fragments | Janito Vaqueiro Ferreira Filho | 2 | -49/+13 |
| 2020-07-28 | Make `NavigateCell` navigate to fragments | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 |
| 2020-07-28 | Remove obsoleted `RemainingTimeLabel` | Janito Vaqueiro Ferreira Filho | 1 | -47/+0 |
| 2020-07-28 | Use the `AccountCell` widget | Janito Vaqueiro Ferreira Filho | 3 | -42/+11 |
| 2020-07-28 | Create an `AccountCell` widget | Janito Vaqueiro Ferreira Filho | 2 | -1/+77 |
| 2020-07-28 | Use new `ToggleCell` widget | Janito Vaqueiro Ferreira Filho | 4 | -86/+26 |
| 2020-07-28 | Create `ToggleCell` helper widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+45 |
| 2020-07-28 | Use `onClickListener` property | Janito Vaqueiro Ferreira Filho | 2 | -7/+9 |
| 2020-07-28 | Fix cell switch dimension values | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-07-28 | Allow setting a footer to `Cell` widget | Janito Vaqueiro Ferreira Filho | 3 | -1/+48 |
| 2020-07-28 | Create `cell` helper property | Janito Vaqueiro Ferreira Filho | 2 | -17/+22 |
| 2020-07-28 | Add `onClickListener` property to `Cell` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-07-28 | Move `CellSwitch` to the `widget` package | Janito Vaqueiro Ferreira Filho | 7 | -18/+20 |
| 2020-07-28 | Remove unused `wireguardKeysMenu` field | Janito Vaqueiro Ferreira Filho | 1 | -5/+2 |
| 2020-07-28 | Use new `NavigateCell` widget | Janito Vaqueiro Ferreira Filho | 2 | -117/+26 |
| 2020-07-28 | Create `NavigateCell` widget | Janito Vaqueiro Ferreira Filho | 2 | -0/+38 |
| 2020-07-28 | Create new `Cell` base widget | Janito Vaqueiro Ferreira Filho | 2 | -0/+72 |
| 2020-07-27 | Merge branch 'fix-voucher-error' | David Lönnhager | 1 | -1/+1 |
| 2020-07-27 | Fix error code output in VoucherError | David Lönnhager | 1 | -1/+1 |
| 2020-07-27 | Merge branch 'return-fw-error' | David Lönnhager | 2 | -1/+3 |
| 2020-07-27 | Update CHANGELOG.md | David Lönnhager | 1 | -0/+2 |
| 2020-07-27 | Return specific error when setting the firewall policy fails in ConnectingState | David Lönnhager | 1 | -1/+1 |
| 2020-07-24 | Merge branch 'bump-libcommon' | David Lönnhager | 1 | -0/+0 |
| 2020-07-24 | Bump submodule windows-libraries | David Lönnhager | 1 | -0/+0 |
| 2020-07-23 | Merge branch 'refactor-settings-header' | Janito Vaqueiro Ferreira Filho | 16 | -213/+180 |
| 2020-07-23 | Refactor to use `BackButton` | Janito Vaqueiro Ferreira Filho | 6 | -116/+26 |
| 2020-07-23 | Create `BackButton` helper widget | Janito Vaqueiro Ferreira Filho | 3 | -0/+84 |
| 2020-07-23 | Separate `text` styleable attribute | Janito Vaqueiro Ferreira Filho | 2 | -3/+12 |
| 2020-07-23 | Create styles for settings screen headers | Janito Vaqueiro Ferreira Filho | 11 | -94/+58 |
| 2020-07-23 | Merge branch 'prepare-ios-release-2020.4' | Andrej Mihajlov | 1 | -10/+10 |
| 2020-07-23 | Bump 2020.4 (build 1) | Andrej Mihajlov | 1 | -8/+8 |
| 2020-07-23 | Change project deployment target to iOS 12 | Andrej Mihajlov | 1 | -2/+2 |
| 2020-07-23 | Merge branch 'move-select-location-from-storyboard' | Andrej Mihajlov | 10 | -206/+228 |
| 2020-07-23 | Remove DisplayChainedError for AppStoreReceipt.Error | Andrej Mihajlov | 1 | -16/+0 |
| 2020-07-23 | Refactor IAP error messages | Andrej Mihajlov | 1 | -1/+8 |
| 2020-07-23 | Fix default row animation | Andrej Mihajlov | 1 | -1/+1 |
| 2020-07-23 | Align disabled cells style with the desktop app | Andrej Mihajlov | 2 | -21/+8 |
| 2020-07-23 | Bump the collapse button width to account for scrollbar | Andrej Mihajlov | 1 | -1/+1 |
| 2020-07-23 | Drop zPosition as it's been messing up with table view | Andrej Mihajlov | 1 | -14/+0 |
| 2020-07-23 | Use colored separator | Andrej Mihajlov | 1 | -1/+2 |
| 2020-07-23 | Align status indicator center around tick image view | Andrej Mihajlov | 1 | -5/+5 |
| 2020-07-23 | State the reason for override of `init(nibName:bundle:)` | Andrej Mihajlov | 1 | -4/+6 |
| 2020-07-23 | Move SelectLocationController from Storyboard into code | Andrej Mihajlov | 8 | -168/+223 |
| 2020-07-23 | Merge branch 'fix-netcls-changes' | Emīls | 4 | -106/+23 |
| 2020-07-23 | Trim test strings | Emīls | 1 | -92/+9 |
| 2020-07-23 | Fix small lints | Emīls | 2 | -12/+12 |
| 2020-07-23 | Fix changelog message | Emīls | 1 | -2/+2 |
