summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/qandroidplatformintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Enable required capabilities for embedding QML in servicesPetri Virkkunen6 days1-5/+14
* ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer13 days1-1/+1
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-051-3/+3
* Android: Give raster windows their own surface, and flush via RHITinja Paavoseppä2023-12-071-2/+5
* Android: rename isPluginRunning to isNativePluginIntegrationReadyAssam Boudjelthia2023-11-281-5/+0
* Android: Register a default keyboardAssam Boudjelthia2023-11-271-0/+4
* Android: move display and screen management to new QtDisplayManagerAssam Boudjelthia2023-11-021-10/+7
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-271-10/+10
* Android: replace QtAndroid::activity/service with QtAndroidPrivateVolker Hilsheimer2023-10-271-16/+20
* JNI: move signature/className template functions into a template classVolker Hilsheimer2023-09-221-3/+3
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-1/+1
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-5/+5
* Add handling of screen hotplugPiotr Mikolajczyk2022-12-131-3/+62
* Android: Handle light/dark mode changesBartlomiej Moskal2022-10-261-1/+4
* QGuiApplication on Android can now detect multiple displaysWojciech Błaszak2022-10-261-4/+32
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-201-2/+2
* Android: Light/dark modes detectionBartlomiej Moskal2022-09-051-0/+9
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-3/+3
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-6/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-141-4/+6
* Android: guard against potential null pointer accessAssam Boudjelthia2022-03-151-2/+4
* Android: set all QScreen's geometry-related parameters togetherIvan Solovev2022-03-041-6/+15
* [Android]: Handle the screen name, modes and refreshRate properlyBogDan Vatra2022-01-281-8/+10
* android: Implement nativeResourceForContextLaszlo Agocs2021-09-171-0/+13
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-05-031-0/+5
* Fix coding style in android platform and style pluginsXing LinKun2021-03-311-4/+4
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-031-13/+23
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-31/+34
* Add QOffScreenSurface platform API abstractionAssam Boudjelthia2020-08-271-7/+14
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-131-1/+1
* Android: Don't depend on the OpenGL moduleAndy Shaw2020-07-091-3/+0
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-4/+6
* Android: Fix android accessibility not being set activeVikke Matikainen2020-06-211-0/+7
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-8/+7
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-5/+1
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-281-1/+1
* Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2020-03-301-29/+25
* Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-1/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+12
|\
| * Android: Allow requesting qtvirtualkeyboard with QT_IM_MODULEAssam Boudjelthia2020-02-061-1/+12
* | Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-031-1/+9
|/
* Revert "Android: Implement MaximizeUsingFullscreenGeometryHint"Eskil Abrahamsen Blomfeldt2020-01-071-25/+29
* Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2019-11-081-29/+25
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-2/+7
|\
| * Android: Add lock to protect access to the platform interfaceChristian Stromme2017-07-031-2/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-0/+8
|\|
| * Android: Properly update geometry once the platform plugin is readyChristian Strømme2017-06-081-0/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-4/+9
|\|