summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/qandroidinputcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: don't check keyboard visibility in hasValidFocusObject()Assam Boudjelthia5 days1-3/+0
* Android: add logging for AndroidDeadlockProtectorAssam Boudjelthia2025-08-261-1/+4
* Android: move AndroidDeadlockProtector to QtAndroidPrivate namespaceAssam Boudjelthia2025-08-261-2/+1
* Android: check if focus object has input method hintsAssam Boudjelthia2025-08-261-2/+14
* Android: ensure valid focus object before native input context actionsAssam Boudjelthia2025-08-221-22/+36
* Android: Override new methods in InputConnectionBartlomiej Moskal2024-10-021-0/+33
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-051-7/+15
* Android: QtEditText support for full-screen soft keyboardRami Potinkara2024-02-151-1/+39
* Android: Bail early in showInputPanel() when focusWindow is not nativeAndy Nichols2024-01-151-0/+3
* Android: Hide text handle when it is out or coveredBartlomiej Moskal2023-11-021-1/+9
* Android: Fix for hiding cursor handlesBartlomiej Moskal2023-10-241-3/+7
* Android: Handle ImhNoTextHandles flag from InputMethodHintsBartlomiej Moskal2023-09-151-0/+13
* QAndroidPlatformInputContext: send composition text and cursor jointlyAxel Spoerl2023-08-141-15/+7
* Android: use logging category for im debugLiang Qi2023-06-191-57/+19
* Android input context: don't connect to non-existing signalVolker Hilsheimer2022-12-201-1/+3
* Android: Fix the offset of the EditPopupMenuPekka Gehör2022-06-291-3/+14
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-291-1/+0
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-141-3/+3
* Android: guard against potential null pointer accessAssam Boudjelthia2022-03-151-16/+20
* android: Fix typo in source code commentJonas Kvinge2021-12-021-1/+1
* Revert "Android: Place cursor correctly on screen when editing"Rami Potinkara2021-10-261-44/+6
* Android: Fix handling of cursor position when stop composingAndreas Buhr2021-10-141-7/+15
* Revert "[Android] Remove signal and slot mechanism to listen states in editor's"Andreas Buhr2021-10-131-36/+7
* Android: Fix select handles misplacement on QDialogPekka Gehör2021-05-251-8/+37
* [Android] Remove signal and slot mechanism to listen states in editor'sTapio Oksa2021-04-221-7/+36
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-14/+17
* Android: Fix constant resize of a large TextEdit on clickPiotr Mikolajczyk2021-03-101-4/+5
* Android: Place cursor correctly on screen when editingPiotr Mikolajczyk2021-03-051-3/+41
* Android: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-041-51/+17
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-031-3/+3
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-021-6/+1
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-011-4/+4
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-15/+13
* [Android] Fix Text select handle misplaced on fields inside QDialog issuesPekka Gehör2021-01-201-2/+2
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-191-9/+11
* [Android] Request cursor to be in proper positionTapio Oksa2020-10-291-4/+13
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* Port platform plugins to QStringViewLars Knoll2020-06-151-4/+4
* Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-211-3/+0
* QAndroidInputContext: Generate a QInputMethodEvent in reset()Vova Mshanetskiy2019-06-281-0/+1
* QAndroidInputContext: Do not stop composing when user taps the cursorVova Mshanetskiy2019-06-281-1/+19
* QAndroidInputContext: Consider preedit text in getCursorCapsMode()Vova Mshanetskiy2019-06-281-2/+7
* QAndroidInputContext: Improve compatibility with virtual keyboardsVova Mshanetskiy2019-06-051-200/+426
* QAndroidInputContext: Don't allow clearing selection by dragging handlesVova Mshanetskiy2019-06-051-39/+27
* QAndroidInputContext: Fix unneeded preedit commits when dragging handlesVova Mshanetskiy2019-06-051-11/+52
* QAndroidInputContext: Fix getTextBefore/AfterCursor() in mid. of preeditVova Mshanetskiy2019-05-081-30/+47