summaryrefslogtreecommitdiffstats
path: root/src/android/jar/src/org/qtproject/qt5/android/QtNative.java
Commit message (Expand)AuthorAgeFilesLines
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-08-291-0/+12
* Fix select handles disappears issuesPekka Gehör2022-07-201-0/+5
* Fix restart QtActivitySamuel Mira2022-06-071-1/+11
* Android A11Y: handle LocationChanged event only for focused elementIvan Solovev2022-05-171-2/+2
* Fix access to content: URLs with transient read/write permissionsAssam Boudjelthia2022-03-211-17/+21
* Android: Treat ACTION_CANCEL as TouchCancelEventMike Achtelik2022-03-181-2/+9
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-221-0/+12
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-111-2/+2
* [Android]: Handle the screen name, modes and refreshRate properlyIvan Solovev2022-01-311-11/+12
* Revert "Android: Fix screen flicker issues"Rami Potinkara2022-01-111-8/+4
* Revert "Android: Place cursor correctly on screen when editing"Rami Potinkara2021-11-091-16/+1
* Android: Fix unnecessary clipboard data accessAssam Boudjelthia2021-08-241-12/+7
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-06-211-0/+5
* Android: Reset m_usePrimaryClip when clearing the clip dataAndy Shaw2021-05-281-1/+2
* Android: Fix screen flicker issuesPekka Gehör2021-05-061-4/+8
* Android: fix for isSoftwareKeyboard methodBartlomiej Moskal2021-04-221-1/+16
* Android: Place cursor correctly on screen when editingPiotr Mikolajczyk2021-03-121-1/+16
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-091-0/+36
* Android: avoid reflection with ClipData addItemAssam Boudjelthia2020-12-021-22/+5
* Android: Treat ACTION_CANCEL as TouchPointReleasedBartlomiej Moskal2020-11-141-1/+1
* Android: Don't use putIfAbsent as that is not available in older APIsAndy Shaw2020-11-111-2/+2
* Fix QSaveFile always failing on content: URLsVolker Krause2020-10-261-0/+5
* 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-141-3/+16
* Android: fix QDesktopServices::openUrl() error for file scheme pathAssam Boudjelthia2020-06-261-3/+5
* Android: Clear the clipboard when getting a null mimedataAndy Shaw2020-05-301-0/+2
* Android: fix mimeTypes handling for file dialogAssam Boudjelthia2020-05-051-0/+5
* Android: Only check for uri permissions when it is a file or contentAndy Shaw2020-04-141-1/+6
* 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-02-211-28/+37
|\
| * Load main library as soon as possibleBogDan Vatra2019-02-191-28/+37
* | Add file engine for Android content URLsVolker Krause2019-02-131-0/+13
|/
* Android: Add support for setting/getting html and uris from clipboardAndy Shaw2018-12-211-10/+121
* Add log output if library does not existsAndré Klitzing2018-11-211-0/+2
* Android: Support mouse hoverMichael Dippold2018-07-131-18/+33
* Android: rewrite edit context menuBogDan Vatra2018-04-151-1/+4
* Load Qt libs from Qt threadBogDan Vatra2018-02-111-52/+82
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-2/+3
|\
| * Android: fix scrolling using a touch keyboard on BlackberryJ-P Nurmi2017-11-281-2/+3
* | Forward Service.onBind notification to QtBogDan Vatra2017-07-041-1/+7
* | Android: Allow deploying Qt apps as system appsAnton Miller2017-06-281-2/+30
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-2/+16
|\|
| * Android: fix missing wheel eventsJ-P Nurmi2017-06-181-0/+13
| * Android: Fix RTL selection handles directionsBogDan Vatra2017-06-131-2/+3