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

Android related changes #1554

Merged
merged 15 commits into from
Jan 3, 2023
Merged

Android related changes #1554

merged 15 commits into from
Jan 3, 2023

Conversation

srcejon
Copy link
Collaborator

@srcejon srcejon commented Jan 2, 2023

An assortment of changes for Android.

Main one for you to review is probably the changes to the File Input plugin. Android has strange permissions model for accessing user storage, that requires use of URLs. QFile supports this, but istream doesn't, so had to change the I/O functions to use QFile. Currently this is done via #defines, but QFile code could just be used on all platforms. Let me know if you want me to simplify this.

@f4exb
Copy link
Owner

f4exb commented Jan 3, 2023

Hello and Happy New Year!

It is fine for me to use QFile in place of istream and simplify the code.

@f4exb f4exb merged commit 0b476f6 into f4exb:master Jan 3, 2023
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.

None yet

2 participants