| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-07-07 | Merge branch 'move-header-to-xib' | Andrej Mihajlov | 7 | -85/+164 |
| 2020-07-07 | Move root controller out of Storyboard | Andrej Mihajlov | 7 | -85/+164 |
| 2020-07-06 | Merge branch 'add-operations' | Andrej Mihajlov | 16 | -0/+924 |
| 2020-07-06 | Add operations | Andrej Mihajlov | 16 | -0/+924 |
| 2020-07-06 | Merge branch 'add-chained-error-pr' | Andrej Mihajlov | 3 | -1/+82 |
| 2020-07-06 | Add ChainedError and DisplayChainedError protocols | Andrej Mihajlov | 3 | -1/+82 |
| 2020-07-03 | Merge branch 'fix-xml-formatting' | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-07-03 | Fix XML formatting | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-07-03 | Merge branch 'fix-unsupported-version-notification' | Janito Vaqueiro Ferreira Filho | 2 | -8/+16 |
| 2020-07-03 | Change message for unknown unsupported version | Janito Vaqueiro Ferreira Filho | 2 | -8/+16 |
| 2020-07-03 | Merge branch 'animate-connect-padding' | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 |
| 2020-07-03 | Animate padding change in the Connect screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 |
| 2020-07-03 | Merge branch 'android-use-correct-notification-text' | Emīls | 1 | -1/+1 |
| 2020-07-03 | Use correct expiry notification text | Emīls | 1 | -1/+1 |
| 2020-07-03 | Merge branch 'improve-postinstall' | Emīls | 13 | -387/+358 |
| 2020-07-03 | Update changelog | Emīls | 1 | -0/+1 |
| 2020-07-03 | Use CLI instead of mullvad-setup to clear wg keys | Emīls | 3 | -0/+11 |
| 2020-07-03 | Add RPC to clear account history | Emīls | 4 | -2/+48 |
| 2020-07-03 | Use new style future for wireguard keys | Emīls | 5 | -372/+287 |
| 2020-07-03 | Improve retrying | Emīls | 1 | -13/+11 |
| 2020-07-02 | Merge branch 'animate-notification-change' | Janito Vaqueiro Ferreira Filho | 1 | -14/+62 |
| 2020-07-01 | Synchronize notification updates to prevent races | Janito Vaqueiro Ferreira Filho | 1 | -10/+14 |
| 2020-07-01 | Animate notification change transition | Janito Vaqueiro Ferreira Filho | 1 | -6/+18 |
| 2020-07-01 | Work around banner showing bottom part too soon | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-07-01 | Use an `ObjectAnimator` for the banner animation | Janito Vaqueiro Ferreira Filho | 1 | -8/+37 |
| 2020-07-01 | Merge branch 'in-app-notification-refactor' | Janito Vaqueiro Ferreira Filho | 15 | -353/+647 |
| 2020-07-01 | Remove old `NotificationBanner` controller | Janito Vaqueiro Ferreira Filho | 1 | -284/+0 |
| 2020-07-01 | Use new `NotificationBanner` widget | Janito Vaqueiro Ferreira Filho | 2 | -69/+18 |
| 2020-07-01 | Implement in-app notification click behavior | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 |
| 2020-07-01 | Create new `NotificationBanner` widget | Janito Vaqueiro Ferreira Filho | 2 | -0/+158 |
| 2020-07-01 | Create account expiry in-app notification | Janito Vaqueiro Ferreira Filho | 1 | -0/+46 |
| 2020-07-01 | Create WireGuard key error in-app notification | Janito Vaqueiro Ferreira Filho | 1 | -0/+58 |
| 2020-07-01 | Create `NotificationWithUrlWithToken` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2020-07-01 | Create version upgrade in-app notification | Janito Vaqueiro Ferreira Filho | 1 | -0/+53 |
| 2020-07-01 | Create `NotificationWithUrl` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+21 |
| 2020-07-01 | Create tunnel state in-app notification | Janito Vaqueiro Ferreira Filho | 1 | -0/+102 |
| 2020-07-01 | Notify controller when notification changes | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 |
| 2020-07-01 | Create `InAppNotificationController` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+78 |
| 2020-07-01 | Create `InAppNotification` abstract class | Janito Vaqueiro Ferreira Filho | 1 | -0/+40 |
| 2020-07-01 | Create in-app notification `StatusLevel` enum | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-07-01 | Create `ChangeMonitor` property delegate helper | Janito Vaqueiro Ferreira Filho | 1 | -0/+18 |
| 2020-07-01 | Merge branch 'animate-select-location-scrolling' | Janito Vaqueiro Ferreira Filho | 11 | -104/+416 |
| 2020-07-01 | Describe select location animation in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-07-01 | Restore spinner animation while loading relay list | Janito Vaqueiro Ferreira Filho | 2 | -4/+101 |
| 2020-07-01 | Animate when relay list first appears | Janito Vaqueiro Ferreira Filho | 1 | -4/+10 |
| 2020-07-01 | Add scroll animation for Select Location screen | Janito Vaqueiro Ferreira Filho | 3 | -23/+56 |
| 2020-07-01 | Refactor to remove `configureRelayList` method | Janito Vaqueiro Ferreira Filho | 1 | -8/+6 |
| 2020-07-01 | Create `CustomRecyclerView` to listen to scrolling | Janito Vaqueiro Ferreira Filho | 1 | -0/+38 |
| 2020-07-01 | Show collapsed if expanded title isn't available | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 |
| 2020-07-01 | Refactor listener to pass view parameter | Janito Vaqueiro Ferreira Filho | 1 | -13/+13 |
