| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-10-01 | Notarize app after signing | Linus Färnstrand | 2 | -14/+34 |
| 2019-10-01 | Add electron-notarize as a dev dependency | Linus Färnstrand | 2 | -259/+104 |
| 2019-10-01 | Merge branch 'android-add-ktlint-to-travis' | Emīls Piņķis | 44 | -196/+143 |
| 2019-10-01 | Fix all the ktlint issues | Emīls Piņķis | 43 | -196/+137 |
| 2019-10-01 | Add ktlint to android travis job | Emīls Piņķis | 1 | -0/+6 |
| 2019-10-01 | Merge branch 'android-wg-keys-show-local-timezone' | Emīls Piņķis | 2 | -1/+11 |
| 2019-10-01 | Show key age in local timezone | Emīls Piņķis | 2 | -1/+11 |
| 2019-09-30 | Merge branch 'logged-out-settings' | Janito Vaqueiro Ferreira Filho | 8 | -22/+111 |
| 2019-09-30 | Describe added settings button in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-09-30 | Remove spacer view | Janito Vaqueiro Ferreira Filho | 1 | -8/+3 |
| 2019-09-30 | Don't advance screen after leaving login screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+18 |
| 2019-09-30 | Add settings button to login screen | Janito Vaqueiro Ferreira Filho | 2 | -1/+15 |
| 2019-09-30 | Don't advance screen after leaving launch screen | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 |
| 2019-09-30 | Add settings button to launch screen | Janito Vaqueiro Ferreira Filho | 2 | -2/+20 |
| 2019-09-30 | Tweak margins to better support logged out state | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-09-30 | Hide items in settings screen when logged out | Janito Vaqueiro Ferreira Filho | 2 | -6/+40 |
| 2019-09-30 | Put condition on restore commands as well, not just backup | Linus Färnstrand | 1 | -2/+6 |
| 2019-09-30 | Merge branch 'fix-section-titles' | Andrej Mihajlov | 1 | -1/+6 |
| 2019-09-30 | Fix missing section titles | Andrej Mihajlov | 1 | -1/+6 |
| 2019-09-30 | Merge branch 'win-add-ping' | Emīls Piņķis | 7 | -11/+313 |
| 2019-09-30 | Add Windows implementation for ping_monitor | Emīls Piņķis | 5 | -1/+288 |
| 2019-09-30 | Improve interface for ping_monitor | Emīls Piņķis | 2 | -9/+14 |
| 2019-09-30 | Move ping_monitor to root of talpid-core | Emīls Piņķis | 3 | -1/+11 |
| 2019-09-30 | Merge branch 'no-action-button-when-logged-out' | Janito Vaqueiro Ferreira Filho | 5 | -22/+35 |
| 2019-09-30 | Describe no action button in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-09-30 | Load initial settings inside `MullvadDaemon` | Janito Vaqueiro Ferreira Filho | 2 | -17/+7 |
| 2019-09-30 | Don't show notification button when logged out | Janito Vaqueiro Ferreira Filho | 2 | -4/+17 |
| 2019-09-30 | Use an `EventListener` for `Settings` changes | Janito Vaqueiro Ferreira Filho | 2 | -5/+12 |
| 2019-09-30 | Merge branch 'fix-macos-sed-compatibility' | Linus Färnstrand | 1 | -5/+7 |
| 2019-09-30 | Only inject Android version on Linux | Linus Färnstrand | 1 | -5/+7 |
| 2019-09-30 | Merge branch 'fix-bad-fd-handling' | Janito Vaqueiro Ferreira Filho | 2 | -16/+11 |
| 2019-09-30 | Detect EBADF on Linux and Android too | Janito Vaqueiro Ferreira Filho | 1 | -14/+9 |
| 2019-09-30 | Reword duplication error message | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-09-30 | Merge branch 'fix-relay-update-cmd' | Linus Färnstrand | 2 | -12/+14 |
| 2019-09-30 | Fix relay update CLI command to always trigger download | Linus Färnstrand | 2 | -12/+14 |
| 2019-09-30 | Merge remote-tracking branch 'emsoucy/master' | Linus Färnstrand | 1 | -1/+1 |
| 2019-09-28 | Fixed a typo in relay get command response | Ethan Soucy | 1 | -1/+1 |
| 2019-09-27 | Merge branch 'stop-pinger' | Janito Vaqueiro Ferreira Filho | 2 | -4/+21 |
| 2019-09-26 | Stop ping monitor when it's no longer necessary | Janito Vaqueiro Ferreira Filho | 2 | -4/+21 |
| 2019-09-26 | Merge branch 'fix-tun-config-leak' | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2019-09-26 | Fix local reference leak of `TunConfig` | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2019-09-26 | Merge branch 'upgrade-jni' | Janito Vaqueiro Ferreira Filho | 5 | -20/+12 |
| 2019-09-26 | Attach thread to Java VM permanently | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-09-26 | Revert "Don't use `JList` wrapper type" | Janito Vaqueiro Ferreira Filho | 2 | -14/+6 |
| 2019-09-26 | Use `jni` version 0.13 | Janito Vaqueiro Ferreira Filho | 2 | -4/+4 |
| 2019-09-25 | Merge branch 'duplicate-tunnel-fd' | Emīls Piņķis | 5 | -51/+52 |
| 2019-09-25 | Duplicate tunnel fd on all platforms for wireguard-go | Emīls Piņķis | 5 | -51/+52 |
| 2019-09-25 | Merge branch 'gui-language' | Andrej Mihajlov | 31 | -234/+584 |
| 2019-09-25 | Update CHANGELOG | Andrej Mihajlov | 1 | -0/+5 |
| 2019-09-25 | Add an icon to language item and remove the large title when logged in to pro... | Andrej Mihajlov | 4 | -45/+44 |
