summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-117-75/+39
|\
| * Android: Set sem_wait m_terminateSemaphore behind an atomic flagRami Potinkara2021-11-271-3/+9
| * Revert "Android: Place cursor correctly on screen when editing"Rami Potinkara2021-11-094-61/+6
| * 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-161-7/+15
| * Revert "[Android] Remove signal and slot mechanism to listen states in editor's"Andreas Buhr2021-10-162-29/+8
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-122-29/+8
|\ \
| * | Revert "[Android] Remove signal and slot mechanism to listen states in editor's"Andreas Buhr2021-10-162-29/+8
| |/
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-163-27/+10
|\|
| * Fix Style java code format and warningsAssam Boudjelthia2021-08-182-19/+1
| * Android: Fix Application becomes unresponsive issuePekka Gehör2021-06-213-0/+11
| * Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-211-8/+9
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-166-21/+68
|\ \
| * | Android: Fix Application becomes unresponsive issuePekka Gehör2021-06-073-0/+11
| |/
| * Android: Fix screen flicker issuesPekka Gehör2021-05-061-3/+6
| * [Android] Fix select handles misplacement on QDialogPekka Gehör2021-04-291-6/+19
| * Android: fix for isSoftwareKeyboard methodBartlomiej Moskal2021-04-222-4/+3
| * [Android] Remove signal and slot mechanism to listen states in editorsTapio Oksa2021-04-222-8/+29
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-077-15/+140
|\|
| * Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2021-04-021-1/+1
| * Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-03-231-7/+14
| * Android: Place cursor correctly on screen when editingPiotr Mikolajczyk2021-03-124-7/+61
| * Android: Add grabWindow handlingPiotr Mikolajczyk2021-03-082-5/+75
| * Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-031-2/+3
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-2467-1363/+1363
* | Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-241-7/+14
|/
* Android: Pass pending state to ResumePauseListenerBartlomiej Moskal2021-02-081-1/+6
* [Android] Fix Text select handle misplaced on QDialog issuesPekka Gehör2021-01-271-2/+2
* Update commercial license headersTarja Sundqvist2021-01-2667-1363/+1363
* Android: Fix for accessibility potential crashPiotr Mikolajczyk2021-01-261-1/+1
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-095-13/+87
* Android: Fix android accessibility not being set activeVikke Matikainen2020-11-213-1/+17
* [Android] Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-181-0/+11
* [Android] Request cursor to be in proper positionTapio Oksa2020-10-291-4/+13
* Fix QSaveFile always failing on content: URLsVolker Krause2020-10-261-2/+9
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-212-6/+2
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-072-3/+91
* Android: Only emit the signals once when doing multiple file selectionAndy Shaw2020-06-181-2/+2
* Android: fix behovior of right click to not interfere with other clicksAssam Boudjelthia2020-06-111-10/+10
* Android: Clear the m_selectedFile variable when showing againAndy Shaw2020-06-051-0/+2
* Android: Clear the clipboard when getting a null mimedataAndy Shaw2020-05-303-1/+10
* Android JNI: update usage of QWindowSystemInterface::handleMouseEvent()Shawn Rutledge2020-05-201-18/+15
* Android: Only have one valid QMimeData object kept aroundAndy Shaw2020-05-202-4/+13
* Android: allow file dialog to use remote locationsAssam Boudjelthia2020-05-192-10/+0
* Android: fix mimeTypes handling for file dialogAssam Boudjelthia2020-05-051-6/+40
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-20/+5
|\
| * Android: Don't recurse into directories inside the assets when iteratingAndy Shaw2020-02-271-20/+5
* | Android: Add support for getting information about content urisAndy Shaw2020-02-282-2/+51
* | Android: fully integrate native file dialogAssam Boudjelthia2020-02-172-64/+148
* | Android: handle check permissions before any file operationsAssam Boudjelthia2020-02-171-7/+8