| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-05-06 | Port 2020.4-beta4 changelog entries back to master | Linus Färnstrand | 1 | -5/+13 |
| 2020-05-06 | Merge branch 'change-quotes-to-normal-quotes' | Oskar Nyberg | 2 | -2/+2 |
| 2020-05-06 | Change quotes around "Always require VPN" to normal quotes | Oskar Nyberg | 2 | -2/+2 |
| 2020-05-05 | Merge branch 'fix-app-version-info' | Janito Vaqueiro Ferreira Filho | 3 | -8/+29 |
| 2020-05-05 | Describe version info. fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-05 | Handle `null` value for `latest_stable` version | Janito Vaqueiro Ferreira Filho | 1 | -6/+26 |
| 2020-05-05 | Fix order of `AppVersionInfo` ctor. parameters | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-05 | Merge branch 'android-fix-relay-sort-order' | Emīls | 2 | -1/+9 |
| 2020-05-05 | Sort relay list alphabetically | Emīls | 2 | -1/+9 |
| 2020-05-05 | Merge branch 'update-translations' | Linus Färnstrand | 32 | -693/+3445 |
| 2020-05-05 | Integrate translations back | Linus Färnstrand | 30 | -669/+3204 |
| 2020-05-05 | Update relay locations (add Vienna) | Linus Färnstrand | 16 | -15/+64 |
| 2020-05-05 | Update messages.pot | Linus Färnstrand | 1 | -29/+197 |
| 2020-05-05 | Merge branch 'clear-install-log' | David Lönnhager | 2 | -1/+2 |
| 2020-05-05 | Fix leak when the log sink constructor throws | David Lönnhager | 1 | -0/+1 |
| 2020-05-05 | Overwrite install.log instead of appending to it | David Lönnhager | 1 | -1/+1 |
| 2020-05-04 | Merge branch 'fix-start-service-crash' | Janito Vaqueiro Ferreira Filho | 3 | -3/+14 |
| 2020-05-04 | Describe foreground promise fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-04 | Promise service is foreground in quick-settings | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 |
| 2020-05-04 | Promise service is foreground in notification | Janito Vaqueiro Ferreira Filho | 1 | -2/+7 |
| 2020-05-04 | Merge branch 'fix-start-and-connect' | Janito Vaqueiro Ferreira Filho | 5 | -35/+29 |
| 2020-05-04 | Describe start and connect fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-05-04 | Minor fix to changelog | Janito Vaqueiro Ferreira Filho | 1 | -3/+2 |
| 2020-05-04 | Check login status before handling pending action | Janito Vaqueiro Ferreira Filho | 1 | -13/+14 |
| 2020-05-04 | Change how the service knows if user is logged in | Janito Vaqueiro Ferreira Filho | 1 | -5/+6 |
| 2020-05-04 | Replace callback function with event notifier | Janito Vaqueiro Ferreira Filho | 2 | -15/+8 |
| 2020-05-04 | Refactor ctor. parameter order for consistency | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-05-04 | Remove left-over code | Janito Vaqueiro Ferreira Filho | 1 | -3/+1 |
| 2020-05-04 | Merge branch 'android-unpack-relay-list-on-upgrade' | Emīls | 3 | -3/+11 |
| 2020-05-04 | Unpack relay list from APK when upgraded | Emīls | 3 | -3/+11 |
| 2020-05-04 | Merge branch 'route-man-overflow' | David Lönnhager | 1 | -4/+4 |
| 2020-05-04 | Prevent overflow in RouteManager | David Lönnhager | 1 | -4/+4 |
| 2020-05-04 | Merge branch 'increase-minimum-api-level' | Janito Vaqueiro Ferreira Filho | 2 | -1/+5 |
| 2020-05-04 | Describe supported version change in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-05-04 | Change minimum supported Android version to 7.0 | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-05-04 | Merge branch 'cleanup-fix' | David Lönnhager | 1 | -4/+3 |
| 2020-05-04 | Remove unused variable in installer script | David Lönnhager | 1 | -1/+0 |
| 2020-05-04 | Clean up log files | David Lönnhager | 1 | -3/+3 |
| 2020-05-04 | Merge branch 'types-docs' | David Lönnhager | 11 | -19/+72 |
| 2020-05-04 | Document types in {mullvad,talpid}-types | David Lönnhager | 11 | -19/+72 |
| 2020-05-01 | Merge branch 'fix-settings-crash' | Janito Vaqueiro Ferreira Filho | 11 | -60/+62 |
| 2020-05-01 | Describe settings listener crash fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-01 | Use `SettingsListener` in `LaunchFragment` | Janito Vaqueiro Ferreira Filho | 2 | -21/+2 |
| 2020-05-01 | Restart initialization if daemon acts weird | Janito Vaqueiro Ferreira Filho | 2 | -5/+12 |
| 2020-05-01 | Refactor to create `setUpInstance` method | Janito Vaqueiro Ferreira Filho | 1 | -17/+21 |
| 2020-05-01 | Move `SettingsListener` to service package | Janito Vaqueiro Ferreira Filho | 8 | -7/+17 |
| 2020-05-01 | Refactor to simplify service clean-up | Janito Vaqueiro Ferreira Filho | 2 | -23/+22 |
| 2020-05-01 | Merge branch 'new-account-welcome-screen' | Janito Vaqueiro Ferreira Filho | 6 | -9/+245 |
| 2020-04-30 | Describe welcome screen in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-04-30 | Copy account token to clipboard when clicked | Janito Vaqueiro Ferreira Filho | 2 | -3/+26 |
