Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mullvad/mullvadvpn-app

buggmagnet created a review on a pull request on mullvad/mullvadvpn-app
@pinkisemils All the changes in the PR are to work around the optimiser crashing when we build the `MockRelease` scheme As long as you stick to `Debug` the code will build and run normally. > *[R...

View on GitHub

kl created a comment on a pull request on mullvad/mullvadvpn-app
Also fixes: https://linear.app/mullvad/issue/DROID-1473/loading-state-when-clicking-log-out-button

View on GitHub

Pururun created a review on a pull request on mullvad/mullvadvpn-app
> Reviewed 4 of 5 files at r1, 2 of 2 files at r2, all commit messages. > *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7066)* status: <span>:shipit:</span> complete! all fil...

View on GitHub

kl pushed 23 commits to loading-state-before-opening-account-page-in-browser-droid-996 mullvad/mullvadvpn-app
  • Update relay-locations.pot f71aca9
  • Update translations 4ec81a1
  • Update translations 35525e0
  • Add support for ignoring translated strings from `verify-translations` 0f75bf0
  • Ignore wrongly translated string 261d6ff
  • Sync local translations 6517c6e
  • Merge branch 'update-translations' 9c4aff3
  • Update Changelog 581bdf1
  • Merge branch 'add-encrypted-dns-proxy-access-method-to-changelog-des-1362' 7ffcef2
  • Upgrade osv-scanner to 1.9.0 Contains, among other things, stricter validation of osv-scanner.toml config files. Ign... 12b8ddb
  • Merge branch 'upgrade-osv-scanner' e8ff138
  • Adjust leading inset for primary button 969278d
  • Merge branch 'center-the-text-of-the-connect-button-relative-to-the-whole-ios-906' 1b4cdcb
  • Add new gpg key for Jonatan 4c81108
  • Configure DNS port in SCDynamicStore 0b49d7c
  • Do not set port when custom DNS is set to localhost e8ed77f
  • Update changelog b41533d
  • Merge branch 'macos-fix-dns-redir' 779b0a0
  • Update desktop app version to 2024.7-beta1 501b25d
  • Update changelog with 2024.7-beta1 section 1cde05d
  • and 3 more ...

View on GitHub

Pururun pushed 6 commits to access-issue-with-lan-when-using-vpn-block-setting-droid-1422 mullvad/mullvadvpn-app
  • Update desktop app version to 2024.7-beta1 501b25d
  • Update changelog with 2024.7-beta1 section 1cde05d
  • Add missing `serde` feature in `mullvad-encrypted-dns-proxy` 19de3ff
  • Merge branch 'mullvad-encrypted-dns-proxy-missing-feature' 63638d7
  • Add always on warning to lan info dialog 2e7a742
  • Update translations c8678d1

View on GitHub

MarkusPettersson98 pushed 2 commits to remove-lockdown-mode-in-settings-on-android-des-1316 mullvad/mullvadvpn-app
  • Remove `block_when_disconnected` setting on Android 5ca120b
  • Throw error if `set_block_when_disconnected` is called on Android 992e58b

View on GitHub

Pururun pushed 1 commit to implement-multihop-ui-droid-822 mullvad/mullvadvpn-app

View on GitHub

Pururun created a review on a pull request on mullvad/mullvadvpn-app
> *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7036)* status: all files reviewed, 17 unresolved discussions (waiting on @kl and @Rawa) ___ *[`android/app/src/main/kotlin/ne...

View on GitHub

dlon created a branch on mullvad/mullvadvpn-app

test-refactor-tsm - The Mullvad VPN client app for desktop and mobile

MarkusPettersson98 deleted a branch mullvad/mullvadvpn-app

mullvad-encrypted-dns-proxy-missing-feature

MarkusPettersson98 closed a pull request on mullvad/mullvadvpn-app
Add missing `serde` feature in `mullvad-encrypted-dns-proxy`
As the title suggests, this PR adds a missing `serde` feature to `mullvad-encrypted-dns-proxy`. Currently, the crate fails to build. <!-- Reviewable:start --> - - - This change is [<img src="https...
MarkusPettersson98 pushed 2 commits to main mullvad/mullvadvpn-app
  • Add missing `serde` feature in `mullvad-encrypted-dns-proxy` 19de3ff
  • Merge branch 'mullvad-encrypted-dns-proxy-missing-feature' 63638d7

View on GitHub

MarkusPettersson98 created a review on a pull request on mullvad/mullvadvpn-app
> *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7007)* status: 10 of 16 files reviewed, 1 unresolved discussion (waiting on @hulthe and @Pururun) ___ *[`mullvad-daemon/src/m...

View on GitHub

hulthe created a review on a pull request on mullvad/mullvadvpn-app
> Reviewed 1 of 15 files at r1, 3 of 3 files at r2, 3 of 3 files at r3, all commit messages. > *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7007)* status: <span>:shipit:</sp...

View on GitHub

Pururun created a review on a pull request on mullvad/mullvadvpn-app
> Reviewed all commit messages. > *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7007)* status: all files reviewed, 1 unresolved discussion (waiting on @MarkusPettersson98) _...

View on GitHub

MarkusPettersson98 pushed 107 commits to remove-lockdown-mode-in-settings-on-android-des-1316 mullvad/mullvadvpn-app
  • Add missing header comment in autogenerated file f2d519c
  • Merge branch 'add-missing-header-comments' 0c57442
  • Update docs and scripts for go1.21 d86528b
  • Bump the submodule e5ddfb7
  • Merge branch 'ios-bump-wireguard-apple' 12dd4f4
  • Force a sync of the whole system before reading config 1dadbb1
  • Merge branch 'e2e-sync-before-reading' e71e145
  • Update Rust before running end-to-end tests c32e72a
  • Parameterize `Forwarder` over any Async{Read,Write} stream f94cd15
  • Add `Forwarder::from_stream` Make `Forwarder` more flexible by adding `Forwarder::from_stream` which allows the cons... b786cf4
  • Merge branch 'generalize-encrypted-dns-proxy-forwarder' 36a6113
  • Hide Daita section in settings when logged out ddfb622
  • Merge branch 'explanatory-text-for-daita-not-hidden-when-logged-out-ios-887' de12dc2
  • Fix feature indicator flicker 9925af1
  • Clarify comment fa120ef
  • Merge branch 'feature-indicators-sometimes-flash-droid-1447' 837da62
  • Take obfuscation overhead into account when setting MTU e577b76
  • Merge branch 'lower-wireguard-interface-mtu-when-obfuscation-is-enabled-des-1196' 081f9ab
  • Update to maybenot 2.0.0 on Windows 5432846
  • Add maybenot v2 machines 91ca34f
  • and 87 more ...

View on GitHub

Rawa created a review on a pull request on mullvad/mullvadvpn-app
> Reviewed 1 of 1 files at r1, all commit messages. > *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7071)* status: all files reviewed, 1 unresolved discussion (waiting on @ni...

View on GitHub

Rawa created a review on a pull request on mullvad/mullvadvpn-app
> *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7076)* status: <span>:shipit:</span> complete! all files reviewed, all discussions resolved <!-- Sent from Reviewable.io -->

View on GitHub

Rawa created a review on a pull request on mullvad/mullvadvpn-app
> Reviewed 3 of 3 files at r1, 1 of 1 files at r2, all commit messages. > *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7076)* status: <span>:shipit:</span> complete! all fil...

View on GitHub

Rawa created a review on a pull request on mullvad/mullvadvpn-app
> Reviewed 5 of 63 files at r1, 2 of 3 files at r4. > *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7036)* status: all files reviewed, 19 unresolved discussions (waiting on @...

View on GitHub

Rawa created a review on a pull request on mullvad/mullvadvpn-app
> Reviewed 1 of 3 files at r4, all commit messages. > *[Reviewable](https://reviewable.io/reviews/mullvad/mullvadvpn-app/7036)* status: 62 of 64 files reviewed, 19 unresolved discussions (waiting...

View on GitHub

MarkusPettersson98 created a comment on an issue on mullvad/mullvadvpn-app
Hello, thanks for reaching out. AFAICT, this is not related to our app but rather to your networking. Are you connected to Mullvad while seeing the above error? And just a heads up, we do not o...

View on GitHub

MarkusPettersson98 created a comment on an issue on mullvad/mullvadvpn-app
Hello, thanks for reaching out, but you should try to contact the author of the AUR package instead. They should make sure to recursively checkout the submodules that `wireguard-go-rs` depend on.

View on GitHub

MarkusPettersson98 created a comment on an issue on mullvad/mullvadvpn-app
Please, refrain from opening issues that are not related to the app here on GitHub. Feel free to contact us in some other way, but this is not the right place to request new products or services fr...

View on GitHub

MarkusPettersson98 closed an issue on mullvad/mullvadvpn-app
[Feature request] Mullvad as UnifiedPush distributor
### I have checked if others have suggested this already - [X] I have checked this issue tracker to see if others have reported similar issues. ### Feature description I was looking for a good U...
MarkusPettersson98 pushed 3 commits to mullvad-encrypted-dns-proxy-missing-feature mullvad/mullvadvpn-app
  • Update desktop app version to 2024.7-beta1 501b25d
  • Update changelog with 2024.7-beta1 section 1cde05d
  • Add missing `serde` feature in `mullvad-encrypted-dns-proxy` 19de3ff

View on GitHub

DINKIN opened an issue on mullvad/mullvadvpn-app
[mullvad-vpn-beta-bin-2024.7.beta1-1] dial tcp: lookup aur.archlinux.org: Temporary failure in name resolution
### Is it a bug? - [X] I know this is an issue with the app, and contacting Mullvad support is not relevant. ### I have checked if others have reported this already - [X] I have checked the issu...
tr0gi starred mullvad/mullvadvpn-app
KTSOEV starred mullvad/mullvadvpn-app
nemorosus starred mullvad/mullvadvpn-app
Load more