summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/androidjniinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Add default template argument return type to AndroidBackendRegisterPetri Virkkunen2025-06-121-2/+2
* Android: Do not modify Touch Event position in JAVA codeBartlomiej Moskal2025-03-271-21/+24
* Android: Fix touchDown event coordinatesBartlomiej Moskal2025-03-271-1/+6
* Android: Fix mouse button processingAndrew Forrest2025-02-051-16/+16
* Android: don't manage available screen size values under androidjnimainAssam Boudjelthia2025-01-281-4/+9
* Android: Remove getQtLayout() methodTinja Paavoseppä2024-08-231-9/+1
* Android: Move EditPopupMenu to QtWindowTinja Paavoseppä2024-08-231-2/+1
* Android: Move CursorHandles to QtEditTextTinja Paavoseppä2024-08-231-1/+1
* Android: Change the touch points numberingBartlomiej Moskal2024-07-101-1/+2
* Android: Map touch position to global coordinatesTinja Paavoseppä2024-06-131-4/+13
* Android: private export GenericMotionEventListener and KeyEventListenerAssam Boudjelthia2024-06-061-62/+0
* Android: Implement input backend interfacePetri Virkkunen2024-05-211-24/+23
* Android: Implement QtLayout backend interfacePetri Virkkunen2024-05-211-1/+4
* Android: Detect mouse buttonsAxel Spoerl2024-04-221-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