summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* Android: Remove parent before adding window to screenv6.7.0-beta2Tinja Paavoseppä2024-01-221-1/+1
* Android: Add a context delegate for embedding QML to native AndroidTinja Paavoseppä2024-01-222-5/+5
* Android: Handle embedding container windows betterTinja Paavoseppä2024-01-162-12/+22
* Fix opening temporary content: URIs from application content providersVolker Krause2024-01-131-1/+1
* Android: Use TextureView when multiple windows presentTinja Paavoseppä2023-12-142-1/+17
* Android: Differentiate between standalone Qt app and embedded viewTinja Paavoseppä2023-12-142-0/+28
* Android: Fix touch events for child windowsTinja Paavoseppä2023-12-143-37/+62
* Android: Add support for foreign window acting as embedding containerTinja Paavoseppä2023-12-144-6/+45
* Android: Make winId() return the underlying QtWindow jobjectTinja Paavoseppä2023-12-142-7/+8
* Make some QScreen native interfaces publicDavid Redondo2023-12-081-4/+5
* QIcon: harden font file discovery in Android icon engineVolker Hilsheimer2023-12-081-7/+23
* Android: Make QtWindow wrap the QtLayout instead of inherit itTinja Paavoseppä2023-12-081-6/+4
* Android: Add preliminary support for child windowsTinja Paavoseppä2023-12-087-30/+62
* Android: Make QtLayout per window instead of per screenTinja Paavoseppä2023-12-0810-233/+188
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-071-5/+1
* QIcon: clean up Windows and Android icon enginesVolker Hilsheimer2023-12-072-34/+26
* Android: Give raster windows their own surface, and flush via RHITinja Paavoseppä2023-12-0716-528/+103
* AndroidTestRunner: fix args with quotes and spacesAssam Boudjelthia2023-12-051-3/+1
* Android: fix exception with non-existent default QtClipboardManager ctorAssam Boudjelthia2023-11-301-1/+1
* AndroidTestRunner: Fix treatement of quotes in test argsAssam Boudjelthia2023-11-301-3/+8
* Android: rectify the visibility of QtAndroid.jar classAssam Boudjelthia2023-11-281-1/+1
* Android: rename isPluginRunning to isNativePluginIntegrationReadyAssam Boudjelthia2023-11-283-8/+6
* Android: Register a default keyboardAssam Boudjelthia2023-11-271-0/+4
* Avoid rounding errors for fullscreen window geometryMorten Sørvig2023-11-271-13/+15
* Fix Japan locale not showing japanese fonts correctlyLauri Pohjanheimo2023-11-231-0/+33
* Add initial implementation of an Android icon engineVolker Hilsheimer2023-11-235-0/+421
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-4/+4
* Android: print correct return code of main()Assam Boudjelthia2023-11-231-4/+3
* Android: Fix broken insertNativeView() signatureTinja Paavoseppä2023-11-172-2/+3
* Fix android buildMichal Klocek2023-11-141-2/+2
* Android: set the default theme directly in QtActivity without reflectionAssam Boudjelthia2023-11-101-7/+0
* Android: don't call delegates outside of the ActivityAssam Boudjelthia2023-11-104-57/+47
* Android: remove a11y methods from QtNative, call a11y delegate directAssam Boudjelthia2023-11-064-26/+39
* JNI: pass same QJniEnvironment object to QAndroidPlatformClipboardAssam Boudjelthia2023-11-023-4/+3
* Android: move display and screen management to new QtDisplayManagerAssam Boudjelthia2023-11-023-23/+39
* Android: Hide text handle when it is out or coveredBartlomiej Moskal2023-11-021-1/+9
* Android: clean up error handling and native methods registrationVolker Hilsheimer2023-11-019-91/+75
* JNI: don't implement a signature for 'long' C++ typeVolker Hilsheimer2023-11-011-1/+1
* Android: Move clipboard management to own classAssam Boudjelthia2023-10-306-132/+99
* Android: Modernize the QAndroidSystemLocale implementationVolker Hilsheimer2023-10-271-19/+22
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-274-13/+13
* Android: replace QtAndroid::activity/service with QtAndroidPrivateVolker Hilsheimer2023-10-277-51/+37
* Android: Fix for hiding cursor handlesBartlomiej Moskal2023-10-241-3/+7
* Android: move input handling from QtActivityDelegate to separate classAssam Boudjelthia2023-10-183-19/+124
* Include what you need: <QPointer>Marc Mutz2023-10-122-0/+4
* Android: fix double-freeing of a global references on app exitJuha Vuolle2023-10-121-6/+2
* androidjniinput.cpp: const and cleanupShawn Rutledge2023-10-101-18/+17
* Fix hi-dpi mouse and tablet events on AndroidShawn Rutledge2023-10-101-6/+8
* Handle ACTION_POINTER_UP with tablet eventsJuha Vuolle2023-10-101-0/+1
* QtAndroidAccessibility: fix unneeded runtime initializationMarc Mutz2023-10-051-1/+1