summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Sort relay list alphabeticallyEmīls2-1/+9
2020-05-05Merge branch 'update-translations'Linus Färnstrand32-693/+3445
2020-05-05Integrate translations backLinus Färnstrand30-669/+3204
2020-05-05Update relay locations (add Vienna)Linus Färnstrand16-15/+64
2020-05-05Update messages.potLinus Färnstrand1-29/+197
2020-05-05Merge branch 'clear-install-log'David Lönnhager2-1/+2
2020-05-05Fix leak when the log sink constructor throwsDavid Lönnhager1-0/+1
2020-05-05Overwrite install.log instead of appending to itDavid Lönnhager1-1/+1
2020-05-04Merge branch 'fix-start-service-crash'Janito Vaqueiro Ferreira Filho3-3/+14
2020-05-04Describe foreground promise fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-04Promise service is foreground in quick-settingsJanito Vaqueiro Ferreira Filho1-1/+6
2020-05-04Promise service is foreground in notificationJanito Vaqueiro Ferreira Filho1-2/+7
2020-05-04Merge branch 'fix-start-and-connect'Janito Vaqueiro Ferreira Filho5-35/+29
2020-05-04Describe start and connect fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+2
2020-05-04Minor fix to changelogJanito Vaqueiro Ferreira Filho1-3/+2
2020-05-04Check login status before handling pending actionJanito Vaqueiro Ferreira Filho1-13/+14
2020-05-04Change how the service knows if user is logged inJanito Vaqueiro Ferreira Filho1-5/+6
2020-05-04Replace callback function with event notifierJanito Vaqueiro Ferreira Filho2-15/+8
2020-05-04Refactor ctor. parameter order for consistencyJanito Vaqueiro Ferreira Filho2-2/+2
2020-05-04Remove left-over codeJanito Vaqueiro Ferreira Filho1-3/+1
2020-05-04Merge branch 'android-unpack-relay-list-on-upgrade'Emīls3-3/+11
2020-05-04Unpack relay list from APK when upgradedEmīls3-3/+11
2020-05-04Merge branch 'route-man-overflow'David Lönnhager1-4/+4
2020-05-04Prevent overflow in RouteManagerDavid Lönnhager1-4/+4
2020-05-04Merge branch 'increase-minimum-api-level'Janito Vaqueiro Ferreira Filho2-1/+5
2020-05-04Describe supported version change in the changelogJanito Vaqueiro Ferreira Filho1-0/+4
2020-05-04Change minimum supported Android version to 7.0Janito Vaqueiro Ferreira Filho1-1/+1
2020-05-04Merge branch 'cleanup-fix'David Lönnhager1-4/+3
2020-05-04Remove unused variable in installer scriptDavid Lönnhager1-1/+0
2020-05-04Clean up log filesDavid Lönnhager1-3/+3
2020-05-04Merge branch 'types-docs'David Lönnhager11-19/+72
2020-05-04Document types in {mullvad,talpid}-typesDavid Lönnhager11-19/+72
2020-05-01Merge branch 'fix-settings-crash'Janito Vaqueiro Ferreira Filho11-60/+62
2020-05-01Describe settings listener crash fix in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-01Use `SettingsListener` in `LaunchFragment`Janito Vaqueiro Ferreira Filho2-21/+2
2020-05-01Restart initialization if daemon acts weirdJanito Vaqueiro Ferreira Filho2-5/+12
2020-05-01Refactor to create `setUpInstance` methodJanito Vaqueiro Ferreira Filho1-17/+21
2020-05-01Move `SettingsListener` to service packageJanito Vaqueiro Ferreira Filho8-7/+17
2020-05-01Refactor to simplify service clean-upJanito Vaqueiro Ferreira Filho2-23/+22
2020-05-01Merge branch 'new-account-welcome-screen'Janito Vaqueiro Ferreira Filho6-9/+245
2020-04-30Describe welcome screen in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-04-30Copy account token to clipboard when clickedJanito Vaqueiro Ferreira Filho2-3/+26
2020-04-30Advance to Connect screen when payment is detectedJanito Vaqueiro Ferreira Filho1-1/+33
2020-04-30Enable Buy Credit buttonJanito Vaqueiro Ferreira Filho1-0/+5
2020-04-30Show account number in Welcome screenJanito Vaqueiro Ferreira Filho1-0/+49
2020-04-30Implement Settings button behaviorJanito Vaqueiro Ferreira Filho1-1/+10
2020-04-30Enter Welcome screen after creating a new accountJanito Vaqueiro Ferreira Filho1-9/+17
2020-04-30Create Welcome screen for newly created accountsJanito Vaqueiro Ferreira Filho3-0/+108
2020-04-30Fix `Button` still clickable when disabledJanito Vaqueiro Ferreira Filho1-0/+1
2020-04-30Merge branch 'fix-crash-on-wireguard-key-screen'Janito Vaqueiro Ferreira Filho3-9/+30