| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-05-22 | Merge branch 'android-daemon' | Janito Vaqueiro Ferreira Filho | 11 | -11/+377 |
| 2019-05-22 | Start daemon when `MainActivity` is created | Janito Vaqueiro Ferreira Filho | 1 | -5/+9 |
| 2019-05-22 | Include API root certificate | Janito Vaqueiro Ferreira Filho | 3 | -0/+68 |
| 2019-05-22 | Store command sender in a `DaemonInterface` facade | Janito Vaqueiro Ferreira Filho | 4 | -5/+84 |
| 2019-05-22 | Spawn daemon in a separate thread on Android | Janito Vaqueiro Ferreira Filho | 3 | -0/+95 |
| 2019-05-22 | Create JNI interface for Android app | Janito Vaqueiro Ferreira Filho | 6 | -1/+121 |
| 2019-05-22 | Move `log_version` function to `version` module | Janito Vaqueiro Ferreira Filho | 2 | -10/+10 |
| 2019-05-22 | Merge branch 'show-login-errors' | Andrej Mihajlov | 11 | -55/+379 |
| 2019-05-22 | Remove default case in favor of listing all of the cases manually | Andrej Mihajlov | 1 | -2/+2 |
| 2019-05-22 | Disable the settings button on successful login | Andrej Mihajlov | 2 | -7/+18 |
| 2019-05-22 | Update title label | Andrej Mihajlov | 2 | -6/+25 |
| 2019-05-22 | Add account input validation | Andrej Mihajlov | 2 | -1/+12 |
| 2019-05-22 | Scope colors into UIColor sub-structs | Andrej Mihajlov | 4 | -14/+17 |
| 2019-05-22 | Show login errors | Andrej Mihajlov | 8 | -40/+320 |
| 2019-05-22 | Merge branch 'create-event-broadcaster-trait' | Janito Vaqueiro Ferreira Filho | 2 | -80/+133 |
| 2019-05-21 | Allow daemon to use generic `EventListener`s | Janito Vaqueiro Ferreira Filho | 2 | -80/+133 |
| 2019-05-21 | Merge branch 'add-new-languages' | Andrej Mihajlov | 42 | -41/+35343 |
| 2019-05-21 | Build the index for the geo dataset to speed up the translations lookup | Andrej Mihajlov | 1 | -17/+41 |
| 2019-05-21 | Update CHANGELOG.md | Andrej Mihajlov | 1 | -0/+4 |
| 2019-05-21 | Update relay-locations.pot | Andrej Mihajlov | 1 | -0/+4 |
| 2019-05-21 | Rename "Account ID" to "Account number" | Andrej Mihajlov | 13 | -13/+13 |
| 2019-05-21 | Translate the connection-info pane | Andrej Mihajlov | 13 | -14/+159 |
| 2019-05-21 | Translate the displayed country and city | Andrej Mihajlov | 1 | -5/+18 |
| 2019-05-21 | Get rid of the remote.app call because it tends to crash sometimes | Andrej Mihajlov | 13 | -2/+50 |
| 2019-05-21 | Add exceptions for the USA and UK | Andrej Mihajlov | 12 | -0/+82 |
| 2019-05-21 | Add formal country name in the output | Andrej Mihajlov | 12 | -1/+6711 |
| 2019-05-21 | Add new languages | Andrej Mihajlov | 24 | -0/+28272 |
| 2019-05-21 | Turn generator into a list to make it possible to be printed to console in th... | Andrej Mihajlov | 1 | -1/+1 |
| 2019-05-21 | Merge branch 'win-detect-net' | Emīls Piņķis | 11 | -77/+632 |
| 2019-05-21 | Add changelog entry | Emīls Piņķis | 1 | -0/+3 |
| 2019-05-21 | Add new windows connectivity checks to daemon | Emīls Piņķis | 2 | -44/+165 |
| 2019-05-21 | Add cookie and standalone connectivity check | Emīls Piņķis | 5 | -87/+144 |
| 2019-05-21 | Update WINNET testing app | Odd Stranne | 1 | -15/+29 |
| 2019-05-21 | Add WinNet_ActivateConnectivityMonitor() | Odd Stranne | 6 | -0/+360 |
| 2019-05-21 | Merge branch 'improve-buildserver-script' | Linus Färnstrand | 1 | -6/+27 |
| 2019-05-21 | More wholesome signing solution | Linus Färnstrand | 1 | -6/+27 |
| 2019-05-20 | Merge branch 'add-buildserver-scripts' | Linus Färnstrand | 2 | -0/+165 |
| 2019-05-20 | Make sure only correct files are uploaded | Linus Färnstrand | 2 | -2/+3 |
| 2019-05-20 | Add +x permission to buildserver scripts | Linus Färnstrand | 2 | -0/+0 |
| 2019-05-20 | Verify checksums in upload script | Linus Färnstrand | 1 | -6/+10 |
| 2019-05-20 | Fix some of the PR feedback | Linus Färnstrand | 2 | -22/+32 |
| 2019-05-20 | Add build server upload script | Linus Färnstrand | 1 | -0/+25 |
| 2019-05-20 | Add initial build server build script | Linus Färnstrand | 1 | -0/+125 |
| 2019-05-20 | Merge branch 'refactor-rpc-socket-removal' | Janito Vaqueiro Ferreira Filho | 2 | -32/+16 |
| 2019-05-20 | Remove `Mullvad` in management interface logs | Janito Vaqueiro Ferreira Filho | 1 | -5/+2 |
| 2019-05-17 | Change management interface shutdown log level | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-05-17 | Stop management interface when exiting | Janito Vaqueiro Ferreira Filho | 2 | -27/+14 |
| 2019-05-17 | Merge branch 'account-login-ios' | Andrej Mihajlov | 17 | -48/+726 |
| 2019-05-17 | Implement account verification and login | Andrej Mihajlov | 11 | -41/+551 |
| 2019-05-17 | Unpack the JSON RPC errors | Andrej Mihajlov | 1 | -7/+9 |
