| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-06-26 | Wrap the settings instance in an `AutoLocal` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2019-06-26 | Wrap relay list in an `AutoLocal` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2019-06-26 | Merge branch 'automatic-wireguard-keys' | Emīls Piņķis | 16 | -53/+474 |
| 2019-06-26 | Add KeygenEvent to mullvad-jni | Emīls Piņķis | 3 | -7/+14 |
| 2019-06-26 | Support new key events in GUI | Emīls Piņķis | 3 | -1/+20 |
| 2019-06-26 | Print keygen result in CLI | Emīls Piņķis | 2 | -1/+10 |
| 2019-06-26 | Integrate key generator in daemon | Emīls Piņķis | 2 | -52/+156 |
| 2019-06-26 | Add new daemon event for wireguard keys | Emīls Piņķis | 3 | -1/+24 |
| 2019-06-26 | Improve event loop usage in daemon | Emīls Piņķis | 1 | -5/+13 |
| 2019-06-26 | Add wireguard key generator | Emīls Piņķis | 4 | -0/+251 |
| 2019-06-26 | Merge branch 'win-correct-rsrc' | Odd Stranne | 3 | -6/+6 |
| 2019-06-26 | Update version information in C++ DLLs | Odd Stranne | 3 | -6/+6 |
| 2019-06-26 | Merge branch 'win-migrate-settings' | Odd Stranne | 27 | -12/+1000 |
| 2019-06-26 | Update changelog | Odd Stranne | 1 | -1/+3 |
| 2019-06-26 | Reference 'winutil.dll' in electron-builder | Odd Stranne | 1 | -1/+3 |
| 2019-06-26 | Update build scripts | Odd Stranne | 2 | -1/+58 |
| 2019-06-26 | Integrate Windows Update settings migrator in Daemon | Odd Stranne | 3 | -9/+112 |
| 2019-06-26 | Add Windows Update settings migrator | Odd Stranne | 20 | -0/+824 |
| 2019-06-25 | Merge branch 'include-logcat-in-problem-report' | Janito Vaqueiro Ferreira Filho | 3 | -0/+21 |
| 2019-06-25 | Include logcat in collected problem report logs | Janito Vaqueiro Ferreira Filho | 3 | -0/+21 |
| 2019-06-25 | Merge branch 'fix-country-not-selected' | Janito Vaqueiro Ferreira Filho | 14 | -115/+244 |
| 2019-06-24 | Hide account rows when data is unavailable | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2019-06-24 | Remove synchronous daemon property | Janito Vaqueiro Ferreira Filho | 9 | -25/+22 |
| 2019-06-24 | Remove `asyncSettings` | Janito Vaqueiro Ferreira Filho | 1 | -6/+0 |
| 2019-06-24 | Use `SettingsListener` in `RelayListListener` | Janito Vaqueiro Ferreira Filho | 3 | -26/+26 |
| 2019-06-24 | Add callback for relay settings changes | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-06-24 | Refactor `AccountCache` to use `SettingsListener` | Janito Vaqueiro Ferreira Filho | 5 | -60/+86 |
| 2019-06-24 | Change `LaunchFragment` to not use `asyncSettings` | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2019-06-24 | Don't refetch settings on login | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2019-06-24 | Add callback for account number changes | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2019-06-24 | Use `SettingsListener` to listen for changes | Janito Vaqueiro Ferreira Filho | 2 | -3/+14 |
| 2019-06-24 | Create `SettingsListener` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+39 |
| 2019-06-24 | Listen for settings changes | Janito Vaqueiro Ferreira Filho | 1 | -1/+29 |
| 2019-06-24 | Implement callback for receiving settings changes | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-06-24 | Merge branch 'show-location-on-switch-location-button' | Janito Vaqueiro Ferreira Filho | 6 | -10/+119 |
| 2019-06-24 | Hide chevron when normal label is shown | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2019-06-24 | Listen for location changes to update button | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 |
| 2019-06-24 | Configure relay list listener in onResume/onPause | Janito Vaqueiro Ferreira Filho | 1 | -4/+14 |
| 2019-06-24 | Display location on button | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2019-06-24 | Add `locationName` property to `RelayItem` | Janito Vaqueiro Ferreira Filho | 3 | -2/+10 |
| 2019-06-24 | Update button when state changes | Janito Vaqueiro Ferreira Filho | 2 | -0/+43 |
| 2019-06-24 | Create `SwitchLocationButton` helper class | Janito Vaqueiro Ferreira Filho | 2 | -4/+18 |
| 2019-06-24 | Merge branch 'confirm-no-email-dialog' | Janito Vaqueiro Ferreira Filho | 6 | -9/+135 |
| 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 | Merge branch 'problem-report-on-android' | Janito Vaqueiro Ferreira Filho | 14 | -4/+633 |
| 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 |
