summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/androidcontentfileengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-211-2/+2
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-211-4/+6
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-201-10/+11
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-171-5/+6
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-171-3/+3
* QAbstractFileEngine: remove redundant endEntryList() overridesAhmad Samir2024-03-031-5/+0
* Fix opening temporary content: URIs from application content providersVolker Krause2024-01-091-1/+1
* JNI: move signature/className template functions into a template classVolker Hilsheimer2023-09-221-11/+11
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-4/+4
* Android: fix handling of tree content uri with sub-documentAssam Boudjelthia2023-08-291-1/+1
* Android: fix content URI handling for non-ascii file namesAssam Boudjelthia2023-08-151-6/+7
* Android: fix QDir::entryInfoList() with content URIsAssam Boudjelthia2023-05-111-4/+4
* Android: fix content url handling of filenames with spacesAssam Boudjelthia2023-05-051-1/+5
* Fix compilation issues for androidMichal Klocek2023-03-161-0/+4
* Android: use signature-less jni syntax for AndroidContentFileEngineAssam Boudjelthia2023-01-181-84/+92
* Android: handle move operation with content urisAssam Boudjelthia2022-12-211-0/+24
* Android: handle rename() operation with content urisAssam Boudjelthia2022-12-201-0/+56
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-141-74/+605
* Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2022-12-101-0/+5
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-141-2/+2
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-141-5/+5
* Android: Keep the ParcelFileDescriptor open for content urisJarkko Koivikko2022-03-251-5/+23
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-041-1/+3
* Use templated QJniObject::object() instead of static_castAssam Boudjelthia2021-05-061-2/+2
* Fix coding style in android platform and style pluginsXing LinKun2021-03-311-2/+1
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-201-10/+13
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-18/+19
* Fix QSaveFile always failing on content: URLsVolker Krause2020-10-231-2/+9
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-6/+6
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-071-3/+76
* Android: Add support for getting information about content urisAndy Shaw2020-02-281-2/+45
* Add file engine for Android content URLsVolker Krause2019-02-131-0/+92