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

Implement extension support for native file dialog on Android #99385

Merged

Conversation

syntaxerror247
Copy link
Member

@syntaxerror247 syntaxerror247 commented Nov 18, 2024

This PR adds support for filtering files by extension (e.g., *.jpg, *.txt ) in the native Android file dialog, bringing Android in line with functionality on other platforms.

Now, Users can filtering files by extensions (e.g., *.txt, *.mp4), file types (e.g., txt, mp4), or MIME types (e.g., text/plain, video/mp4).

@syntaxerror247 syntaxerror247 marked this pull request as ready for review November 18, 2024 11:15
@syntaxerror247 syntaxerror247 requested a review from a team as a code owner November 18, 2024 11:15
@Chaosus Chaosus added this to the 4.4 milestone Nov 18, 2024
@syntaxerror247 syntaxerror247 force-pushed the file_picker_extension_support branch from b571343 to 57541d5 Compare November 19, 2024 16:46
Copy link
Contributor

@m4gr3d m4gr3d 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!

@Repiteo Repiteo merged commit 78abba7 into godotengine:master Nov 27, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 27, 2024

Thanks!

@syntaxerror247 syntaxerror247 deleted the file_picker_extension_support branch November 27, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants