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

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

Open
7 tasks done
moffatman opened this issue Feb 10, 2025 · 0 comments · May be fixed by #402
Open
7 tasks done

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

moffatman opened this issue Feb 10, 2025 · 0 comments · May be fixed by #402
Labels
bug Something is not working

Comments

@moffatman
Copy link

Checklist

  • I can reproduce the bug with the latest version given here.
  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected app version

1.2.1

Affected Android/Custom ROM version

Android 14 / Xiaomi HyperOS 1.0.4.0.UKMCNXM

Affected device model

Xiaomi MIX 4

How did you install the app?

F-Droid / IzzyOnDroid

Steps to reproduce the bug

  1. Open Chance (https://github.com/moffatman/chan)
  2. Go to some thread and open the reply form
  3. Use gallery icon to pick a file to attach

Expected behavior

Gallery shows all media files, both images and videos

Actual behavior

Only images are shown in the Gallery picker

Screenshots/Screen recordings

No response

Additional information

It's because of ACTION_GET_CONTENT with the compound MIME type image/*,video/*. Gallery only parses the first part.

@moffatman moffatman added bug Something is not working needs triage Issue is not yet ready for PR authors to take up labels Feb 10, 2025
@moffatman moffatman linked a pull request Feb 10, 2025 that will close this issue
4 tasks
@Aga-C Aga-C removed the needs triage Issue is not yet ready for PR authors to take up label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants