summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-07-09Bump binaries submoduleDavid Lönnhager1-0/+0
2021-07-09Merge branch 'fix-wg-entry-filter'David Lönnhager6-83/+397
2021-07-09Update changelogDavid Lönnhager1-0/+1
2021-07-09Add tests for entry relay/location settingDavid Lönnhager1-3/+96
2021-07-09Add unit tests to relay selectorDavid Lönnhager1-3/+104
2021-07-09Add from_base64 method to PublicKey typeDavid Lönnhager1-0/+14
2021-07-09Hide entry peer selection if OpenVPN endpoint is selectedDavid Lönnhager1-15/+10
2021-07-09Fix entry relay selection collisions when the entry locations are a subset of...David Lönnhager4-75/+184
2021-07-09Log error instead of panickingDavid Lönnhager1-1/+2
2021-07-09Merge branch 'fix-known-folder'David Lönnhager7-25/+24
2021-07-08Bump windows-libraries submoduleDavid Lönnhager1-0/+0
2021-07-08Remove superfluous argumentsDavid Lönnhager6-14/+14
2021-07-08Free path when SHGetKnownFolderPath failsDavid Lönnhager1-11/+10
2021-07-08Merge branch 'improve-account-data-fetching'Oskar Nyberg11-54/+146
2021-07-08Add changelog entry for account expiry fetchingOskar Nyberg1-0/+2
2021-07-08Add tests for account data cache invalidationOskar Nyberg1-0/+88
2021-07-08Change show/hide listeners into focus/blurOskar Nyberg1-4/+2
2021-07-08Fetch account data when settings and account page is mountedOskar Nyberg7-0/+22
2021-07-08Prevent account data fetch on show unless within 4 days of expiryOskar Nyberg2-4/+12
2021-07-08Lower account data cache validity time when account has expiredOskar Nyberg1-4/+17
2021-07-08Rename variables and function names in account data cacheOskar Nyberg1-6/+6
2021-07-08Remove periodic account data fetch when account has expiredOskar Nyberg2-41/+2
2021-07-07Merge branch 'never-disable-redeem-voucher-button'Oskar Nyberg1-3/+1
2021-07-07Make redeem voucher button always enabledOskar Nyberg1-3/+1
2021-07-07Merge branch 'python-use-with-popen'Andrej Mihajlov2-20/+20
2021-07-07Scripts: use "with" with resource allocating callsAndrej Mihajlov2-20/+20
2021-07-07Merge branch 'ios-localization-automation'Andrej Mihajlov7-1/+303
2021-07-07iOS: localize AppStore subscriptionsAndrej Mihajlov3-1/+26
2021-07-07iOS: add localizations section in README.mdAndrej Mihajlov1-0/+27
2021-07-07iOS: add update_translations.py scriptAndrej Mihajlov3-0/+250
2021-07-06Merge branch 'fix-android-vpn-permission-request'Emīls Piņķis1-0/+5
2021-07-06Fix issue with app never requesting VPN permissionEmīls1-0/+5
2021-07-06Merge branch 'remove-android-studio-files'Emīls Piņķis7-180/+1
2021-07-06Add android studio files to .gitignore.Emīls7-180/+1
2021-07-06Merge branch 'fix-advanced-settings-spacing'Oskar Nyberg2-8/+8
2021-07-06Remove split tunnel button margin on macOSOskar Nyberg2-8/+8
2021-07-06Merge branch 'make-footer-and-account-history-always-visible'Oskar Nyberg1-11/+2
2021-07-06Prevent account history and Login footer from hidingOskar Nyberg1-11/+2
2021-07-06Merge branch 'fix-settings-update'David Lönnhager1-0/+1
2021-07-06Fix settings updateDavid Lönnhager1-0/+1
2021-07-05Merge branch 'improve-resource-table-parsing'Oskar Nyberg1-9/+6
2021-07-05Improve resource table parsingOskar Nyberg1-9/+6
2021-07-05Merge branch 'windows-st-fix-removable-drive-issue'David Lönnhager3-9/+15
2021-07-05Update changelogDavid Lönnhager1-0/+1
2021-07-05Skip excluded paths with non-existent drive lettersDavid Lönnhager2-9/+14
2021-07-05Merge branch 'windows-st-fix-fw-reset'David Lönnhager3-4/+10
2021-07-05Update changelogDavid Lönnhager1-0/+2
2021-07-05Reset the firewall correctly after the daemon has unexpectedly stoppedDavid Lönnhager2-4/+8
2021-07-05Merge branch 'fix-talpid-core-tokio-feature'Emīls Piņķis1-1/+1
2021-07-05Add missing 'fs' feature to tokioEmīls1-1/+1