-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Add option to choose image/video quality like WhatsApp #6316 #6321
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
base: develop
Are you sure you want to change the base?
Conversation
…-native-compressor does it
@JASIM0021 Is it working when sharing from share extension? |
This change enables users to share media in its original, uncompressed quality via the share extension. It also removes plugin on app.json since it's not used anymore.
…t.Chat.ReactNative into feat/add_option_to_image
@diegolmello Yes, it is working correctly when sharing from the share extension. Here’s a demonstration: poc_with_share.mov |
@JASIM0021 Awesome. |
Using SD with share extensionUsing HD with share extension |
@JASIM0021 Looking good! We can take it from here. |
Thanks for the update! |
@JASIM0021 we've already made a decision regarding MMKV and I think you can do it to make sure this is merged faster.
Thanks! |
@diegolmello Thank you for your words! 🚀 |
@diegolmello @jeanfbrito Done ✅. ezyZip.mp4 |
This commit introduces a media quality setting, allowing users to choose between standard and high definition for media files. It also refactors code to use the and types from a single source.
@JASIM0021 Going to focus back on this after the release, which should happen this Monday |
Proposed changes
Added a button on the ShareView header to toggle between SD/HD. It can be just a text for now.
Default SD
Issue(s)
#6316
NATIVE-849
How to test or reproduce
Screenshots
Image with HD quality
Same Image with SD quality
video with HD quality
Same video with SD quality
Types of changes
Checklist
Further comments