summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Always handle commands the same wayJanito Vaqueiro Ferreira Filho1-13/+7
2020-09-09Create `handlePendingAction` helper methodJanito Vaqueiro Ferreira Filho1-16/+19
2020-09-09Merge branch 'improve-dns-resolution'Andrej Mihajlov4-40/+70
2020-09-09Refactor DNS64 resolution codeAndrej Mihajlov3-40/+68
2020-09-09Add missing copyright noticesAndrej Mihajlov2-0/+2
2020-09-09Merge branch 'use-single-task-for-app'Janito Vaqueiro Ferreira Filho4-0/+4
2020-09-09Describe single task fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-09Clear the task stack as needed when opening the UIJanito Vaqueiro Ferreira Filho2-0/+2
2020-09-09Mark main activity to run as a single taskJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-09Merge branch 'add-actions-to-linux-context-menu' into masterOskar Nyberg4-5/+63
2020-09-09Remove context for translations shared between context menu and tunnel controlOskar Nyberg1-3/+3
2020-09-09Add changelog entry for Linux tray context menu changesOskar Nyberg1-0/+4
2020-09-09Add Linux context menuOskar Nyberg2-2/+56
2020-09-08Merge branch 'improve-ipaddress-range'Andrej Mihajlov4-44/+146
2020-09-08Rename IpAddress+Codable.swift to IPAddress+Codable.swiftAndrej Mihajlov2-9/+9
2020-09-08Improve IPAddressRange and add testsAndrej Mihajlov3-35/+136
2020-09-08Add missing copyright noticeAndrej Mihajlov1-0/+1
2020-09-08Merge branch 'fallback-for-non-existing-release-tag'Linus Färnstrand2-2/+2
2020-09-08Allow build[-apk].sh to work even when release tag does not existLinus Färnstrand2-2/+2
2020-09-08Merge branch 'use-android-specific-tags'Janito Vaqueiro Ferreira Filho1-6/+43
2020-09-08Fix regex to check for version in the changelogJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-08Update hint to push tagsJanito Vaqueiro Ferreira Filho1-1/+5
2020-09-08Update `prepare_release.sh` to emit Android tagsJanito Vaqueiro Ferreira Filho1-4/+37
2020-09-08Merge branch 'fix-build.sh-for-android-tags'Linus Färnstrand2-6/+9
2020-09-08Update build-apk.sh to handle release tags betterLinus Färnstrand1-3/+5
2020-09-08Update build.sh to handle release tags betterLinus Färnstrand1-3/+4
2020-09-08Merge branch 'log-better-wg-impl-selection'Linus Färnstrand1-6/+9
2020-09-08Misc other error logging changesLinus Färnstrand1-3/+3
2020-09-08Log more around which WireGuard implementation is used on LinuxLinus Färnstrand1-3/+6
2020-09-08Merge branch 'fix-problem-report-tool'David Lönnhager9-121/+71
2020-09-07Remove futures 0.1 from mullvad-rpcDavid Lönnhager3-20/+1
2020-09-07Use new-style futures for geoip requestsDavid Lönnhager4-46/+38
2020-09-07Use new-style futures for AccountsProxyDavid Lönnhager2-45/+26
2020-09-07Fix deadlock in the problem report toolDavid Lönnhager4-10/+6
2020-09-04Merge branch 'fix-close-button' into masterOskar Nyberg1-0/+1
2020-09-04Fix settings close button not clickableOskar Nyberg1-0/+1
2020-09-04Merge branch 'create-account-login-widget'Janito Vaqueiro Ferreira Filho14-95/+130
2020-09-04Rename widget reference property to `accountLogin`Janito Vaqueiro Ferreira Filho1-10/+10
2020-09-04Shorten layout IDs inside the widgetJanito Vaqueiro Ferreira Filho2-7/+7
2020-09-04Fix account login widget jumping when logging inJanito Vaqueiro Ferreira Filho1-1/+0
2020-09-04Move controller code into `AccountLogin` widgetJanito Vaqueiro Ferreira Filho3-122/+119
2020-09-04Move history into `AccountLogin` widgetJanito Vaqueiro Ferreira Filho2-7/+8
2020-09-04Create `AccountLogin` widgetJanito Vaqueiro Ferreira Filho3-9/+46
2020-09-04Rename account input resources into account loginJanito Vaqueiro Ferreira Filho10-31/+31
2020-09-04Rename container widget into `AccountLoginBorder`Janito Vaqueiro Ferreira Filho4-9/+9
2020-09-04Move `AccountInputContainer` into `widget` packageJanito Vaqueiro Ferreira Filho3-6/+7
2020-09-04Merge branch 'fix-split-tunneling-after-restart'Janito Vaqueiro Ferreira Filho2-1/+5
2020-09-04Describe split tunneling fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-04Notify current list when listener is first setJanito Vaqueiro Ferreira Filho1-1/+3
2020-09-04Notify listener after fetching initial listJanito Vaqueiro Ferreira Filho1-0/+1