opengisch / OSGeo4A

OSGeo4A is a build environment to cross-compile opensource GIS software for android devices
MIT License
30 stars 22 forks source link

Bump Qt to 5.15.1 #83

Closed m-kuhn closed 3 years ago

m-kuhn commented 3 years ago

@signedav before merging, can you update this PR to the latest 5.15?

nirvn commented 3 years ago

@m-kuhn , any big wins out of this update?

nirvn commented 3 years ago

Looking at the changelog, this might be interesting:

Android

signedav commented 3 years ago

@nirvn "to align with ios and (future) windows" (@m-kuhn hope you don't mind when I quote you :slightly_smiling_face: )

m-kuhn commented 3 years ago

Introduced the use of Android's native file dialog by default for open (file, multiple files, directory) and save operations.

That is very interesting !

Does this help to overcome some file access problems? If the user agrees to open directory X through the file browser we should get access?