summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Describe added settings button in change logJanito Vaqueiro Ferreira Filho1-0/+3
2019-09-30Remove spacer viewJanito Vaqueiro Ferreira Filho1-8/+3
2019-09-30Don't advance screen after leaving login screenJanito Vaqueiro Ferreira Filho1-1/+18
2019-09-30Add settings button to login screenJanito Vaqueiro Ferreira Filho2-1/+15
2019-09-30Don't advance screen after leaving launch screenJanito Vaqueiro Ferreira Filho1-2/+10
2019-09-30Add settings button to launch screenJanito Vaqueiro Ferreira Filho2-2/+20
2019-09-30Tweak margins to better support logged out stateJanito Vaqueiro Ferreira Filho1-2/+2
2019-09-30Hide items in settings screen when logged outJanito Vaqueiro Ferreira Filho2-6/+40
2019-09-30Put condition on restore commands as well, not just backupLinus Färnstrand1-2/+6
2019-09-30Merge branch 'fix-section-titles'Andrej Mihajlov1-1/+6
2019-09-30Fix missing section titlesAndrej Mihajlov1-1/+6
2019-09-30Merge branch 'win-add-ping'Emīls Piņķis7-11/+313
2019-09-30Add Windows implementation for ping_monitorEmīls Piņķis5-1/+288
2019-09-30Improve interface for ping_monitorEmīls Piņķis2-9/+14
2019-09-30Move ping_monitor to root of talpid-coreEmīls Piņķis3-1/+11
2019-09-30Merge branch 'no-action-button-when-logged-out'Janito Vaqueiro Ferreira Filho5-22/+35
2019-09-30Describe no action button in change logJanito Vaqueiro Ferreira Filho1-0/+3
2019-09-30Load initial settings inside `MullvadDaemon`Janito Vaqueiro Ferreira Filho2-17/+7
2019-09-30Don't show notification button when logged outJanito Vaqueiro Ferreira Filho2-4/+17
2019-09-30Use an `EventListener` for `Settings` changesJanito Vaqueiro Ferreira Filho2-5/+12
2019-09-30Merge branch 'fix-macos-sed-compatibility'Linus Färnstrand1-5/+7
2019-09-30Only inject Android version on LinuxLinus Färnstrand1-5/+7
2019-09-30Merge branch 'fix-bad-fd-handling'Janito Vaqueiro Ferreira Filho2-16/+11
2019-09-30Detect EBADF on Linux and Android tooJanito Vaqueiro Ferreira Filho1-14/+9
2019-09-30Reword duplication error messageJanito Vaqueiro Ferreira Filho1-2/+2
2019-09-30Merge branch 'fix-relay-update-cmd'Linus Färnstrand2-12/+14
2019-09-30Fix relay update CLI command to always trigger downloadLinus Färnstrand2-12/+14
2019-09-30Merge remote-tracking branch 'emsoucy/master'Linus Färnstrand1-1/+1
2019-09-28Fixed a typo in relay get command responseEthan Soucy1-1/+1
2019-09-27Merge branch 'stop-pinger'Janito Vaqueiro Ferreira Filho2-4/+21
2019-09-26Stop ping monitor when it's no longer necessaryJanito Vaqueiro Ferreira Filho2-4/+21
2019-09-26Merge branch 'fix-tun-config-leak'Janito Vaqueiro Ferreira Filho1-1/+2
2019-09-26Fix local reference leak of `TunConfig`Janito Vaqueiro Ferreira Filho1-1/+2
2019-09-26Merge branch 'upgrade-jni'Janito Vaqueiro Ferreira Filho5-20/+12
2019-09-26Attach thread to Java VM permanentlyJanito Vaqueiro Ferreira Filho1-2/+2
2019-09-26Revert "Don't use `JList` wrapper type"Janito Vaqueiro Ferreira Filho2-14/+6
2019-09-26Use `jni` version 0.13Janito Vaqueiro Ferreira Filho2-4/+4
2019-09-25Merge branch 'duplicate-tunnel-fd'Emīls Piņķis5-51/+52
2019-09-25Duplicate tunnel fd on all platforms for wireguard-goEmīls Piņķis5-51/+52
2019-09-25Merge branch 'gui-language'Andrej Mihajlov31-234/+584
2019-09-25Update CHANGELOGAndrej Mihajlov1-0/+5
2019-09-25Add an icon to language item and remove the large title when logged in to pro...Andrej Mihajlov4-45/+44
2019-09-25Document gui-settingsAndrej Mihajlov1-0/+14
2019-09-25Move "system" constant to SYSTEM_PREFERRED_LOCALE_KEY and remove MULLVAD_LOCA...Andrej Mihajlov5-30/+15
2019-09-25Update translatorsAndrej Mihajlov1-1/+3
2019-09-25Propagate the display name for the preferred locale and show it in the Settin...Andrej Mihajlov5-1/+37
2019-09-25Only wrap Selector in CellSection when the title is providedAndrej Mihajlov1-19/+20
2019-09-25Normalize isXXX -> XXX propsAndrej Mihajlov4-9/+9
2019-09-25Move selected to CellButtonAndrej Mihajlov7-42/+24
2019-09-25Add language selectorAndrej Mihajlov20-144/+461