summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/qandroidplatformfiledialoghelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-021-8/+9
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-22/+23
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Android: Only emit the signals once when doing multiple file selectionAndy Shaw2020-06-181-2/+2
* Android: Clear the m_selectedFile variable when showing againAndy Shaw2020-05-191-0/+2
* Android: allow file dialog to use remote locationsAssam Boudjelthia2020-05-121-9/+0
* Android: fix mimeTypes handling for file dialogAssam Boudjelthia2020-05-051-6/+40
* Android: fully integrate native file dialogAssam Boudjelthia2020-02-171-51/+125
* Android: Fix native fileDialog not waiting for user selectionAssam Boudjelthia2020-02-101-0/+3
* Android: Fix native open fileDialog crash on AndroidAssam Boudjelthia2020-02-051-0/+1
* [platform/android] Add native file dialogNicolas Fella2019-02-121-0/+149