jmbowman / portabase

A cross-platform personal database application
http://portabase.org
GNU General Public License v2.0
12 stars 2 forks source link

Try using native file dialogs on Android #43

Closed jmbowman closed 4 years ago

jmbowman commented 4 years ago

Qt 5.15 is now out, supposedly with support for native file open and save dialogs on Android. Try this out and see if it's an improvement on the dialog used in the 2.2 release.

jmbowman commented 4 years ago

I tried this out, but it has some significant drawbacks:

I could probably hack something together to make the native dialogs work, but it doesn't seem worth it right now. I'll check again if they make improvements to it in future Qt releases or the current filesystem access mechanism stops working in future Android releases.