| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-12-06 | Merge branch 'address-expired-suppression-of-cve-2023-3635-droid-562' | Jonatan Rhodin | 2 | -2/+2 | |
| 2023-12-06 | Update CVE suppression | David Göransson | 2 | -2/+2 | |
| 2023-12-06 | Merge branch 'use-round-focus-highlighting-for-all-icon-buttons-droid-483' | Jonatan Rhodin | 7 | -106/+73 | |
| 2023-12-06 | Fix select location navigate back | David Göransson | 1 | -2/+2 | |
| 2023-12-06 | Convert select location back button into IconButton | David Göransson | 2 | -21/+20 | |
| 2023-12-06 | Convert copy & toggle visibility to IconButton | David Göransson | 2 | -43/+25 | |
| 2023-12-06 | Convert info icon to IconButton | David Göransson | 4 | -46/+32 | |
| 2023-12-06 | Merge branch 'default-to-connecting-on-corrupt-state-cache-460' | Markus Pettersson | 10 | -150/+431 | |
| 2023-12-06 | Remove superseded RPC for restarting the Mullvad system service | Markus Pettersson | 6 | -126/+73 | |
| The function `set_mullvad_daemon_service_state(on: bool) -> Result<(), test_rpc::Error>`, which would conditionally start or stop the Mullvad daemon in the test runner, has been superseded by two separate functions which accomplish the same thing: `start_mullvad_daemon` & `stop_mullvad_daemon`. | |||||
| 2023-12-06 | Add unit tests for `PersistentTargetState` | Markus Pettersson | 1 | -25/+121 | |
| This includes refactoring reading of the state cache into a higher-order function. | |||||
| 2023-12-06 | Add `test_connecting_state_when_corrupted_state_cache` | Markus Pettersson | 3 | -12/+53 | |
| Add regression test which checks that the daemon successfully recovers from a corrupt target state cache. If the target state cache is corrupt, the daemon will default to the `Connecting` target state on startup. | |||||
| 2023-12-06 | Implement RPC for reading & writing to app cache file | Markus Pettersson | 8 | -54/+251 | |
| - Implement RPC for writing to a file in a test runner / guest VM. - Implement RPC for getting app cache directory - Implement RPC for restarting the app in a test runner / guest vm - Implement RPC for starting the app in a test runner / guest vm - Implement RPC for stopping the app in a test runner / guest vm - Implement `find_cache_traces` on Window & macOS | |||||
| 2023-12-06 | Merge branch 'reflect-obfuscation-protocol-in-ui-ios-398' | Bug Magnet | 15 | -148/+265 | |
| 2023-12-06 | Reflect obfuscation transport layer in the UI | Bug Magnet | 15 | -148/+265 | |
| 2023-12-05 | Merge branch 'add-mantic-to-deb-repository-des-498' | Linus Färnstrand | 1 | -2/+6 | |
| 2023-12-05 | Add Ubuntu 23.10 (Mantic) to DEB repository | Linus Färnstrand | 1 | -2/+6 | |
| 2023-12-05 | Merge branch 'create-a-privacy-manifest-ios-238' | Bug Magnet | 2 | -0/+23 | |
| 2023-12-05 | Add a privacy manifest for Apple compliance | Bug Magnet | 2 | -0/+23 | |
| 2023-12-05 | Merge branch 'when-the-revoked-view-is-shown-and-the-app-fails-to-ios-396' | Bug Magnet | 1 | -9/+18 | |
| 2023-12-05 | Do not show account revoked banner when on account revoked screen | Jon Petersson | 1 | -9/+18 | |
| 2023-12-05 | Merge branch 'update-openvpn-to-2.6.8' | David Lönnhager | 2 | -0/+6 | |
| 2023-12-04 | Update changelog | David Lönnhager | 1 | -0/+6 | |
| 2023-12-04 | Bump binaries submodule | David Lönnhager | 1 | -0/+0 | |
| This upgrades openvpn to 2.6.8, fixing CVE-2023-46850, which could cause freed memory to be sent to the peer. | |||||
| 2023-12-04 | Merge branch 'prepare-translations-android-2023.8' | Oskar Nyberg | 77 | -496/+3700 | |
| 2023-12-04 | Update translations | Oskar Nyberg | 76 | -527/+3350 | |
| 2023-12-04 | Update relay-locations.pot | Oskar Nyberg | 20 | -19/+400 | |
| 2023-12-04 | Merge branch 'code-clean-up-for-conditional-statements-droid-541' | Jonatan Rhodin | 2 | -8/+4 | |
| 2023-12-04 | Remove unnecessary else block within when statement | saber safavi | 2 | -8/+4 | |
| 2023-12-04 | Merge branch 'add-another-settings-schema-version-due-to-changes-in-how-ios-403' | Bug Magnet | 1 | -1/+9 | |
| 2023-12-04 | Add custom decoder to fix a migration bug in obfuscation settings | Jon Petersson | 1 | -1/+9 | |
| 2023-12-04 | Merge branch 'linux-lower-entry-multihop-mtu' into main | David Lönnhager | 9 | -94/+153 | |
| 2023-12-04 | Update changelog | David Lönnhager | 1 | -0/+4 | |
| 2023-12-04 | Remove hidden assumptions from WireGuard config | David Lönnhager | 5 | -91/+85 | |
| 2023-12-04 | Subtract multihop overhead from default route MTU on Linux | David Lönnhager | 4 | -4/+65 | |
| 2023-12-04 | Merge branch 'filter-providers' | Jonatan Rhodin | 43 | -72/+1576 | |
| 2023-12-04 | Add select location screen and viewmodel tests | MaryamShaghaghi | 2 | -10/+80 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add filter screen and viewmodel tests | MaryamShaghaghi | 2 | -0/+320 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Update select location screen | MaryamShaghaghi | 8 | -62/+238 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add filter screen | MaryamShaghaghi | 6 | -0/+449 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add new filter cell and checkbox cell | MaryamShaghaghi | 2 | -0/+165 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add filter chip component | MaryamShaghaghi | 3 | -0/+84 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add string resources | MaryamShaghaghi | 20 | -0/+240 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Merge branch 'refactor-account-deletion-in-tunnelmanager-ios-310' | Bug Magnet | 7 | -113/+73 | |
| 2023-12-04 | Refactor account deletion in TunnelManager | Jon Petersson | 7 | -113/+73 | |
| 2023-12-04 | Merge branch 'adapt-activation-and-testing-methods-to-spec-des-429' | Markus Pettersson | 11 | -227/+447 | |
| 2023-12-04 | Clean up error handling | Markus Pettersson | 3 | -144/+133 | |
| 2023-12-04 | Inline `ApiConnectionModeProvider` into `AccessModeSelector` | Markus Pettersson | 1 | -61/+36 | |
| 2023-12-04 | Add more error handling | Markus Pettersson | 1 | -7/+16 | |
| 2023-12-04 | Add more comments to `AccessModeSelector` | Markus Pettersson | 2 | -13/+24 | |
| 2023-12-04 | Get rid of unnecessary `Arc<Mutex<_>>` | Markus Pettersson | 1 | -25/+22 | |
