summaryrefslogtreecommitdiffstats
path: root/src/corelib/platform/android/qandroidnativeinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation of QAndroidApplication::contextVolker Hilsheimer14 days1-2/+2
* Android: don't call delegates outside of the ActivityAssam Boudjelthia2023-11-101-2/+1
* Android: add missing extras native methods impls and registrationAssam Boudjelthia2023-11-031-2/+2
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-271-1/+1
* Fix compilation issues for androidMichal Klocek2023-03-161-0/+1
* runOnAndroidMainThread(): optimize shared pointer useMarc Mutz2022-12-261-2/+3
* Fix UB (reference to local variable leaving scope) in runOnAndroidMainThread()Marc Mutz2022-12-231-1/+1
* QAndroidNaticeInterface: replace a pair with a structMarc Mutz2022-12-231-8/+15
* runOnAndroidMainThread(): Use QThreadPool::start() instead of QtConcurrent::r...Marc Mutz2022-12-231-2/+4
* runOnAndroidMainThread(): Don't block QThreadPool::globalInstance() with timo...Marc Mutz2022-12-231-0/+8
* Don't create a QRunnable in QAndroidApplication::runOnAndroidMainThread() w/o...Marc Mutz2022-12-231-4/+4
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* 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