summaryrefslogtreecommitdiffstats
path: root/src/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle checkPermission() below api 23Assam Boudjelthia2021-05-111-7/+2
* Android: Remove NoSuchMethodException errorPekka Gehör2021-05-101-0/+5
* Move Android Extras as private APIs under qtbaseAssam Boudjelthia2021-05-103-0/+202
* Remove unused functions in qjnihelpersAssam Boudjelthia2021-05-081-3/+0
* Android: handle ImEnterKeyType flagBartlomiej Moskal2021-05-052-1/+31
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-05-032-2/+13
* Android: Remove NoSuchMethodException errorBartlomiej Moskal2021-04-271-0/+5
* Android: Bump gradle (plugin) versionsMike Achtelik2021-04-101-2/+2
* Add legacy external storage access flagFabio Falsini2021-04-071-1/+1
* Merge integration refs/builds/qtci/dev/1617105725Qt CI Bot2021-03-301-0/+5
|\
| * Android: Fix Touch event position depending on SurfaceBartlomiej Moskal2021-03-301-0/+5
* | Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-3/+1
|/
* Android: fix wrong position of cursor hander in split screenBartlomiej Moskal2021-03-261-4/+8
* Android: fix for isSoftwareKeyboard methodBartlomiej Moskal2021-03-262-8/+15
* Android: Fix constant resize of a large TextEdit on clickPiotr Mikolajczyk2021-03-101-0/+14
* Android: Place cursor correctly on screen when editingPiotr Mikolajczyk2021-03-053-8/+35
* [Android]: Fix exception when using Qt to create a service on AndroidLars Schmertmann2021-02-191-0/+13
* Android: replace stacktrace with debug message in search for setServiceLars Schmertmann2021-02-181-2/+6
* Add build.gradle to easily modifying Java project with Android StudioAssam Boudjelthia2021-02-124-1/+61
* Android: Fix the input type for date/timeChristian Strømme2021-02-081-1/+1
* Android: Replace magic number for TYPE_NUMBER_VARIATION_PASSWORDChristian Strømme2021-02-021-1/+1
* Android: Fix input method hints for ImhHiddenTextChristian Strømme2021-02-021-15/+9
* Android: Finish composing text before Key handlingBartlomiej Moskal2021-01-191-0/+11
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-31/+0
* Remove the qmake project filesJoerg Bornemann2021-01-074-90/+0
* Android: Fix for accessibility potential crashPiotr Mikolajczyk2020-12-181-0/+2
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-084-5/+93