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

frontend/notes: filter text files on notes import #3081

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

Beerosagos
Copy link
Collaborator

and add mime type handling in Android filepicker.

Before this, the file picker was allowing the user to select non-text files for notes import. Now this choice is restricted to *.txt files on Qt and text/plain files on Android and iOS (as it is not possible to filter single file extensions with the default file picker).

@NickeZ
Copy link
Collaborator

NickeZ commented Dec 3, 2024

tACK, other file types are greyed out now. 🎉

and add mime type handling in Android filepicker.

Before this, the file picker was allowing the user to select
non-text files for notes import. Now this choice is restricted to
*.txt files on Qt and text/plain files on Android and iOS (as it is
not possible to filter single file extensions with the default file
picker).
@Beerosagos Beerosagos merged commit 4d293ce into BitBoxSwiss:master Dec 4, 2024
6 of 7 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.

2 participants