summaryrefslogtreecommitdiffstats
path: root/src/android/jar/src/org/qtproject/qt5/android
Commit message (Expand)AuthorAgeFilesLines
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-0316-7286/+0
* Android: Pass the parsed URI if it fails to get permission on 23 or lessAndy Shaw2020-09-111-0/+4
* Use ApplicationInfo to get metaDataMike Achtelik2020-08-281-5/+5
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-071-6/+103
* Android: add missing printStackTrace() in catch statementsAssam Boudjelthia2020-07-143-3/+20
* Android: check for debug mode before fetching extraappparamsAssam Boudjelthia2020-07-081-6/+6
* Android: fix QDesktopServices::openUrl() error for file scheme pathAssam Boudjelthia2020-06-261-3/+5
* Android: Don't pause when in multi window modeAndy Shaw2020-06-251-1/+2
* Android: Clear the clipboard when getting a null mimedataAndy Shaw2020-05-301-0/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-0/+5
|\
| * Android: fix mimeTypes handling for file dialogAssam Boudjelthia2020-05-051-0/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+6
|\|
| * Android: Only check for uri permissions when it is a file or contentAndy Shaw2020-04-141-1/+6
* | Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2020-03-304-42/+94
* | Android: Increase minimum API level to Android-23 / Android 6Eskil Abrahamsen Blomfeldt2020-03-042-12/+5
|/
* Android: Add support for getting information about content urisAndy Shaw2020-02-281-0/+57
* Android: handle check permissions before any file operationsAssam Boudjelthia2020-02-171-12/+59
* Handle exceptions when accessing android clipboardMike Achtelik2020-01-311-50/+78
* Android: rework assets supportBogDan Vatra2019-10-021-0/+19
* [androidcontentfileengine] Catch SecurityException during file openingNicolas Fella2019-07-051-0/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-1/+4
|\
| * Android: Fix wrong height of text editor context menu in some localesVova Mshanetskiy2019-05-101-1/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-023-21/+35
|\|
| * Android: Fix positioning of text editor context menuVova Mshanetskiy2019-05-012-18/+32
| * Android: Fix positioning of selection handles in text editorsVova Mshanetskiy2019-05-011-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-3/+10
|\|
| * Android: Support for separate landscape/portrait splash screensEskil Abrahamsen Blomfeldt2019-03-201-3/+10
* | Android: Use DisplayListener to detect rotationVal Doroshchuk2019-03-061-7/+23
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-021-1/+3
|\|
| * Android: Show correct keyboard when using Gboard and Japanese layoutAndy Shaw2019-02-281-1/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-213-45/+51
|\|
| * Load main library as soon as possibleBogDan Vatra2019-02-193-45/+51
* | Add file engine for Android content URLsVolker Krause2019-02-131-0/+13
* | Android: Set minimum supported version to android-21Eskil Abrahamsen Blomfeldt2019-01-232-41/+17
|/
* Android: fix NPE on m_editPopupMenuVyacheslav Koscheev2019-01-171-2/+4
* Android: Add support for setting/getting html and uris from clipboardAndy Shaw2018-12-211-10/+121
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-051-0/+7
|\
| * [Android] Fix the ability to override environment and argumentsv5.12.0BogDan Vatra2018-12-031-0/+7
* | Add log output if library does not existsAndré Klitzing2018-11-211-0/+2
|/
* Android: Support mouse hoverMichael Dippold2018-07-131-18/+33
* Remove old debugging hackBogDan Vatra2018-05-151-231/+0
* Android: rewrite edit context menuBogDan Vatra2018-04-156-209/+200
* Refactor cursor & selection handlesBogDan Vatra2018-03-141-53/+69
* Android: Close the DataOutputStream when we are finished with itAndy Shaw2018-03-021-1/+7
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-10/+17
|\
| * Don't update the position if the handle was not first pressedBogDan Vatra2018-01-271-0/+5
| * Move selection handles 1mm downBogDan Vatra2018-01-271-10/+12
* | Load Qt libs from Qt threadBogDan Vatra2018-02-114-53/+201
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+1
|\|
| * Android: Support caps lockMichael Dippold2017-12-081-1/+1