Bartalog / cool-maze

A quick mobile-to-desktop share capability, through matrix barcode
Apache License 2.0
2 stars 6 forks source link

Large file: warn if not wifi (Android) #592

Closed Deleplace closed 2 months ago

Deleplace commented 5 months ago

After #132 is implemented

When sharing a >50MB file and we detect we're on mobile connection (which may incur high costs), first ask "You're about to share a XX MB resource but without a wifi connection. Proceed?"

Deleplace commented 5 months ago

Related to #139 and #593

Deleplace commented 2 months ago

Implemented: an unconditional warning about "this is experimental, make sure wifi is enabled" (not about the extra cost).

This is because the WebRTC thing currently doesn't work without wifi, and with wifi is still unreliable.