Skip to content

Android related changes#1554

Merged
f4exb merged 15 commits intof4exb:masterfrom
srcejon:android_fixes
Jan 3, 2023
Merged

Android related changes#1554
f4exb merged 15 commits intof4exb:masterfrom
srcejon:android_fixes

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.

2 participants