summaryrefslogtreecommitdiffstats
path: root/src/android
Commit message (Expand)AuthorAgeFilesLines
* Adjust the SDK/API version check for getInsetsController()Juha Vuolle2023-01-101-1/+1
* Android: Fix UI is scaled smaller than beforeSamuel Mira2022-12-221-14/+6
* Android: Do not close the keyboard for NO_ENTER_ACTIONBartlomiej Moskal2022-12-211-0/+3
* Android: fix deprecations for getDrawable() on QtMessageDialogHelperAssam Boudjelthia2022-12-211-4/+8
* Android: Fix deprecations AlertDialog.setButton()Assam Boudjelthia2022-12-211-2/+5
* Android: Fix for low contrast status barBartlomiej Moskal2022-12-201-0/+16
* Android: Close the keyboard after clicking DoneBartlomiej Moskal2022-12-141-0/+1
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-141-206/+0
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-131-6/+6
* Add handling of screen hotplugPiotr Mikolajczyk2022-12-132-2/+21
* CMake:Android: copy templates, bindings and gradle files pre_buildAssam Boudjelthia2022-12-092-0/+16
* CMake:Android: add Android templates, bindings and gradle files to treeAssam Boudjelthia2022-12-022-5/+52
* Android: Fix incorrect dimensions - part 2Samuel Mira2022-11-251-18/+15
* Update Gradle to 7.5.1 and Android Gradle Plug-in (AGP) to 7.3.1Rami Potinkara2022-11-251-1/+1
* Android: Fix incorrect fullscreen dimensionsSamuel Mira2022-11-071-8/+17
* Android: Handle light/dark mode changesBartlomiej Moskal2022-10-264-10/+55
* QGuiApplication on Android can now detect multiple displaysWojciech Błaszak2022-10-261-0/+15
* Fix crash on access clipboard on AndroidSamuel Mira2022-10-261-2/+4
* Android: Add a way to disable accessibility via an environment varVille Voutilainen2022-10-201-0/+3
* Android: Stop using getPrimaryClipDescriptionSamuel Mira2022-10-181-26/+18
* Fix a typo in Android docsThibaut Cuvelier2022-10-051-1/+1
* Use SPDX license identifiers lefovers for some Java filesAssam Boudjelthia2022-10-046-211/+18
* Android: Fix Display.getRealMetrics deprecationSamuel Mira2022-09-273-36/+102
* Android: Fix flickering on window resize and show keyboardSamuel Mira2022-09-171-29/+38
* Android: Light/dark modes detectionBartlomiej Moskal2022-09-052-0/+16
* Android A11Y: Check for active surface before calling into native codeJens Trillmann2022-09-021-5/+11
* Android A11Y: Fix TalkBack scrolling behaviorJens Trillmann2022-08-291-0/+9
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-08-293-0/+25
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-034-0/+12
* Update Gradle to 7.4.2 and Android Gradle Plug-in (AGP) to 7.2.1Rami Potinkara2022-07-061-1/+1
* Android A11Y: Add content change type to content change eventMike Achtelik2022-07-051-7/+19
* Android: fix wrong position of cursor handle and editpopup menu in split screenPekka Gehör2022-06-292-6/+16
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Android 13: Fix warnings on starting an applicationSamuel Mira2022-06-131-2/+2
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-203-38/+53
* Use SPDX license identifiersLucie Gérard2022-05-1620-759/+51
* Android A11Y: handle LocationChanged event only for focused elementIvan Solovev2022-05-164-8/+9
* Android: Fix ANR when QtService and QtActivity load in same processSamuel Mira2022-04-281-1/+12
* Fix restart QtActivitySamuel Mira2022-04-273-78/+135
* Android: set useLegacyPackaging to true in build.gradleAssam Boudjelthia2022-04-263-4/+3
* Android: add missing properties in AndroidManifest.xmlAssam Boudjelthia2022-04-262-4/+20
* Android: fix fullscreen handlingIvan Solovev2022-03-291-5/+20
* Android: use empty Intent to clear clipboard data on API < 28Ivan Solovev2022-03-181-3/+10
* Android: rephrase default value statement use in manifest doc pageAssam Boudjelthia2022-03-111-23/+23
* Document use of android:allowNativeHeapPointerTagging in the manifestAssam Boudjelthia2022-03-051-0/+7
* Android: make sure that orientationChange is reported after resizeIvan Solovev2022-03-042-3/+60
* Android: Fix issue in loading multimedia Android pluginSamuel Mira2022-03-023-36/+67
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-155-0/+60