summaryrefslogtreecommitdiff
path: root/src/android
Commit message (Expand)AuthorAgeFilesLines
* Android: fix height calculationSamuel Mira2023-02-021-73/+15
* Android: add build dirs/files of Android templates to .gitignoreAssam Boudjelthia2023-01-242-0/+7
* Adjust the SDK/API version check for getInsetsController()Juha Vuolle2023-01-111-1/+1
* Android: Fix UI is scaled smaller than beforeSamuel Mira2022-12-231-14/+6
* Android: Do not close the keyboard for NO_ENTER_ACTIONBartlomiej Moskal2022-12-221-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
* Android: Fix incorrect dimensions - part 2Samuel Mira2022-12-051-18/+15
* Android: Fix incorrect fullscreen dimensionsSamuel Mira2022-11-071-8/+17
* Android: Handle light/dark mode changesBartlomiej Moskal2022-11-024-10/+55
* Android: Light/dark modes detectionBartlomiej Moskal2022-10-282-0/+16
* Android: Add a way to disable accessibility via an environment varVille Voutilainen2022-10-201-0/+3
* Use SPDX license identifiers lefovers for some Java filesAssam Boudjelthia2022-10-046-211/+18
* Android: Fix Display.getRealMetrics deprecationSamuel Mira2022-09-283-36/+102
* Android: Fix flickering on window resize and show keyboardSamuel Mira2022-09-171-29/+38
* Android A11Y: Check for active surface before calling into native codeJens Trillmann2022-09-021-5/+11
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-09-013-0/+25
* Android A11Y: Fix TalkBack scrolling behaviorJens Trillmann2022-08-311-0/+9
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-1/+1
* Android A11Y: Add content change type to content change eventMike Achtelik2022-07-071-7/+19
* Update Gradle to 7.4.2 and Android Gradle Plug-in (AGP) to 7.2.1Rami Potinkara2022-07-061-1/+1
* Android: fix wrong position of cursor handle and editpopup menu in split screenPekka Gehör2022-06-292-6/+16
* Android 13: Fix warnings on starting an applicationSamuel Mira2022-06-281-2/+2
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* 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
* Android A11Y: populate child elements when constructing node infoIvan Solovev2022-02-141-0/+4
* Android: Re-focus focused accessibility node after orientation changeIvan Solovev2022-02-091-0/+18
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-094-8/+7
* Android A11Y: fix content update notification when object is hiddenIvan Solovev2022-01-281-1/+4
* Android: explicitly remove accessibility focus when element is hiddenIvan Solovev2022-01-281-0/+11
* [Android]: Handle the screen name, modes and refreshRate properlyBogDan Vatra2022-01-284-52/+46
* Recognize system apps also when apk has parent directoryTinja Paavoseppä2021-12-081-2/+7
* Android: add methods to get the FileDescriptor for a UriAssam Boudjelthia2021-12-031-0/+32
* Android: simplifications to exception messages for content file handlingAssam Boudjelthia2021-12-031-76/+63