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

SettingsFragment: Remove MIME type filter when selecting file for import #97

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

chenxiaolong
Copy link
Owner

While Android's builtin FileSystemProvider for local files guesses the MIME type based on the file extension, other document providers may not do so and could report something other than application/octet-stream or text/plain. Let's just let the user select any file.

Issue: #93

While Android's builtin FileSystemProvider for local files guesses the
MIME type based on the file extension, other document providers may not
do so and could report something other than application/octet-stream or
text/plain. Let's just let the user select any file.

Issue: #93

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
@chenxiaolong chenxiaolong self-assigned this Oct 26, 2024
@chenxiaolong chenxiaolong merged commit ca77f14 into master Oct 26, 2024
1 check passed
chenxiaolong added a commit that referenced this pull request Oct 26, 2024
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
@chenxiaolong chenxiaolong deleted the import-mime-type branch October 26, 2024 03:14
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.

1 participant