summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/androidjniinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Detect mouse buttonsAxel Spoerl4 days1-11/+75
* Android: Do not double finger size for touch eventsZoltan Gera2024-02-161-4/+4
* Android: Fix touch events for child windowsTinja Paavoseppä2023-12-141-37/+46
* Android: remove a11y methods from QtNative, call a11y delegate directAssam Boudjelthia2023-11-061-14/+0
* Android: clean up error handling and native methods registrationVolker Hilsheimer2023-11-011-4/+3
* Android: move input handling from QtActivityDelegate to separate classAssam Boudjelthia2023-10-181-17/+102
* androidjniinput.cpp: const and cleanupShawn Rutledge2023-10-101-18/+17
* Fix hi-dpi mouse and tablet events on AndroidShawn Rutledge2023-10-101-6/+8
* Handle ACTION_POINTER_UP with tablet eventsJuha Vuolle2023-10-101-0/+1
* Android: use logging category for im debugLiang Qi2023-06-191-24/+10
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Android: Treat ACTION_CANCEL as TouchCancelEventMike Achtelik2021-10-291-6/+30
* Revert "Android: Place cursor correctly on screen when editing"Rami Potinkara2021-10-261-14/+2
* Android: Fix select handles misplacement on QDialogPekka Gehör2021-05-251-0/+5
* Android: Fix constant resize of a large TextEdit on clickPiotr Mikolajczyk2021-03-101-3/+1
* Android: Place cursor correctly on screen when editingPiotr Mikolajczyk2021-03-051-2/+14
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-031-31/+33
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-24/+22
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-6/+6
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-10/+9
* Android: fix behovior of right click to not interfere with other clicksAssam Boudjelthia2020-06-111-10/+10
* Android JNI: update usage of QWindowSystemInterface::handleMouseEvent()Shawn Rutledge2020-05-121-18/+15
* Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2020-03-301-2/+2
* Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-0/+1
* Revert "Android: Implement MaximizeUsingFullscreenGeometryHint"Eskil Abrahamsen Blomfeldt2020-01-071-2/+2
* Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2019-11-081-2/+2
* Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-211-14/+0
* Android: Support mouse hoverMichael Dippold2018-07-131-2/+1
* Release left button before showing the popup context menuBogDan Vatra2018-04-151-0/+14
* Android: rewrite edit context menuBogDan Vatra2018-04-151-4/+5
* Remove text selection handles when keyboard is hiddenBogDan Vatra2018-03-141-1/+3
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-0/+1
|\
| * Android: Add lock to protect access to the platform interfaceChristian Stromme2017-07-031-0/+1
* | Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-1/+2
|/
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-6/+8
* Android: fix missing wheel eventsJ-P Nurmi2017-06-181-0/+20
* Android: Fix RTL selection handles directionsBogDan Vatra2017-06-131-3/+3
* Android: populate TouchPoint rotation and axes correctlyShawn Rutledge2017-01-041-6/+8
* Android: fix (partially) text deletion when the cursor is movedBogDan Vatra2016-12-131-1/+1
* Android: Show the edit menu when things are selectedOlivier Goffart2016-08-211-0/+4
* Android selection handlesOlivier Goffart2016-08-181-2/+28
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+12
|\
| * Android: Don't send tabletEvent when it's not supportedVyacheslav Koscheev2016-06-161-0/+12
* | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-2/+2
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-071-2/+30
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* Android: Add support for EnterKeyKai Uwe Broulik2015-08-111-4/+6
* Android: generate QTabletEvents for stylus devices such as the S PenShawn Rutledge2015-05-211-0/+47