summaryrefslogtreecommitdiffstats
path: root/src/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docs: Move manifest and androiddeployqt docs to where code livesNicholas Bennett2021-11-191-0/+290
* Android: Treat ACTION_CANCEL as TouchCancelEventMike Achtelik2021-10-291-2/+9
* Revert "Android: Place cursor correctly on screen when editing"Rami Potinkara2021-10-263-35/+8
* Update Gradle to 7.2.0 and Android Gradle Plugin to 7.0.2Mårten Nordheim2021-10-221-1/+1
* Android: set allowNativeHeapPointerTagging to false in the manifestAssam Boudjelthia2021-10-211-1/+2
* Android: Hide the keyboard when the height is less than 0Andy Shaw2021-10-141-0/+4
* Android: replace ndk.dir with android.ndkVersion in build.gradleAssam Boudjelthia2021-10-131-1/+1
* Android: Update and add missing gradle files for jar foldersAssam Boudjelthia2021-10-061-7/+6
* Android: use gradle repo mavenCentral() instead of jcenter()Assam Boudjelthia2021-10-061-2/+2
* Android: remove comments from the manifest fileAssam Boudjelthia2021-10-021-44/+6
* Specify Android architecture in gradle filesAndreas Buhr2021-09-301-0/+1
* Rename variable to not reference Qt5Andreas Buhr2021-09-301-4/+4
* Add error messages in case system library directory does not existAndreas Buhr2021-09-301-2/+10
* Android: Add information about who launched this activity to intentsLars Schmertmann2021-08-261-0/+18
* Fix access to content: URLs with transient read/write permissionsVolker Krause2021-08-231-17/+21
* Android: guard getStateCount() with correct VERSION.SDK_INTAssam Boudjelthia2021-08-231-1/+7
* Fix Style java code format and warningsAssam Boudjelthia2021-08-151-506/+344
* Fix hidden API access for Android styleAssam Boudjelthia2021-08-122-833/+787
* Add Android service check on quit appFabio Falsini2021-07-271-2/+2
* Android: Fix unnecessary clipboard data accessMike Achtelik2021-07-141-12/+7
* Android: Make the manifest less to scary to read and editAssam Boudjelthia2021-07-013-86/+103
* Remove ministro codeAssam Boudjelthia2021-07-0129-355/+1
* Remove unnecessary = signs from build.gradleAssam Boudjelthia2021-06-021-2/+2
* Silence misleading exception print in setQtContextDelegateAssam Boudjelthia2021-06-021-3/+1
* Android: Fix select handles misplacement on QDialogPekka Gehör2021-05-253-0/+21
* Android: Reset m_usePrimaryClip when clearing the clip dataAndy Shaw2021-05-191-0/+1
* Android: Fix position issue of the EditPopupMenuPekka Gehör2021-05-121-2/+5