summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port platform plugins to QStringViewLars Knoll2020-06-154-4/+10
* Android: fix behovior of right click to not interfere with other clicksAssam Boudjelthia2020-06-111-10/+10
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-2/+2
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-104-5/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Fix build for Android on macOSEskil Abrahamsen Blomfeldt2020-06-033-3/+1
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-023-3/+2
* Android: Clear the clipboard when getting a null mimedataAndy Shaw2020-05-303-1/+10
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-292-15/+14
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-5/+1
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-283-4/+4
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-271-1/+1
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-223-5/+1
* Android: Only have one valid QMimeData object kept aroundAndy Shaw2020-05-192-4/+13
* Android: Clear the m_selectedFile variable when showing againAndy Shaw2020-05-191-0/+2
* Android JNI: update usage of QWindowSystemInterface::handleMouseEvent()Shawn Rutledge2020-05-121-18/+15
* Android: allow file dialog to use remote locationsAssam Boudjelthia2020-05-122-10/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-6/+40
|\
| * Android: fix mimeTypes handling for file dialogAssam Boudjelthia2020-05-051-6/+40
* | CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
* | Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2020-03-308-107/+108
* | Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-052-1/+3
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-20/+5
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-20/+5
| |\