summaryrefslogtreecommitdiffstats
path: root/src/android/jar/src/org/qtproject/qt5
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix flickering on window resize and show keyboardSamuel Mira2022-09-231-10/+30
* Android A11Y: Check for active surface before calling into native codeJens Trillmann2022-09-211-5/+11
* Android A11Y: Fix TalkBack scrolling behaviorJens Trillmann2022-08-291-0/+9
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-08-293-0/+24
* Fix select handles disappears issuesPekka Gehör2022-07-203-0/+20
* Android A11Y: Add content change type to content change eventAssam Boudjelthia2022-07-151-7/+19
* Android: fix wrong position of cursor handle and editpopup menu in split screenPekka Gehör2022-06-302-6/+16
* Android 13: Fix warnings on starting an applicationSamuel Mira2022-06-281-2/+2
* Fix restart QtActivitySamuel Mira2022-06-072-67/+113
* Android A11Y: handle LocationChanged event only for focused elementIvan Solovev2022-05-173-6/+7
* 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: make sure that orientationChange is reported after resizeIvan Solovev2022-03-112-3/+62
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-224-0/+47
* 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-111-0/+18
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-113-6/+5
* Android: replace stacktrace with debug message in search for setServiceLars Schmertmann2022-02-101-2/+6
* [Android]: Handle the screen name, modes and refreshRate properlyIvan Solovev2022-01-314-15/+33
* 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
* Revert "Android: Fix screen flicker issues"Rami Potinkara2022-01-113-37/+9
* Revert "Android: Place cursor correctly on screen when editing"Rami Potinkara2021-11-092-27/+5
* Android: Hide the keyboard when the height is less than 0Andy Shaw2021-10-201-0/+4
* Android: Fix unnecessary clipboard data accessAssam Boudjelthia2021-08-241-12/+7
* Android: guard getStateCount() with correct VERSION.SDK_INTAssam Boudjelthia2021-08-241-1/+7
* Fix Style java code format and warningsAssam Boudjelthia2021-08-181-506/+344
* Android: Fix fullscreen bottom bar hide issuesPekka Gehör2021-08-161-3/+5
* Fix hidden API access for Android styleAssam Boudjelthia2021-08-131-840/+788
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-06-212-4/+14
* Android: Reset m_usePrimaryClip when clearing the clip dataAndy Shaw2021-05-281-1/+2
* Android: fix wrong position of cursor hander in split screenBartlomiej Moskal2021-05-211-4/+8
* Android: handle ImEnterKeyType flagBartlomiej Moskal2021-05-212-1/+28
* Android: Fix screen flicker issuesPekka Gehör2021-05-063-9/+35
* Android: Fix Touch event position depending on SurfaceBartlomiej Moskal2021-04-291-0/+5
* Android: fix for isSoftwareKeyboard methodBartlomiej Moskal2021-04-222-3/+23
* Android: Place cursor correctly on screen when editingPiotr Mikolajczyk2021-03-122-5/+27
* Android: Fix the input type for date/timeChristian Strømme2021-02-091-1/+1
* Android: Fix input method hints for ImhHiddenTextChristian Strømme2021-02-041-15/+9
* Android: Finish composing text before Key handlingBartlomiej Moskal2021-01-271-0/+11
* Android: Fix for accessibility potential crashPiotr Mikolajczyk2021-01-261-0/+2
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-093-5/+78
* 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
* Android: replace stacktrace with debug message in search for setActivityAssam Boudjelthia2020-11-021-2/+4
* 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