Skip to content

Conversation

@moffatman
Copy link
Contributor

What is it?

  • Bugfix
  • Feature
  • Codebase improvement

Description of the changes in your PR

  • Check Intent EXTRA_MIME_TYPES for image and video
  • Some code cleanup to fix isVideo && isImage

Fixes the following issue(s)

Acknowledgement

moffatman and others added 4 commits February 7, 2025 19:50
Some apps provide multiple mime types separated by either comma or pipe.

Without this, image/*,video/* only shows videos.
@naveensingh naveensingh self-assigned this Apr 29, 2025
Copy link
Member

@naveensingh naveensingh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@naveensingh naveensingh merged commit 74d3ae6 into FossifyOrg:master Apr 29, 2025
3 of 5 checks passed
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.

When used as a picker, image/*,video/* intent only shows images

2 participants