summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2022-01-11Mention deprecation of Windows 7/8/8.1 in the changelogDavid Lönnhager1-0/+4
2022-01-11Merge branch 'add-malware-dns-blocking'Linus Färnstrand13-14/+94
2022-01-11Add malware block changelog entryOskar Nyberg1-0/+1
2022-01-11Add GUI setting for toggling malware blocking DNSOskar Nyberg7-3/+48
2022-01-11Add ability to block malware via server side DNS to daemon/CLILinus Färnstrand5-11/+45
2022-01-11Merge branch 'remove-win7-installer-support'David Lönnhager12-478/+6
2022-01-11Remove osinfo from nsis-pluginsDavid Lönnhager11-357/+0
2022-01-11Deprecate Windows 7 and 8.1 in the installerDavid Lönnhager1-0/+5
2022-01-11Remove legacy Windows ST driver from the installerDavid Lönnhager1-34/+1
2022-01-11Remove SHA-2 hotfixDavid Lönnhager1-87/+0
2022-01-11Merge branch 'stable-settings-migrations'Linus Färnstrand7-10/+124
2022-01-11Fix Android dependencies and importsLinus Färnstrand5-1/+7
2022-01-11Make settings migrations not depend on types that can changeLinus Färnstrand5-10/+118
2022-01-11Merge branch 'unify-logging-format'Linus Färnstrand18-29/+29
2022-01-11Use ": " as delimiter instead of " - " between messages and valueLinus Färnstrand17-28/+28
2022-01-11Print paths with .display() instead of {:?}Linus Färnstrand1-1/+1
2022-01-11Change copyright from 2021 to 2022 in product metadata and readmeLinus Färnstrand9-9/+9
2022-01-11Merge branch 'fix-android-url-buttons'Albin5-1/+16
2022-01-10Fix Android website link buttonsAlbin5-1/+16
Fixes an issue with url buttons keeping an old reference to service dependent instances, even after the service connection is no longer available. The fix ensures that the reference is updated once there is a new service connection.
2022-01-10Merge branch 'android-fix-bypass'David Lönnhager1-1/+1
2022-01-10Fix socket bypass on AndroidDavid Lönnhager1-1/+1
2022-01-10Merge branch 'specify-android-dependencies-as-constants'Albin6-60/+164
2022-01-10Extract Android dependencies to constantsAlbin6-60/+164
Extracts Android dependency names/versions/repos to Kotlin constants in source code. The purpose of this change is to minimize duplication, unify versions and prepare the project to be split into multiple sub-projects/modules.
2022-01-07Merge branch 'dont-directly-import-logging-macros'Linus Färnstrand10-109/+103
2022-01-07Always use logging macros prefixed with log::Linus Färnstrand10-109/+103
2022-01-07Merge branch 'fix-android-gradle-copy-extra-assets'Albin1-4/+2
2022-01-07Fix Android build asset inclusionAlbin1-4/+2
2022-01-07Merge branch 'fix-android-gradle-kotlin-release-build'Albin1-2/+2
2022-01-07Fix gradle kotlin release buildAlbin1-2/+2
2022-01-07Merge branch 'respect-compression-flag'Oskar Nyberg1-2/+6
2022-01-05Add --rpm-compression argumentOskar Nyberg1-2/+6
2022-01-05Merge branch 'migrate-gradle-scripts-to-kotlin'Albin9-229/+231
2022-01-05Migrade gradle scripts to kotlin/ktsAlbin8-100/+101
2022-01-05Apply gradle plugins declarativelyAlbin1-4/+6
2022-01-05Prepare gradle scripts for kotlin migrationAlbin2-76/+75
2022-01-05Merge branch 'fix-failing-android-release-build'Albin1-1/+1
2022-01-04Fix invalid path in Android release buildAlbin1-1/+1
Fixes the invalid path to 'keystore.properties' introduced in the previous split of the android/root project and app module.
2022-01-04Merge branch 'update-system-configuration'Emīls2-27/+11
2022-01-04Update system-confuguration to 0.5Emīls2-27/+11
2022-01-04Merge branch 'wireguard-ui-fixes'Oskar Nyberg2-5/+5
2022-01-04Fix entry location disabled when multihop is offOskar Nyberg1-3/+3
2022-01-04Fix location sorting in non-english languagesOskar Nyberg1-2/+2
2022-01-03Merge branch 'fix-bridge-constraint-preference'David Lönnhager4-42/+104
2022-01-03Update changelogDavid Lönnhager1-0/+1
2022-01-03Leave relay constraints alone when setting bridge stateDavid Lönnhager2-27/+0
2022-01-03Add test for bridge selectionDavid Lönnhager1-0/+88
2022-01-03Stop forcing OpenVPN to be used when the bridge state is set to 'on'David Lönnhager1-15/+15
2022-01-03Merge branch 'fix-status-validation'Emīls2-23/+35
2022-01-03Always allow 2XX responses from the APIEmīls2-23/+35
2022-01-03Merge branch 'wg-backoff-reconnect-interval'David Lönnhager5-9/+111