summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* [Android] Fix select handles misplacement on QDialogv6.1.0-beta3Pekka Gehör2021-04-011-6/+19
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-301-2/+2
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-051-2/+3
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-231-7/+14
* Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivateAssam Boudjelthia2021-02-111-2/+2
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-044-48/+61
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-021-6/+1
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-011-4/+4
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-2723-280/+303
* Android: Fix deprecated QVariant usageAndy Nichols2021-01-261-1/+1
* [Android] Fix Text select handle misplaced on fields inside QDialog issuesPekka Gehör2021-01-201-2/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-77/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-92/+0
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* Android: Fix for accessibility potential crashPiotr Mikolajczyk2020-12-181-1/+1
* Android: Pass pending state to ResumePauseListenerBartlomiej Moskal2020-12-171-1/+6
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-085-13/+87
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-191-9/+11
* Android: Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-171-0/+10
* [Android] Request cursor to be in proper positionTapio Oksa2020-10-291-4/+13
* Fix QSaveFile always failing on content: URLsVolker Krause2020-10-231-2/+9
* Deprecate QVariant::TypeLars Knoll2020-10-231-5/+5
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-212-6/+2
* Fix Qt6 renamingBogDan Vatra2020-10-142-5/+11
* Remove dead codeLars Knoll2020-10-121-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-075-9/+9
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-072-3/+3
* Rename Android offscreen surface interfaceTor Arne Vestbø2020-10-071-1/+1
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-036-14/+14
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-6/+6
* QStyle: return 'Fusion' instead of 'fusion'Richard Moe Gustavsen2020-09-121-1/+1
* Android: Fix warning: unused variable 'm_statusBarShowing'Alessandro Portale2020-09-011-2/+0
* Include qhash.h in header instantiating QHashEdward Welbourne2020-08-281-0/+1
* Add QOffScreenSurface platform API abstractionAssam Boudjelthia2020-08-275-38/+44
* Android: split arguments passed to the main appAssam Boudjelthia2020-08-251-1/+2
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-072-3/+91
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-139-10/+13
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-6/+6
* CMake: Fix various issues with the Android buildAlexandru Croitor2020-07-091-8/+0
* Android: Don't depend on the OpenGL moduleAndy Shaw2020-07-094-16/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-075-12/+12
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* Use QList instead of QVector in pluginsJarek Kobus2020-07-064-8/+8
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-8/+8
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-3/+3
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-024-9/+13
* Android: Fix android accessibility not being set activeVikke Matikainen2020-06-213-1/+17
* Android: Only emit the signals once when doing multiple file selectionAndy Shaw2020-06-181-2/+2
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-163-21/+19