summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-06-29Merge branch 'fix-postinstall-fish-completions'Oskar Nyberg3-2/+12
2020-06-29Remove fish shell completions when uninstallingOskar Nyberg1-1/+7
2020-06-29Add fish shell completions to macOS buildOskar Nyberg1-0/+1
2020-06-29Change fish completions directory and only symlink if directory existsOskar Nyberg1-1/+4
2020-06-29readme: add missing punctuationTshepang Lekhonkhobe1-1/+1
2020-06-29Merge branch 'tshepang-patch-2'Andrej Mihajlov1-1/+1
2020-06-29readme: improve readabilityTshepang Lekhonkhobe1-1/+1
2020-06-29Merge branch 'tshepang-patch-1'Andrej Mihajlov1-1/+1
2020-06-27Update README.mdTshepang Lekhonkhobe1-1/+1
2020-06-26Improve language in 2020 app audit documentLinus Färnstrand1-31/+39
2020-06-26Add fish shell completionsClément Joly4-1/+6
2020-06-25Merge branch 'fix-notification-banner-height-calculation'Janito Vaqueiro Ferreira Filho6-205/+210
2020-06-25Describe height calculation fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+4
2020-06-25Remove height callback from `NotificationBanner`Janito Vaqueiro Ferreira Filho1-24/+0
2020-06-25Use `CoordinatorLayout` in `ConnectFragment`Janito Vaqueiro Ferreira Filho2-181/+171
2020-06-25Create `UnderNotificationBannerBehavior` classJanito Vaqueiro Ferreira Filho2-0/+35
2020-06-25Fix changelogEmīls1-3/+1
2020-06-25Merge branch 'version-check-supress-notification'Emīls51-352/+823
2020-06-25Use the same regex to determine if GUI is a beta versionEmīls1-1/+4
2020-06-25Update ktlint in travis to 0.37Emīls Piņķis1-1/+1
2020-06-25Update lockfileEmīls1-0/+27
2020-06-25Update changelogEmīls1-0/+3
2020-06-25Update CLIEmīls1-13/+11
2020-06-25Use new version info in AndroidEmīls21-98/+98
2020-06-25Update GUI to not show update info if the app is too newEmīls11-100/+53
2020-06-25Parse version info to check if version is too newEmīls12-136/+391
2020-06-25Allow AppVersionProxy to be cloneableEmīls1-0/+1
2020-06-25Allow users of mullvad-rpc to use rpc runtimeEmīls1-0/+4
2020-06-25Allow consumer of mullvad-rpc to set request timeoutEmīls1-2/+2
2020-06-25Allow factory to set timeoutsEmīls1-2/+14
2020-06-25Add future retrying to talpid-coreEmīls3-0/+215
2020-06-25Merge branch 'add-2020-app-audit-reports-and-result'Linus Färnstrand6-7/+151
2020-06-25Update changelogs to link to audit documentLinus Färnstrand2-6/+12
2020-06-25Add 2020 app audit report(s) and documentationLinus Färnstrand4-1/+139
2020-06-25Updating version in package filesLinus Färnstrand10-17/+17
2020-06-25Add 2020.5 changelog headerLinus Färnstrand1-1/+5
2020-06-25Merge branch 'upgrade-to-electron-8-again'Oskar Nyberg7-55/+77
2020-06-25Add Linux tray icon instructions to readmeOskar Nyberg1-5/+14
2020-06-25Removed dependency on libappindicator3-1Oskar Nyberg1-1/+1
2020-06-25Upgrade to Electron 8.3.2Oskar Nyberg5-49/+62
2020-06-24Install zsh completions to /usr/share instead of /usr/local/share in rpmLinus Färnstrand1-1/+1
2020-06-24Merge branch 'add-account-expired-notification'Oskar Nyberg22-141/+254
2020-06-24Remove tooSoon property from CloseToAccountExpiryNotificationContextOskar Nyberg2-9/+6
2020-06-24Add changelog entry about account expiry notificationOskar Nyberg1-0/+1
2020-06-24Add system notification for when account has expiredOskar Nyberg5-29/+75
2020-06-24Rename notification provider files to kebab-caseOskar Nyberg6-5/+5
2020-06-24Add test for account data fetch one minute before expiryOskar Nyberg1-0/+29
2020-06-24Fetch account data one minute before expiryOskar Nyberg1-5/+18
2020-06-24Add account expiry case to error notificationOskar Nyberg4-14/+48
2020-06-24Add isRunning getter in SchedulerOskar Nyberg1-1/+12