| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-08-04 | Return specific firewall policy error to the error state and frontends | David Lönnhager | 2 | -43/+51 |
| 2020-08-04 | Update WinFw bindings | David Lönnhager | 1 | -42/+75 |
| 2020-08-04 | Return policy failure causes in WinFw | David Lönnhager | 2 | -24/+70 |
| 2020-08-04 | Add specific firewall policy errors | David Lönnhager | 2 | -4/+39 |
| 2020-07-31 | Merge branch 'scale-text-size' | Janito Vaqueiro Ferreira Filho | 24 | -50/+55 |
| 2020-07-31 | Rename large text size to huge text size | Janito Vaqueiro Ferreira Filho | 4 | -5/+5 |
| 2020-07-31 | Reduce size of launch screen text message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-07-31 | Reduce medium and large text sizes | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-07-31 | Use a single size for large text | Janito Vaqueiro Ferreira Filho | 2 | -3/+3 |
| 2020-07-31 | Create dimension values for common text sizes | Janito Vaqueiro Ferreira Filho | 24 | -46/+51 |
| 2020-07-30 | Merge branch 'add-reconnect-button' | Andrej Mihajlov | 31 | -444/+573 |
| 2020-07-30 | Use observer to adjust the title label | Andrej Mihajlov | 2 | -8/+15 |
| 2020-07-30 | Make completion handler optional | Andrej Mihajlov | 2 | -5/+7 |
| 2020-07-30 | Update CHANGELOG | Andrej Mihajlov | 1 | -0/+1 |
| 2020-07-30 | Update corner mask based on the contained AppButton | Andrej Mihajlov | 1 | -0/+28 |
| 2020-07-30 | Add DisconnectSplitButton | Andrej Mihajlov | 3 | -0/+161 |
| 2020-07-30 | Add method to reconnect the tunnel | Andrej Mihajlov | 1 | -0/+22 |
| 2020-07-30 | Add split button styles | Andrej Mihajlov | 1 | -5/+24 |
| 2020-07-30 | Preserve vector for IconReload | Andrej Mihajlov | 1 | -0/+4 |
| 2020-07-30 | Regenerate graphical assets | Andrej Mihajlov | 6 | -13/+13 |
| 2020-07-30 | Fix PDF creation date for reproducible output | Andrej Mihajlov | 1 | -1/+4 |
| 2020-07-30 | Add split button assets | Andrej Mihajlov | 7 | -1/+61 |
| 2020-07-30 | Get rid of Bundle+MullvadVersion since all versions shipped via TestFlight ar... | Andrej Mihajlov | 3 | -29/+2 |
| 2020-07-30 | Revamp Connect controller buttons | Andrej Mihajlov | 12 | -396/+245 |
| 2020-07-29 | Merge branch 'fix-mullvad-tests' | David Lönnhager | 8 | -54/+141 |
| 2020-07-29 | Fix mullvad-tests crate not building due to changed types, old IPC client, etc. | David Lönnhager | 8 | -54/+141 |
| 2020-07-29 | Merge branch 'create-header-bar-widget' | Janito Vaqueiro Ferreira Filho | 11 | -182/+125 |
| 2020-07-29 | Use `observable` Kotlin property delegate | Janito Vaqueiro Ferreira Filho | 1 | -7/+6 |
| 2020-07-29 | Remove old `HeaderBar` controller | Janito Vaqueiro Ferreira Filho | 1 | -37/+0 |
| 2020-07-29 | Use new `HeaderBar` widget | Janito Vaqueiro Ferreira Filho | 8 | -139/+25 |
| 2020-07-29 | Create `HeaderBar` widget | Janito Vaqueiro Ferreira Filho | 2 | -0/+95 |
| 2020-07-29 | Merge branch 'add-exponential-backoff-for-relay-list' | Emīls | 5 | -96/+159 |
| 2020-07-29 | Update changelog | Emīls | 1 | -0/+1 |
| 2020-07-29 | Use new futures for relay list fetching | Emīls | 4 | -96/+151 |
| 2020-07-29 | Block on futures in the daemon | Emīls | 1 | -0/+7 |
| 2020-07-28 | Merge branch 'update-android-strings' | Janito Vaqueiro Ferreira Filho | 7 | -43/+65 |
| 2020-07-28 | Make some messages all caps | Janito Vaqueiro Ferreira Filho | 1 | -8/+8 |
| 2020-07-28 | Update strings to match desktop app | Janito Vaqueiro Ferreira Filho | 1 | -9/+10 |
| 2020-07-28 | Remove unused string | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-07-28 | Move common sentence to a separate string | Janito Vaqueiro Ferreira Filho | 5 | -9/+19 |
| 2020-07-28 | Parameterize problem report response message | Janito Vaqueiro Ferreira Filho | 3 | -16/+28 |
| 2020-07-28 | Merge branch 'create-cell-widget' | Janito Vaqueiro Ferreira Filho | 22 | -536/+629 |
| 2020-07-28 | Use `AppVersionCell` widget | Janito Vaqueiro Ferreira Filho | 2 | -75/+12 |
| 2020-07-28 | Create `AppVersionCell` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+90 |
| 2020-07-28 | Remove obsoleted `CellInput` controller class | Janito Vaqueiro Ferreira Filho | 1 | -60/+0 |
| 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 |
