summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/androidcontentfileengine.h
Commit message (Expand)AuthorAgeFilesLines
* Disable copy and move of QAbstractFileEngineHandlerEdward Welbourne2024-04-191-0/+1
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-211-1/+1
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-211-1/+1
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-201-2/+3
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-171-2/+3
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-171-1/+2
* QAbstractFileEngine: remove redundant endEntryList() overridesAhmad Samir2024-03-031-1/+0
* Fix compilation issues for androidMichal Klocek2023-03-161-0/+4
* Android: handle rename() operation with content urisAssam Boudjelthia2022-12-201-0/+2
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-141-4/+58
* Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2022-12-101-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Android: Keep the ParcelFileDescriptor open for content urisJarkko Koivikko2022-03-251-0/+3
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-041-1/+1
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-071-0/+15
* Android: Add support for getting information about content urisAndy Shaw2020-02-281-0/+6
* Add file engine for Android content URLsVolker Krause2019-02-131-0/+60