-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images always sent original size #1333
Comments
Can confirm. 6MB image gets sent as 6MB image! |
Same for me |
Image compression has been disabled by @onurays because the library we were using is not compatible with Android 10. |
To restore the lib usage, see commit f7fd23b for file im.vector.matrix.android.internal.session.content.UploadContentWorker |
Hi, as Android 10 seems to be used by about 10% of devices only, why disable this feature and penalize about 90% of Android users ? Beside, why leave the non working checkbox in this case, this is confusing ? For users like me hosting a homeserver, images can easily fill a lot of disk space if not compressed. Any idea if this will be enabled again soon ? This is no big deal since the compression is still working on the classical Riot (non X) , but I was getting used to RiotX, it is nicer :D |
It looks like you could also add |
I just saw that the pull request will close this issue while not fixing it for android 10. As there is no other issue open about this (and I think this one is fine as it is) maybe you shouldn't close this issue before fixing it for android 10 as well? |
@witchent I am working on covering Android 10 and above too and won't close the issue without solving this. |
This is awesome news, thank you so much for your work. |
Regardless of checking "Send image with the original size" the images seem to always get sent using the original size. This seems to have appeared in the latest update (0.19.0) as it worked as expected previously.
The text was updated successfully, but these errors were encountered: