| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-06-24 | Show dialog if user email is empty | Janito Vaqueiro Ferreira Filho | 1 | -9/+29 |
| 2019-06-24 | Use `MullvadProblemReport` to store confirmation | Janito Vaqueiro Ferreira Filho | 2 | -0/+29 |
| 2019-06-24 | Implement Back button behavior | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2019-06-24 | Create Send without e-mail confirmation dialog | Janito Vaqueiro Ferreira Filho | 4 | -0/+67 |
| 2019-06-24 | Delete report when leaving Report a problem screen | Janito Vaqueiro Ferreira Filho | 2 | -1/+2 |
| 2019-06-24 | Save form contents when leaving the screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+17 |
| 2019-06-24 | Add "Edit message" button | Janito Vaqueiro Ferreira Filho | 6 | -2/+42 |
| 2019-06-24 | Add "Try again" button to error screen | Janito Vaqueiro Ferreira Filho | 3 | -1/+44 |
| 2019-06-24 | Show error screen if sending report fails | Janito Vaqueiro Ferreira Filho | 3 | -2/+33 |
| 2019-06-24 | Advance to success screen when send completes | Janito Vaqueiro Ferreira Filho | 3 | -6/+90 |
| 2019-06-24 | Advance to Sending screen when button is pressed | Janito Vaqueiro Ferreira Filho | 3 | -51/+103 |
| 2019-06-24 | Send problem report when button is pressed | Janito Vaqueiro Ferreira Filho | 1 | -2/+15 |
| 2019-06-24 | Enable button when user message isn't empty | Janito Vaqueiro Ferreira Filho | 1 | -1/+24 |
| 2019-06-24 | Add initially disabled Send button | Janito Vaqueiro Ferreira Filho | 3 | -0/+11 |
| 2019-06-24 | Add `MullvadProblemReport::send` async method | Janito Vaqueiro Ferreira Filho | 1 | -3/+36 |
| 2019-06-24 | Implement `MullvadProblemReport::sendProblemReport` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-06-24 | Collect problem report when fragment is opened | Janito Vaqueiro Ferreira Filho | 1 | -1/+13 |
| 2019-06-24 | Add `MullvadProblemReport::collect` async method | Janito Vaqueiro Ferreira Filho | 1 | -0/+26 |
| 2019-06-24 | Implement `MullvadProblemReport::collectReport` | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2019-06-24 | Create `MullvadProblemReport` helper class | Janito Vaqueiro Ferreira Filho | 2 | -0/+10 |
| 2019-06-24 | Implement back to settings button behavior | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2019-06-24 | Add form inputs to "Report a problem" screen | Janito Vaqueiro Ferreira Filho | 3 | -0/+37 |
| 2019-06-24 | Create initial Report a problem screen | Janito Vaqueiro Ferreira Filho | 5 | -3/+96 |
| 2019-06-24 | Add settings entry for reporting a problem | Janito Vaqueiro Ferreira Filho | 2 | -0/+29 |
| 2019-06-19 | Show toast when copying account number | Janito Vaqueiro Ferreira Filho | 2 | -0/+5 |
| 2019-06-19 | Copy Mullvad account number to clipboard | Janito Vaqueiro Ferreira Filho | 2 | -0/+14 |
| 2019-06-19 | Make account number clickable | Janito Vaqueiro Ferreira Filho | 1 | -4/+10 |
| 2019-06-19 | Ignore proguard warnings to allow release builds | Linus Färnstrand | 1 | -0/+1 |
| 2019-06-18 | Wait for previous VPN connection to finish | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2019-06-18 | Create `ConnectivityListener` helper class | Janito Vaqueiro Ferreira Filho | 2 | -0/+60 |
| 2019-06-18 | Remove obsoleted variable | Janito Vaqueiro Ferreira Filho | 1 | -2/+0 |
| 2019-06-18 | Use `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 4 | -55/+37 |
| 2019-06-18 | Create `LocationInfoCache` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+67 |
| 2019-06-18 | Create `dataproxy` sub-package | Janito Vaqueiro Ferreira Filho | 4 | -6/+8 |
| 2019-06-17 | Animate relay list appearance | Janito Vaqueiro Ferreira Filho | 3 | -0/+18 |
| 2019-06-17 | Show spinner while relay list is loading | Janito Vaqueiro Ferreira Filho | 2 | -3/+30 |
| 2019-06-17 | Use `RelayListListener` to handle the relay list | Janito Vaqueiro Ferreira Filho | 3 | -61/+68 |
| 2019-06-17 | Create `RelayListListener` helper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+113 |
| 2019-06-17 | Add relay list callback to `MullvadDaemon` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-06-17 | Refetch settings when logging in | Janito Vaqueiro Ferreira Filho | 1 | -5/+19 |
| 2019-06-17 | Animate transition to login screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2019-06-17 | Clear back stack when logging out | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-06-17 | Clear account number when logging out | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2019-06-17 | Go to login screen when logging out | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-06-17 | Add log out button | Janito Vaqueiro Ferreira Filho | 2 | -0/+5 |
| 2019-06-17 | Show account expiry in Account screen | Janito Vaqueiro Ferreira Filho | 3 | -0/+50 |
| 2019-06-17 | Show account number in Account screen | Janito Vaqueiro Ferreira Filho | 3 | -10/+78 |
| 2019-06-17 | Fetch account data when resuming Settings screen | Janito Vaqueiro Ferreira Filho | 3 | -0/+19 |
| 2019-06-17 | Create `AccountCache` helper class | Janito Vaqueiro Ferreira Filho | 3 | -24/+61 |
| 2019-06-17 | Implement back to settings button behavior | Janito Vaqueiro Ferreira Filho | 2 | -2/+10 |
