| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-06-27 | Refactor connection panel into container | Andrej Mihajlov | 8 | -192/+137 |
| 2019-06-26 | Merge branch 'connect-when-selecting-location' | Janito Vaqueiro Ferreira Filho | 5 | -141/+188 |
| 2019-06-26 | Connect when location is selected | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2019-06-26 | Only perform one location fetch at a time | Janito Vaqueiro Ferreira Filho | 1 | -23/+39 |
| 2019-06-26 | Refactor to create `ConnectionProxy` | Janito Vaqueiro Ferreira Filho | 3 | -118/+145 |
| 2019-06-26 | Merge branch 'fix-jni-listener-crash' | Janito Vaqueiro Ferreira Filho | 3 | -9/+23 |
| 2019-06-26 | Don't use `JList` wrapper type | Janito Vaqueiro Ferreira Filho | 2 | -6/+14 |
| 2019-06-26 | Wrap the tunnel state transition in an `AutoLocal` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 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 |
