| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-05-22 | Implement `MullvadDaemon::setAccount` | Janito Vaqueiro Ferreira Filho | 2 | -0/+17 |
| 2019-05-22 | Implement `FromJava` for `Option<T>` | Janito Vaqueiro Ferreira Filho | 1 | -1/+21 |
| 2019-05-22 | Implement `DaemonInterface::set_account` | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2019-05-22 | Merge branch 'login-on-android' | Janito Vaqueiro Ferreira Filho | 9 | -10/+195 |
| 2019-05-22 | Implement login procedure | Janito Vaqueiro Ferreira Filho | 1 | -4/+29 |
| 2019-05-22 | Implement `MullvadDaemon::getAccountData` | Janito Vaqueiro Ferreira Filho | 2 | -2/+29 |
| 2019-05-22 | Implement `DaemonInterface::get_account_data` | Janito Vaqueiro Ferreira Filho | 3 | -1/+41 |
| 2019-05-22 | Implement `IntoJava` for `AccountData` | Janito Vaqueiro Ferreira Filho | 2 | -2/+20 |
| 2019-05-22 | Implement preloading of Java classes to be used | Janito Vaqueiro Ferreira Filho | 1 | -4/+41 |
| 2019-05-22 | Create `AccountData` data class | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-05-22 | Create `IntoJava` helper trait | Janito Vaqueiro Ferreira Filho | 2 | -0/+16 |
| 2019-05-22 | Create `FromJava` helper trait | Janito Vaqueiro Ferreira Filho | 2 | -0/+19 |
| 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 |
