| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-05-08 | Rework cancellable delay | Andrej Mihajlov | 1 | -125/+13 |
| 2020-05-08 | Merge branch 'fix-account-cache' | Janito Vaqueiro Ferreira Filho | 8 | -43/+38 |
| 2020-05-08 | Describe account cache fixes in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-08 | Move `AccountCache` to service package | Janito Vaqueiro Ferreira Filho | 6 | -8/+9 |
| 2020-05-08 | Don't fetch expiry when account isn't set | Janito Vaqueiro Ferreira Filho | 1 | -13/+14 |
| 2020-05-08 | Don't overwrite expiry if fetch failed | Janito Vaqueiro Ferreira Filho | 1 | -4/+3 |
| 2020-05-08 | Use `JobTracker` in `AccountCache` | Janito Vaqueiro Ferreira Filho | 3 | -35/+28 |
| 2020-05-08 | Merge branch 'convert-imageview-to-styled-component' | Oskar Nyberg | 15 | -164/+150 |
| 2020-05-08 | Convert ImageView into a styled component | Oskar Nyberg | 15 | -164/+150 |
| 2020-05-08 | Merge branch 'scroll-to-show-exposed-cities' | Oskar Nyberg | 8 | -52/+186 |
| 2020-05-08 | Scroll to expose expanded items in location list | Oskar Nyberg | 8 | -52/+186 |
| 2020-05-08 | Merge branch 'fix-settings-listener' | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-05-07 | Describe settings listener fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-07 | Remove premature tear-down of `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-05-07 | Add missing section header to the changelog | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-05-07 | Merge branch 'anoadragon453/patch-1' | Linus Färnstrand | 1 | -1/+1 |
| 2020-05-07 | Fix a small typo | Andrew Morgan | 1 | -1/+1 |
| 2020-05-07 | Merge branch 'embed-certs' | Emīls | 17 | -94/+78 |
| 2020-05-07 | Add new LetsEncrypt root certificate | Emīls | 3 | -0/+42 |
| 2020-05-07 | Use embeded TLS certificates | Emīls | 16 | -95/+37 |
| 2020-05-06 | Bring in version bump from 2020.4-beta4 | Linus Färnstrand | 10 | -17/+17 |
| 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 |
