| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-10-05 | Merge branch 'prevent-key-generated-in-future' | Oskar Nyberg | 3 | -2/+4 | |
| 2021-10-05 | Make sure time since key was generated is positive | Oskar Nyberg | 3 | -2/+4 | |
| 2021-10-05 | Merge branch 'adapt-app-delegate' | Andrej Mihajlov | 4 | -160/+166 | |
| 2021-10-05 | Xcode: sort files | Andrej Mihajlov | 1 | -144/+144 | |
| 2021-10-05 | AppDelegate: adapt to new interface | Andrej Mihajlov | 1 | -16/+18 | |
| 2021-10-05 | WireGuardKeys: add missing translation | Andrej Mihajlov | 1 | -0/+3 | |
| 2021-10-05 | Login: enable multiline message label | Andrej Mihajlov | 1 | -0/+1 | |
| 2021-10-05 | Merge branch 'adapt-account-controller' | Andrej Mihajlov | 1 | -112/+116 | |
| 2021-10-05 | Account: use Promise.delay() | Andrej Mihajlov | 1 | -8/+8 | |
| 2021-10-05 | Account: adapt to new Account.logout() interface | Andrej Mihajlov | 1 | -31/+39 | |
| 2021-10-05 | Account: stop re-dispatching AppStorePaymentObserver calls on main queue | Andrej Mihajlov | 1 | -29/+25 | |
| AppStorePaymentManager guarantees to call observer methods on main queue. | |||||
| 2021-10-05 | Account: adapt to new REST types | Andrej Mihajlov | 1 | -4/+4 | |
| 2021-10-05 | Account: adapt to new AppStorePaymentManager API | Andrej Mihajlov | 1 | -40/+40 | |
| 2021-10-04 | Merge branch 'migrate-jcenter-to-mavencentral' | Albin | 2 | -10/+18 | |
| 2021-10-04 | Migrate from JCenter to mavenCentral | Albin | 2 | -10/+18 | |
| JCenter has been sunset and should no longer be relied on as per: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ The migration also required the following changes: * Updated Koin maven group id as per the official documentation at: https://insert-koin.io/docs/setup/v2/ * Bump MockK version due to old versions of one of its dependencies' (dexmaker) not being available at mavenCentral. * Fix mockK instrumentation lib issue. | |||||
| 2021-10-04 | Merge branch 'promise-cancellation-chain' | Andrej Mihajlov | 9 | -135/+373 | |
| 2021-10-04 | Promise: move completion and execution queue out of PromiseState and ↵ | Andrej Mihajlov | 9 | -135/+373 | |
| implement promise cancellation chain | |||||
| 2021-10-01 | Merge branch 'win-st-fix-event-listener' | David Lönnhager | 2 | -45/+45 | |
| 2021-10-01 | Implement Copy on WinNetAddrFamily | David Lönnhager | 2 | -2/+2 | |
| 2021-10-01 | Queue up routing events while initializing ST event context | David Lönnhager | 1 | -43/+43 | |
| 2021-10-01 | Merge branch 'use-nvmrc' | Oskar Nyberg | 4 | -4/+14 | |
| 2021-10-01 | Update node version in Github Actions action | Oskar Nyberg | 1 | -1/+1 | |
| 2021-10-01 | Add .nvmrc and use nvm install in buildserver build script | Oskar Nyberg | 3 | -3/+13 | |
| 2021-10-01 | Merge branch 'retry-frontend-api-reqs' | David Lönnhager | 10 | -80/+239 | |
| 2021-10-01 | Only retry for network-related API request failures, and remove the delay | David Lönnhager | 6 | -44/+69 | |
| 2021-10-01 | Add retries to mullvad-setup | David Lönnhager | 1 | -6/+18 | |
| 2021-10-01 | Retry key removals when switching between accounts or doing factory | David Lönnhager | 4 | -16/+63 | |
| reset | |||||
| 2021-10-01 | Give `retry_future_with_backoff` a more general name | David Lönnhager | 5 | -16/+14 | |
| 2021-10-01 | Add retries to frontend account requests | David Lönnhager | 2 | -14/+70 | |
| 2021-10-01 | Extend future_retry | David Lönnhager | 1 | -5/+26 | |
| 2021-10-01 | Merge branch 'clarify-unsafety-in-unsafe-wg-function' | Linus Färnstrand | 1 | -4/+15 | |
| 2021-10-01 | Clarify safety around struct_as_slice function | Linus Färnstrand | 1 | -4/+15 | |
| 2021-10-01 | Merge branch 'add-background-tasks' | Andrej Mihajlov | 8 | -0/+328 | |
| 2021-10-01 | Update CHANGELOG | Andrej Mihajlov | 1 | -0/+6 | |
| 2021-10-01 | iOS: add background tasks | Andrej Mihajlov | 7 | -0/+321 | |
| iOS 12: Use UIApplicationDelegate.performFetchWithCompletionHandler to update relays and rotate the private key. iOS 13: 1. Background refresh task to update relays once an hour. 2. Background processing task for private key rotation. | |||||
| 2021-10-01 | RelayCacheTracker: request background execution when updating relays | Andrej Mihajlov | 1 | -0/+1 | |
| 2021-10-01 | Merge branch 'update-to-electron-15' | Oskar Nyberg | 12 | -272/+153 | |
| 2021-10-01 | Allow writing to clipboard | Oskar Nyberg | 1 | -1/+5 | |
| 2021-10-01 | Add Electron update to changelog | Oskar Nyberg | 1 | -0/+1 | |
| 2021-10-01 | Revert "Disable sandbox on Ubuntu 21.10" | Oskar Nyberg | 1 | -4/+0 | |
| This reverts commit 23de999313ccf87ae29988c0c328b5ec7625b8d7. | |||||
| 2021-09-30 | Update readme to require node 16 | Oskar Nyberg | 1 | -2/+2 | |
| 2021-09-30 | Wait with switch onChange until after transition | Oskar Nyberg | 1 | -2/+13 | |
| 2021-09-30 | Fix size of TransitionContainer to make settings pages scrollable | Oskar Nyberg | 1 | -0/+2 | |
| 2021-09-30 | Update @types/node to latest | Oskar Nyberg | 4 | -24/+10 | |
| 2021-09-30 | Replace uuid module with node 16.5's crypto.randomUUID() | Oskar Nyberg | 3 | -51/+16 | |
| 2021-09-30 | Deny window open requests | Oskar Nyberg | 1 | -6/+6 | |
| 2021-09-30 | Remove workaround for "Uncaught error" prefix | Oskar Nyberg | 1 | -28/+1 | |
| 2021-09-30 | Add workaround for blurry map during transitions | Oskar Nyberg | 1 | -1/+3 | |
| 2021-09-30 | Remove removed webPreferences option | Oskar Nyberg | 1 | -1/+0 | |
| 2021-09-30 | Update to Electron 15 | Oskar Nyberg | 2 | -164/+106 | |
