Skip to content
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

fixes for mms attachment view/share is suboptimal (#242) and other small fixups #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gavine99
Copy link
Contributor

@gavine99 gavine99 commented Feb 3, 2025

changed to not save message attachments to media store when sharing.
fixed using wrong attachment class for vcards (use lowercase on both sides of attachment mime type comparison)
added share button to audio attachment preview.
image

removed old fileprovider that was never used.
added content provider to provide mms attachments to external activities using a filename - not mms part id - so they can be saved externally with a proper name.
fix bug when re-using attachment viewholder that has previously had text.
fixed bug of image attachments always being named 'image' rather than their filename.
added share button to generic file attachment type in compose message list and removed onclick handler for viewing.
image

closes #242

to media store when sharing.
fixed using wrong attachment class for vcards (use lowercase on both sides of attachment mime type comparison)
added share button to audio attachment preview
removed old fileprovider that was never used
added content provider to provide mms attachments to external activities using a filename - not mms part id - so they can be saved externally with a proper name
fix bug when re-using attachment viewholder that has previously had text
fixed bug of image attachments always being named 'image' rather than their filename
 added share button to generic file attachment type in compose message list and removed onclick handler for viewing
@octoshrimpy
Copy link
Owner

I'm a bit torn on the UX. downloading sounds like it would be used more often than sharing, and both aren't immediate actions. should those be in the media viewer? should we add a vcard preview? 🤔

having the share button there for every media feels like it would get annoying and not used that often.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✏️ [ FEAT REQ ] mms attachment view/share is suboptimal
2 participants