summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/qandroidplatformfiledialoghelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: replace QtAndroid::activity/service with QtAndroidPrivateVolker Hilsheimer2023-10-271-1/+1
* QAndroidPlatformFileDialogHelper: use const methods moreAnton Kudryavtsev2023-09-091-3/+3
* Android: use all nameFilters at once for native file dialogAssam Boudjelthia2023-08-251-4/+7
* Android: pass EXTRA_INITIAL_URI to native FileDialogAssam Boudjelthia2023-01-181-4/+24
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-141-1/+3
* Fix quick file dialog on androidSamuel Mira2022-03-091-0/+2
* Android: set EXTRA_TITLE to the initially selected file in save dialogAssam Boudjelthia2021-10-251-3/+8
* 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