| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-03-18 | Implement initial relay list | Janito Vaqueiro Ferreira Filho | 15 | -0/+395 |
| 2019-03-18 | Animate "Select location" screen transition | Janito Vaqueiro Ferreira Filho | 5 | -0/+31 |
| 2019-03-18 | Handle close button press | Janito Vaqueiro Ferreira Filho | 2 | -2/+9 |
| 2019-03-18 | Create initial empty "Select location" screen | Janito Vaqueiro Ferreira Filho | 6 | -1/+86 |
| 2019-03-18 | Merge branch 'translation-fixes' | Andrej Mihajlov | 9 | -43/+63 |
| 2019-03-18 | Update file mapping | Andrej Mihajlov | 7 | -38/+51 |
| 2019-03-18 | Add missing translation | Andrej Mihajlov | 2 | -5/+12 |
| 2019-03-18 | Merge branch 'gui-sort-relay-list' | Emīls Piņķis | 1 | -13/+25 |
| 2019-03-18 | Sort relay list countries and cities by name in GUI | Emīls Piņķis | 1 | -13/+25 |
| 2019-03-18 | Merge branch 'add-translations' | Andrej Mihajlov | 11 | -66/+3318 |
| 2019-03-18 | Manually map es-ES -> es and sv-SE -> sv to match with the locale returned by... | Andrej Mihajlov | 3 | -0/+12 |
| 2019-03-18 | Update CHANGELOG | Andrej Mihajlov | 1 | -0/+1 |
| 2019-03-18 | Update README to remove gettext from dependencies | Andrej Mihajlov | 1 | -21/+0 |
| 2019-03-18 | Remove msgmerge script since crowdin does this for us | Andrej Mihajlov | 2 | -21/+1 |
| 2019-03-18 | Add de, es-ES, fr, sv-SE, zh-TW translations from crowdin | Andrej Mihajlov | 6 | -24/+3304 |
| 2019-03-18 | Merge branch 'ui-localization-adjustments' | Andrej Mihajlov | 5 | -18/+8 |
| 2019-03-18 | Remove the CSS workaround for text input placeholder color | Andrej Mihajlov | 1 | -13/+0 |
| 2019-03-18 | RX uses .app-container so no need for #app | Andrej Mihajlov | 2 | -2/+2 |
| 2019-03-18 | Tweak the line height of SettingsHeader to account for the multiline labels | Andrej Mihajlov | 1 | -2/+2 |
| 2019-03-18 | Make sure that the app version label never breaks. | Andrej Mihajlov | 2 | -1/+4 |
| 2019-03-18 | Merge branch 'wg-improve-connecting-state' | Emīls Piņķis | 4 | -62/+34 |
| 2019-03-18 | Revert hacky workarounds when connecting to wireguard. | Emīls Piņķis | 1 | -18/+0 |
| 2019-03-18 | Send tunnel up event from a separate thread. | Emīls Piņķis | 3 | -44/+34 |
| 2019-03-18 | Merge branch 'wg-fix-ping' | Emīls Piņķis | 1 | -1/+5 |
| 2019-03-17 | Fix ping args for Linux | Emīls Piņķis | 1 | -1/+5 |
| 2019-03-16 | Merge branch 'autosize-mssfix' | Andrej Mihajlov | 3 | -18/+90 |
| 2019-03-15 | Add auto-sizing input container for mssfix field | Andrej Mihajlov | 3 | -18/+90 |
| 2019-03-15 | Merge branch 'android-connect-screen' | Janito Vaqueiro Ferreira Filho | 16 | -0/+482 |
| 2019-03-15 | Refactor to create `NotificationBanner` helper | Janito Vaqueiro Ferreira Filho | 2 | -9/+22 |
| 2019-03-15 | Refactor to create `ConnectionStatus` helper | Janito Vaqueiro Ferreira Filho | 2 | -18/+51 |
| 2019-03-15 | Refactor to use `apply` block on action button | Janito Vaqueiro Ferreira Filho | 1 | -3/+5 |
| 2019-03-15 | Refactor to create `HeaderBar` helper type | Janito Vaqueiro Ferreira Filho | 2 | -11/+42 |
| 2019-03-15 | Handle disconnection request | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 |
| 2019-03-15 | Implement Connected screen | Janito Vaqueiro Ferreira Filho | 4 | -0/+36 |
| 2019-03-15 | Handle cancelling the connection attempt | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-03-15 | Refactor to creater helper `ConnectActionButton` | Janito Vaqueiro Ferreira Filho | 3 | -6/+52 |
| 2019-03-15 | Implement Connecting screen | Janito Vaqueiro Ferreira Filho | 6 | -6/+103 |
| 2019-03-15 | Implement initial Connect screen | Janito Vaqueiro Ferreira Filho | 9 | -0/+210 |
| 2019-03-14 | Merge branch 'navbar-title-adjustment' | Andrej Mihajlov | 1 | -32/+92 |
| 2019-03-14 | Handle the navbar title centering | Andrej Mihajlov | 1 | -32/+92 |
| 2019-03-14 | Merge branch 'add-cell-switch' | Andrej Mihajlov | 3 | -26/+39 |
| 2019-03-14 | Prefix all Cell types for easier debugging | Andrej Mihajlov | 1 | -17/+17 |
| 2019-03-14 | Fix the switch control layout when used within cells | Andrej Mihajlov | 3 | -9/+22 |
| 2019-03-13 | Merge branch 'android-login-screen' | Janito Vaqueiro Ferreira Filho | 22 | -0/+477 |
| 2019-03-13 | Refactor to separate account input state handling | Janito Vaqueiro Ferreira Filho | 3 | -85/+139 |
| 2019-03-13 | Implement "Login failed" screen | Janito Vaqueiro Ferreira Filho | 5 | -1/+66 |
| 2019-03-13 | Implement "Login successful" screen | Janito Vaqueiro Ferreira Filho | 4 | -10/+57 |
| 2019-03-13 | Implement "Logging in" screen | Janito Vaqueiro Ferreira Filho | 5 | -4/+78 |
| 2019-03-13 | Implement Login screen | Janito Vaqueiro Ferreira Filho | 17 | -0/+237 |
| 2019-03-13 | Merge branch 'wg-rework-ping' | Emīls Piņķis | 3 | -15/+34 |
