summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/qandroidinputcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QAndroidInputContext: Fix most "Input method out of sync" warningsVova Mshanetskiy2019-05-131-0/+2
* QAndroidInputContext: Fix start value of Cursor attribute in longPress()Vova Mshanetskiy2019-05-101-1/+1
* Android: Fix deleting of new lines when using backspaceAndy Shaw2019-05-031-4/+22
* Android: If there is no surrounding text then don't try to delete itAndy Shaw2019-01-281-0/+4
* Use jint instead of jboolean where applicable and initialize variablesAndy Shaw2019-01-081-14/+14
* Use the AndroidDeadlockProtector when using a blockingqueued connectionAndy Shaw2019-01-041-6/+4
* Android: Don't use blocking queued when suspending the applicationAndy Shaw2018-11-301-1/+6
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-2/+14
|\
| * Detect when we are at the sentence boundaryAndy Shaw2018-09-131-2/+14
* | Android: Cleanup the threading handlingBogDan Vatra2018-04-151-117/+104
* | Make sure we finish composing before we do any operations on textBogDan Vatra2018-04-151-0/+6
* | Release left button before showing the popup context menuBogDan Vatra2018-04-151-0/+7
* | Android: rewrite edit context menuBogDan Vatra2018-04-151-10/+15
* | Hide cursor handle after ~4s on inactivityBogDan Vatra2018-03-141-0/+16
* | Remove text selection handles when keyboard is hiddenBogDan Vatra2018-03-141-0/+9
* | Refactor cursor & selection handlesBogDan Vatra2018-03-141-32/+76
|/
* Check selection handles positionBogDan Vatra2018-01-271-6/+42
* Android: Hide handler(s) if the cursor is not visible anymoreBogDan Vatra2018-01-271-0/+10
* Android: Set correct input hints when queried through getCursorCapsModeJohan Klokkhammer Helsing2017-12-151-3/+3
* Allow the users to disable the text handlesBogDan Vatra2017-12-121-0/+4
* Android: stop composing before pasting new textPaul Olav Tvete2017-08-211-1/+2
* Android: Fix RTL selection handles directionsBogDan Vatra2017-06-131-2/+3
* Fix QRect calculation in inputItemRectangleDmitry Chmerev2017-01-111-4/+4
* Android: fix (partially) text deletion when the cursor is movedBogDan Vatra2016-12-131-0/+5
* Plugins: optimize string usageAnton Kudryavtsev2016-10-181-6/+5
* Android: Show the edit menu when things are selectedOlivier Goffart2016-08-211-1/+17
* Android selection handlesOlivier Goffart2016-08-181-23/+148
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-4/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-4/+9
| |\
| | * Android: Fix inputItemRectangle when using EnableHighDpiScalingBogDan Vatra2016-03-211-4/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-16/+16
|\| |
| * | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-16/+16
* | | QInputMethodEvent::Attribute: add ctor that doesn't take a QVariantMarc Mutz2016-02-201-8/+6
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-1/+1
|\|
| * Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-071-1/+1
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-10/+10
|/
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-3/+3
* Android: Add support for EnterKeyKai Uwe Broulik2015-08-111-1/+3
* Compile fix for QT_DEBUG_ANDROID_IM_PROTOCOLPaul Olav Tvete2015-06-161-1/+1
* Workaround for Google Keyboard strangenessPaul Olav Tvete2015-06-161-0/+5
* Workaround for Samsung keyboard bugPaul Olav Tvete2015-05-201-0/+2