summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/androidjnimain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Do not wait for service onBind() in service embedding pathPetri Virkkunen6 days1-1/+1
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann11 days1-0/+6
* ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer13 days1-1/+1
* Android: Add classes to embed QML into native AndroidTinja Paavoseppä2024-01-301-9/+24
* Android: Add a context delegate for embedding QML to native AndroidTinja Paavoseppä2024-01-211-3/+3
* Android: Differentiate between standalone Qt app and embedded viewTinja Paavoseppä2023-12-141-0/+26
* Android: Fix touch events for child windowsTinja Paavoseppä2023-12-141-0/+15
* Android: Make QtLayout per window instead of per screenTinja Paavoseppä2023-12-081-121/+2
* Android: Give raster windows their own surface, and flush via RHITinja Paavoseppä2023-12-071-10/+10
* AndroidTestRunner: fix args with quotes and spacesAssam Boudjelthia2023-12-051-3/+1
* AndroidTestRunner: Fix treatement of quotes in test argsAssam Boudjelthia2023-11-301-3/+8
* Android: rename isPluginRunning to isNativePluginIntegrationReadyAssam Boudjelthia2023-11-281-2/+5
* Android: print correct return code of main()Assam Boudjelthia2023-11-231-4/+3
* Android: Fix broken insertNativeView() signatureTinja Paavoseppä2023-11-171-1/+1
* Android: don't call delegates outside of the ActivityAssam Boudjelthia2023-11-101-35/+9
* Android: remove a11y methods from QtNative, call a11y delegate directAssam Boudjelthia2023-11-061-9/+31
* JNI: pass same QJniEnvironment object to QAndroidPlatformClipboardAssam Boudjelthia2023-11-021-1/+1
* Android: move display and screen management to new QtDisplayManagerAssam Boudjelthia2023-11-021-8/+28
* Android: clean up error handling and native methods registrationVolker Hilsheimer2023-11-011-55/+51
* Android: Move clipboard management to own classAssam Boudjelthia2023-10-301-2/+3
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-271-1/+1
* Android: replace QtAndroid::activity/service with QtAndroidPrivateVolker Hilsheimer2023-10-271-25/+11
* Android: move input handling from QtActivityDelegate to separate classAssam Boudjelthia2023-10-181-1/+1
* Android: fix double-freeing of a global references on app exitJuha Vuolle2023-10-121-6/+2
* androidjnimain: use rvalue overloads moreAnton Kudryavtsev2023-09-191-1/+1
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-2/+2
* Add handling of screen hotplugPiotr Mikolajczyk2022-12-131-1/+22
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-201-1/+1
* Android: Fix flickering on window resize and show keyboardSamuel Mira2022-09-171-9/+12
* Android: Light/dark modes detectionBartlomiej Moskal2022-09-051-0/+7
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-2/+2
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-08-291-0/+6
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-3/+4
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-171-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Android A11Y: handle LocationChanged event only for focused elementIvan Solovev2022-05-161-2/+3
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-141-1/+1
* Android: terminate argv passed to main() with nullptrAssam Boudjelthia2022-03-051-4/+6
* Android: make sure that orientationChange is reported after resizeIvan Solovev2022-03-041-4/+11
* Android: set all QScreen's geometry-related parameters togetherIvan Solovev2022-03-041-5/+7
* Android: Fix issue in loading multimedia Android pluginSamuel Mira2022-03-021-13/+2
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-151-0/+6
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-091-2/+3
* [Android]: Handle the screen name, modes and refreshRate properlyBogDan Vatra2022-01-281-28/+33
* Use Android's View.generateViewId() for generating ids for views/surfacesMichał Cieślak2021-12-021-3/+7
* Android: Set sem_wait m_terminateSemaphore behind an atomic flagRami Potinkara2021-11-261-1/+7
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-05-031-0/+5
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-141-3/+3
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-031-2/+3
* Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivateAssam Boudjelthia2021-02-111-2/+2