summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-1/+1
* Add StateLocation & GenericStateLocation to StandardLocationJonathan Ketchker2023-09-071-0/+3
* Android: fix and document QStandardPaths behavior on different versionsAssam Boudjelthia2023-03-011-9/+67
* Android: avoid duplicate paths from QStandardPaths::standardLocations()Assam Boudjelthia2023-02-221-49/+37
* Unstringify QStandardPaths Android partsJuha Vuolle2022-08-241-14/+11
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-6/+6
* Add PublicShare and Templates QStandardPathsBjörn Feber2022-01-011-0/+2
* Fix build error when using -qtnamespace flagAssam Boudjelthia2021-04-231-2/+2
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-201-24/+8
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-25/+25
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-041-55/+7
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* QtCore: use new QLatin1String::arg()Marc Mutz2019-06-031-1/+1
* Android: Set minimum supported version to android-21Eskil Abrahamsen Blomfeldt2019-01-231-11/+3
* Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-121-2/+13
* Say hello to Android ServicesBogDan Vatra2016-02-171-9/+8
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+2
|\
| * Android: Fix local ref handling.Christian Strømme2015-02-171-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QStandardPaths: add AppConfigLocation.David Faure2015-01-091-0/+1
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-291-2/+3
* Android: QStandardPaths implementationChristian Strømme2014-01-161-0/+331