summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* JNI: move signature/className template functions into a template classVolker Hilsheimer2023-09-224-17/+17
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-204-8/+8
* JNI: Explicitly convert QtJniType instances to jobject for variadic argumentsVolker Hilsheimer2023-09-201-1/+1
* androidjnimain: use rvalue overloads moreAnton Kudryavtsev2023-09-191-1/+1
* Android: Handle ImhNoTextHandles flag from InputMethodHintsBartlomiej Moskal2023-09-152-0/+14
* QAndroidPlatformFileDialogHelper: use const methods moreAnton Kudryavtsev2023-09-091-3/+3
* Android: fix handling of tree content uri with sub-documentAssam Boudjelthia2023-08-291-1/+1
* Android: use all nameFilters at once for native file dialogAssam Boudjelthia2023-08-251-4/+7
* Android: fix content URI handling for non-ascii file namesAssam Boudjelthia2023-08-151-6/+7
* QAndroidPlatformInputContext: send composition text and cursor jointlyAxel Spoerl2023-08-141-15/+7
* Remove explicit use of QT_USE_QSTRINGBUILDERAlexey Edelev2023-08-081-2/+0
* Fix link to platform window in QAndroidPlatformBackingStore::flush()Axel Spoerl2023-08-045-16/+7
* Remove assertion in QAndroidPlatformScreen::addWindow()Axel Spoerl2023-07-311-1/+0
* android backingstore: Drop out-of-date surface type checkLaszlo Agocs2023-07-281-6/+2
* Implement virtual void QPlatformWindow::setBackingStore()Axel Spoerl2023-07-142-3/+11