summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-172-6/+7
* Use SPDX license identifiersLucie Gérard2022-05-1665-2495/+155
* Android A11Y: handle LocationChanged event only for focused elementIvan Solovev2022-05-165-7/+8
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-291-1/+0
* Android: fix A11Y object descriptionIvan Solovev2022-04-211-4/+7
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+4
* Android: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-141-2/+2
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-149-62/+78
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-148-30/+30
* Android: Don't assert in add/removeWindowAssam Boudjelthia2022-04-121-4/+6
* Android: wrap QAndroidInputContext's m_focusObject in a QPointerAssam Boudjelthia2022-04-121-1/+1
* Fix crash in tst_qmltc_examples on AndroidAndreas Buhr2022-04-081-1/+1
* Android: Fix deadlock caused by a race between permissions query and IMJarkko Koivikko2022-04-053-54/+5
* Android: minor code refactorings for QAndroidPlatformMessageDialogHelperAssam Boudjelthia2022-04-012-30/+36
* Android: hide() in the QAndroidPlatformMessageDialogHelper destructorAssam Boudjelthia2022-04-012-0/+7
* Android A11Y: Add supported role infos to A11yNodeInfoMike Achtelik2022-03-281-1/+9
* Android: Keep the ParcelFileDescriptor open for content urisJarkko Koivikko2022-03-252-5/+26
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+3
* Android: guard against potential null pointer accessAssam Boudjelthia2022-03-152-18/+24
* Fix quick file dialog on androidSamuel Mira2022-03-091-0/+2
* Android: terminate argv passed to main() with nullptrAssam Boudjelthia2022-03-051-4/+6
* Android: make sure that orientationChange is reported after resizeIvan Solovev2022-03-043-4/+17
* Android: set all QScreen's geometry-related parameters togetherIvan Solovev2022-03-045-11/+48
* Android: Fix issue in loading multimedia Android pluginSamuel Mira2022-03-021-13/+2
* Android A11Y: Fix value roundingIvan Solovev2022-02-151-2/+44
* Android A11Y: Announce value together with element name when focusedIvan Solovev2022-02-151-3/+7
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-155-3/+40
* Make Droid Sans Mono available as fixed font for all Android stylesAndreas Buhr2022-02-141-0/+5
* Set Roboto as the default font on AndroidAndreas Buhr2022-02-102-0/+6
* Android A11Y: execute C++ code on main Qt threadIvan Solovev2022-02-094-47/+191
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-093-4/+9
* [Android]: Handle the screen name, modes and refreshRate properlyBogDan Vatra2022-01-285-45/+108
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-043-4/+8
* QPA: Set focus reason when window activation changes focusVolker Hilsheimer2021-12-031-4/+4
* Use Android's View.generateViewId() for generating ids for views/surfacesMichał Cieślak2021-12-021-3/+7
* android: Fix typo in source code commentJonas Kvinge2021-12-021-1/+1
* Android: Set sem_wait m_terminateSemaphore behind an atomic flagRami Potinkara2021-11-261-1/+7
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-031-10/+0
* Android: Treat ACTION_CANCEL as TouchCancelEventMike Achtelik2021-10-291-6/+30
* Revert "Android: Place cursor correctly on screen when editing"Rami Potinkara2021-10-264-63/+9
* Android: set EXTRA_TITLE to the initially selected file in save dialogAssam Boudjelthia2021-10-252-4/+9
* Android: Fix handling of cursor position when stop composingAndreas Buhr2021-10-141-7/+15
* Revert "[Android] Remove signal and slot mechanism to listen states in editor's"Andreas Buhr2021-10-132-37/+8
* android: Implement nativeResourceForContextLaszlo Agocs2021-09-172-0/+14
* QAndroidSystemLocale: add missing day and month format handlingIvan Solovev2021-09-151-0/+12
* Android: Enable QDesktopServiceLars Schmertmann2021-09-102-2/+49
* Fix Style java code format and warningsAssam Boudjelthia2021-08-152-27/+2
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREEJoerg Bornemann2021-07-121-1/+1
* Remove ministro codeAssam Boudjelthia2021-07-011-7/+3