summaryrefslogtreecommitdiffstats
path: root/src/corelib/platform/android/qandroidnativeinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix UB (reference to local variable leaving scope) in runOnAndroidMainThread()Marc Mutz2022-12-281-1/+1
* QAndroidNaticeInterface: replace a pair with a structMarc Mutz2022-12-231-8/+15
* runOnAndroidMainThread(): Don't block QThreadPool::globalInstance() with timo...Marc Mutz2022-12-231-0/+8
* runOnAndroidMainThread(): Use QThreadPool::start() instead of QtConcurrent::r...Marc Mutz2022-12-231-2/+4
* Don't create a QRunnable in QAndroidApplication::runOnAndroidMainThread() w/o...Marc Mutz2022-12-231-4/+4
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-171-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Fix compiler warning from deprecated overloadsVolker Hilsheimer2022-04-261-1/+1
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-161-0/+1
* Pass QDeadlineTimer by value in runOnAndroidMainThread()Assam Boudjelthia2021-08-011-1/+1
* Doc: QtCore: Fix more documentation warningsTopi Reinio2021-06-071-1/+1
* Android: Add runOnMainAndroidThread() under QNativeInterfaceAssam Boudjelthia2021-05-261-1/+148
* Move hideSplashScreen() from qjnihelpers_p to QNativeInterfaceAssam Boudjelthia2021-05-081-0/+17
* Add sdkVersion() to QNativeInterface::QAndroidApplicationAssam Boudjelthia2021-05-061-0/+11
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-201-0/+85